aka. Agent Skills
Discover skills for AI coding agents. Works with Claude Code, OpenAI Codex, Gemini CLI, Cursor, and more.
Create GitHub issues with TDD principles and proper labels
Start new hotfix branch
Resolve GitHub issues using isolated worktrees and TDD
Comprehensive multi-stage code review using specialized subagents
Use this skill for GitFlow tasks: starting/finishing features, releases, hotfixes; managing branches; versioning; or general GitFlow operations.
Run project-wide refactoring with code-simplifier
Create comprehensive GitHub pull requests with quality validation
Create atomic conventional git commit and push to remote
Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, or extract information from web pages.
Streamlined code review for rapid assessment and targeted feedback
Create or update .gitignore file
Provides language-specific best practices, code quality standards, and framework detection for refactoring workflows
This skill should be used when the user requests "commit", "git commit", "create commit", or wants to commit staged/unstaged changes following conventional commits format
Start new feature branch
Refactor code with code-simplifier
This skill should be used when the user asks to "create a commit", "follow conventional commits", "analyze commit history", "check commit format", or mentions "Conventional Commits specification". Provides expertise in creating conventional commits following the Commitizen (cz) style and v1.0.0 specification.
Use when user describes complex multi-step tasks that could benefit from orchestration - guides natural language workflow creation
Debug workflow execution issues including syntax errors, agent failures, variable problems, and execution errors. Use when workflows fail, produce unexpected results, or user asks for debugging help.
Design custom syntax elements with reuse-first approach for workflow orchestration. Use when user needs custom operators, checkpoints, or syntax patterns not available in core syntax.
Create and execute temporary scripts (Python, Node.js, shell) during workflow execution for API integrations, data processing, and custom tools. Use when user needs to interact with external APIs, process data with specific libraries, or create temporary executable code.