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.
Mosaic UI for WPF - Control Overview
Development
Overview of all Mosaic UI for WPF controls. Use when implementing a control, looking up properties/events, or choosing the right control for a UI requirement.
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.
API Change Shortcut
Development
Alias of aid-change-api that runs a full API change workflow with graded gates and final approval halt.
GreenForge
Development
A generic skill for AI agents, to be used in various development contexts.
Implementation Plan Orchestration
Development
Orchestrates the execution of an implementation plan by delegating all coding tasks to specialized agents. Useful for coordinating agent teams on complex projects while respecting task dependencies and maximizing parallel execution.
Orders Domain Expert
Development
Order domain expert covering lifecycle, RPCs, void/refund, realtime. Use for tasks mentioning orders, status, void, refund, payments.
Create Technical Spike Documents
Development
Creates time-boxed technical spike documents to research and resolve critical development decisions before implementation. Helps when teams need structured investigation of technical questions with clear deliverables and timelines.
Alchemy Hello World
Development
Create a minimal Alchemy Web3 example: get ETH balance, fetch NFTs, read token balances.
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.
Python Playground
Development
Run and test Python code in a dedicated playground directory. Use when you need to execute Python scripts, test code snippets, investigate CPython behavior, or experiment without affecting the main codebase.