How this skill is triggered — by the user, by Claude, or both
Slash command
/method-hoard:listThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the Agent tool to launch the `method-hoard:list` agent with model `opus`. Pass `$ARGUMENTS` if any filtering is desired.
Use the Agent tool to launch the method-hoard:list agent with model opus. Pass $ARGUMENTS if any filtering is desired.
When the agent returns, present the methods as a readable table (id, slug, title, tags, retrievals). Then show available actions the user can take on any item:
/method-hoard:get <slug> — see the full method with working code/method-hoard:search <query> — find related methods/method-hoard:discover — look for new methods to addnpx claudepluginhub davidorex/method-hoardGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.