Find the perfect skill
GitHub Issues Auto-fix with Parallel Sub-agents
Development
Fetches GitHub issues, spawns parallel sub-agents to implement fixes and open pull requests, then monitors and addresses PR review comments. Automates bug fixing or feature implementation from GitHub issues, particularly when multiple issues need simultaneous handling.
Claude Code Hook Patterns
Development
Production-tested hook patterns for Claude Code covering validation, state management, MCP integration, and workflow automation.
Shesha Workflow Code Generation
Development
Generates Shesha workflow artifacts for .NET applications using ABP framework with NHibernate. Creates workflow instances, definitions, managers, service tasks, extension methods, and FluentMigrator database migrations. Use when scaffolding or updating workflow-related classes, steps, conditions, or database tables in a Shesha project.
Textum: PRD→Scaffold→Story workflow
Development
This skill implements a multi-stage workflow that transforms a product requirements document (PRD) into a scaffold (global context) and then into executable stories, with low-noise outputs and mandatory gate checks at each stage. It supports 16 distinct stages from PRD planning through story execution, and accepts Chinese commands for routing between stages. Useful when you need a disciplined, low-noise progression from high-level requirements to concrete, executable tasks.
Claude Collective Intelligence Knowledge Search
Productivity
Search a shared knowledge base (Claude Collective Intelligence) for existing solutions before solving problems from scratch. Use when encountering common programming issues, when the user mentions "CCI", "knowledge base", or when you want to avoid reinventing solutions.
Project Todo Management
Productivity
Manage project tasks using the `todo.md` file as the source of truth. This skill helps track pending and completed items, maintain a focused list (only the last 10 completed), and ensures continuity across work sessions by always referencing the file.
Video Processing & Editing with FFmpeg
Content
Automate video editing with FFmpeg: cutting, concatenation, audio mixing, transitions, and export optimization for YouTube and social media. Includes subtitle handling and batch processing.
Things 3 Task Manager
Productivity
Manage Things 3 tasks on macOS using natural language commands. Add, search, list, and complete tasks through an integration with the Things 3 app. Helpful for users who rely on Things 3 as their task manager and want to interact with it via an AI assistant.
Codemap Generator
Documentation
Automatically generates navigational codebase maps (CODEMAP.md) by analyzing project structure, detecting technologies, and creating annotated directory trees, architecture diagrams, and key file references. Helps developers onboard to new projects, understand repo layout, or create architecture documentation by producing an auto-updatable map that separates auto-generated navigation from hand-written design decisions.
Log Viewer
DevOps
Tail and search logs across trading platform services. Supports filtering by service, error level, regex search, time range, and live follow. Useful for debugging, monitoring, and quickly identifying issues in real-time.
Automated Testing Agent
Testing
Generates and runs unit and integration tests by analyzing code structure. Leverages Context7 KB cache for test framework documentation (pytest, unittest, Jest) and aims for 80%+ coverage. Helps automate test creation while following project patterns and best practices.
Initial local service review
Development
Perform an initial local review of service changes by comparing the current branch with master. Analyze changed files for regressions, incompatible API changes, missing tests, security issues, and performance problems. Output a structured review covering critical issues, risks, quality notes, missing tests, and clarifying questions.