Find the perfect skill
Quality Review Procedure
Development
Objective evaluation procedure to verify deliverables meet requirements and quality standards. Includes a checklist covering accuracy, maintainability, security, and conformance to project rules. Outputs 'Approved' or 'Needs Changes' with specific constructive feedback.
Mithril UI Form Framework
Development
A declarative framework for building accessible, high-performance forms in Mithril applications. Uses JSON-based schemas to dynamically generate forms with rich input components, validation, and conditional logic. Includes a plugin system for extending functionality with custom components like map and rating inputs.
Commit Message Summarizer
Development
This skill automates pre-commit tasks: it runs linters, fixes formatting, summarizes changed files, and generates a concise commit message. It then asks the user for approval before committing with sign-off.
Codex CLI for Code Analysis and Refactoring
Development
Automates code analysis, refactoring, and editing using Codex CLI. Executes commands like codex exec and codex resume with configurable models and sandbox modes. Useful for AI‑powered code review, automated transformation, and resuming previous analysis sessions.
SDD Workflow Management
Development
Manages SDD state, handoffs, and versioning for web-playground projects. Use it to track progress, facilitate multi-session or multi-agent continuity, and propagate changes across documents.
Monorepo Architect
Development
Expert in monorepo architecture, build systems, and dependency management. Uses Nx, Turborepo, Bazel, and Lerna for efficient multi-project development. Ideal for monorepo setup, build optimization, or scaling workflows across teams.
Bytecode Virtual Machine
Development
Expert skill for bytecode virtual machine design including instruction sets, dispatch mechanisms, and stack/register architectures for implementing efficient interpreters.
Create GitHub Pull Request
Development
Commits current changes, pushes to remote, and creates a Pull Request. Use this skill when you've finished working and want to create a PR for review.
File-based Planning System
Development
This skill provides a persistent planning system using Markdown files. It enables creating, tracking, and updating plans with phases and steps, recording findings and decisions, and resuming interrupted tasks. It is especially useful for complex coding tasks that require structured, long-term progress tracking beyond a single conversation turn.
LeIndex-Code: Token-Efficient Code Analysis
Development
LeIndex-Code provides token-efficient code analysis via a 5-layer stack (AST, Call Graph, CFG, DFG, PDG), achieving 82% token savings in balanced mode with full semantic completeness for LLMs. It helps when you need to generate, refactor, or understand code while minimizing token usage in AI-assisted workflows.
GitHub MCP Project-Level Setup
Development
Sets up per-project GitHub MCP configuration for Claude Code. Creates a .mcp.json file with a placeholder token, adds it to .gitignore, and guides the user to create a fine-grained PAT. Use when you need GitHub access (PRs, issues, repo) but lack project-level MCP.
Qoder Agent (Print Mode)
Development
Delegate coding tasks to the Qoder CLI in non-interactive Print mode. Use this for building new features, code reviews, refactoring, or iterative coding that requires file exploration. It supports subagents, worktrees, and MCP servers, but is not intended for simple one-line fixes or reading code.