From loom
Craft a multi-agent solution using Loom's orchestration pipeline — architect, audit, implement, and review
npx claudepluginhub nickalus12/loom --plugin loomThis skill is limited to using the following tools:
Craft a solution using Loom's multi-agent pipeline. This is the primary orchestration command — use it for complex tasks that benefit from multiple specialist agents working together.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Craft a solution using Loom's multi-agent pipeline. This is the primary orchestration command — use it for complex tasks that benefit from multiple specialist agents working together.
Architect → Security + Quality (parallel) → Coder → Code Review
LOOM_CRAFT_MODE=localcraft MCP tool with the user's task and optional mode parameterAfter craft completes, use PSKit tools to verify:
mcp__pskit__build_project — compile checkmcp__pskit__test_project — test suitemcp__pskit__git_diff — review all changesmcp__pskit__git_status — confirm clean state| Task | Command |
|---|---|
| Complex multi-phase work | /loom:craft |
| Quick single-agent task | /loom:agent |
| Code review only | /loom:review |
| Debug investigation | /loom:debug |
| Security audit | /loom:security-audit |
/loom:craft Add rate limiting to the API endpoints
/loom:craft Refactor the authentication module for testability
/loom:craft Build a new CLI command for database migrations