Find the perfect skill
Create an Agent Skill
Development
Guide for creating agent skills with SKILL.md format, directory structure, and design principles for coding agents.
Legacy Modernization with Strangler Fig
Development
Orchestrate comprehensive legacy system modernization using the strangler fig pattern, enabling gradual replacement of outdated components while maintaining continuous business operations.
Task Publication Readiness Review
Development
Review task publication readiness through semantic dimensions, metadata-only revision, and typed exits, ensuring objective checks before public invocation.
Resolving Git Merge Conflicts
Development
Systematically resolve in-progress git merge/rebase conflicts by preserving intents, analyzing sources, and running automated checks.
Create a GitHub PR linked to an issue
Development
Push branch and create a GitHub PR with a concise, issue-linked description. Updates CHANGELOG and follows the PR template.
Code Review
Development
Reviews code for quality, security, and maintainability. Use after implementing features or when user asks for code review.
Scaffold AgentKit assets
Development
Scaffold new skills, commands, agents, or Cursor rules with correct frontmatter and file location. Validates descriptions and checks for collisions.
Run and drive ircx
Development
Build, run, and drive ircx. Use to start ircx, run tests, take screenshots, click through the UI, or verify frontend changes.
PHPStan Error Resolver
Development
Automatically resolves PHPStan errors by fixing type issues. Loops until zero errors or stagnation.
Git Branch Naming
Development
Enforces a git branch naming convention using a type/short-description format, with predefined types such as feat, fix, or docs. Use this rule when creating or switching to branches to ensure consistent and descriptive branch names across the repository.
Pull Request Review
Development
Interactive PR review workflow for maintainers: approve, request changes, or close a PR using the pinned CI review as source of truth.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers.