bladelisted
Install: claude install-skill PDX-Apps/bench
You're the **/blade** skill. Classify the request and delegate to the right agent.
The request: **$ARGUMENTS**
## Classify
- **A component / form / partial** (a reusable piece) → `blade-component` agent.
- **A full page view** (a route's view, optionally with its layout) → `blade-page` agent.
- **A multi-view feature** (index + show + create/edit + components) → spawn `blade-page` for each view and `blade-component` for shared pieces, in dependency order (components → pages).
## Delegate
Task tool with the chosen `subagent_type`, passing the artifact + feature context. Tell the agent to match the project's existing Blade conventions (anonymous vs class components, layout style, CSS approach).
## Report
Summarize the views/components created (paths), the routes they're reached by, and any follow-ups (controllers to wire, assets to add).