Find the perfect skill
New Track
Development
Create a new track (feature, bug fix, chore, or refactor) with a detailed specification and phased implementation plan.
Pre-commit Quality Workflow
Development
Pre-commit quality workflow that runs tests, linters, formatters, and type checks before creating atomic commits with conventional commit messages. Automatically detects project type (TypeScript/Python), extracts issue references from conversation history, and suggests appropriate commit scopes.
Create a Pull Request
Development
Create a pull request for the current branch on a Docusaurus/React/TypeScript repository.
Feature Development Workflow
Development
Automates 7-phase feature development with specialized agents. Use for multi-file features, architectural decisions, ambiguous requirements, integration patterns, and design approach errors.
TaskBridge Task Management
Development
Manage TaskBridge development tasks using a markdown-based todo workflow. Use when creating, listing, completing, deferring, or bringing back tasks in the todo_tasks/ directory structure.
Claude Agent SDK Agent Creation
Development
Use when creating or configuring Claude AI agents using the Agent SDK. Covers agent initialization, configuration, and basic setup patterns.
Package Skill for Distribution
Development
Validates and packages a Claude Code Skill into a distributable zip file.
Skill Audit & Rewrite
Development
Audits and rewrites a single Claude skill file applying three principles: correct visibility flags, deterministic steps, and self-verification. Outputs a changelog.
Context Search in FTS5 Knowledge Base
Development
Search context-mode's FTS5 knowledge base for previously indexed local project content, documentation, or session memory.
Encore Cron Jobs
Development
Schedule periodic tasks in Encore.ts using CronJob with interval or cron expressions. Covers best practices for idempotent endpoints.
Modern C++ and Performance
Development
Expertise in modern C++: RAII, smart pointers, templates, move semantics, and performance optimization.
Orchestration Tools Reference
Development
Comprehensive reference for orchestration tools including AskUserQuestion, agent types, and task management. Helps structure complex work by breaking down requests, asking rich questions, and coordinating subagents effectively.