Find the perfect skill
ADR (Architecture Decision Records)
Documentation
Creates and maintains Architecture Decision Records (ADRs) in docs/decisions/ using the MADR format. Supports creating, listing, updating, superseding, and searching ADRs.
Feature Discovery Interview
Documentation
Runs an in-depth feature-discovery interview that explores, challenges, and documents a new feature before planning.
Humanize Chinese Writing: Best Practice
Content
Removes AI traces from Chinese writing, preserving facts, terms, and author voice. Supports multiple scenarios like chat, reports, docs, etc.
GreenForge
Development
A generic skill for AI agents, to be used in various development contexts.
Orders Domain Expert
Development
Order domain expert covering lifecycle, RPCs, void/refund, realtime. Use for tasks mentioning orders, status, void, refund, payments.
QA Verification Harness
Testing
Run the project's verification harness (analyze, lint, format, tests) after code changes. Supports quick, standard, and full tiers.
New Skill Project
Development
Initializes a new skill project in the Anthropic Agent Skills format. Quickly creates the project structure for a new skill.
kube-coder Preflight CI
Development
Run kube-coder's full CI suite locally before pushing: Helm lint+unit tests, Python tests, SPA builds+vitest, shell checks.
Commands Manager
Development
Build and improve slash commands for Claude Code following the commands-management policy. Includes decision tree, command types, and workflows.
Coordinated Build Team
Development
Spawns a coordinated team of four AI agents (Fetcher, Planner, Builder, Checker) to work in parallel on a feature development task. The Fetcher researches the domain, the Planner designs a blueprint, the Builder implements code, and the Checker reviews the result. Best suited for complex features that require structured, multi-step development with built-in review.
API Pagination Patterns
Development
Implement offset-based, cursor-based, and keyset pagination for REST and GraphQL APIs. Includes filtering, sorting, and page metadata.
Prepare a handoff summary
Documentation
Review Git logs, recent file changes, and pipeline status to produce a plain-language summary of changes and open questions, then write to a handoff file.