Guides creation and editing of SKILL.md files following Anthropic best practices and this repo's conventions. Use...

Enforces disciplined task tracking across context boundaries. Use when starting any coding task, receiving a new...

Reviews code changes for bugs, performance issues, security problems, and best practice violations. Use when...

Captures working state before it is lost. Use before context compaction, when switching between unrelated tasks,...

Creates and maintains AGENTS.md documentation files that guide AI coding agents through a codebase. Use when adding...

Parallelizes codebase exploration and research by launching multiple subagents simultaneously. Use when exploring...

Writes git commit messages using conventional commits format with gitmoji. Use when creating git commits, preparing...

Fetches, organizes, and addresses PR review comments from GitHub. Use when user asks to review PR comments, fix PR...

This skill should be used when the user wants to save work ("save snapshot", "checkpoint this", "save my progress",...

Expert knowledge for scripting in Ninox databases, preventing hallucinations and enforcing project rules. Use when...

Run or discover Makefile targets. Use for build automation.

Retrieve a Jira story and convert to markdown for planning sessions. Takes a ticket number like RHTAP-6131.

Generate Go test coverage report with package breakdown.

Go code quality standards, idioms, and YAGNI/KISS development principles.

Run Go verification pipeline (build + test + vet + lint).

WordPress PHP architecture patterns — repository, service layer, DDD, SOLID, plugin/theme structure, CPT design, and...

WordPress UX and design enforcement — Core Web Vitals, mobile-first layout, typography, color systems, navigation,...

PHP 8.x migration guide for WordPress — covers PHP 8.0 through 8.3 features, breaking changes, backward...

WooCommerce development patterns — custom product types, payment gateways, shipping methods, HPOS, REST API...