From craft-skills
Cost-optimized craft variant: Qwen3.6-35B-A3B handles implementation and reviews locally, Opus orchestrates, Sonnet as fallback. Requires LM Studio running. Targets ~45-60% API cost reduction vs base /craft.
npx claudepluginhub alexiolan/craft-skills --plugin craft-skillsThis skill uses the workspace's default tool permissions.
Full design-first pipeline with Qwen3.6 as the primary implementer and reviewer. Opus orchestrates and handles integration. Sonnet serves as fallback for tasks the local model can't handle.
Same as /craft but with local LLM review steps enabled. Use when you have LM Studio running and want LLM-assisted spec/plan/post-develop reviews. Preserves pre-1.1 craft behavior.
Routes agent roles to optimal AI models: Claude for planning/orchestration, Codex for code writing, Gemini for design/UI. Triggers on /multi-ai-run or model routing requests.
Scaffolds CLAUDE.md and .claude/rules for Craft CMS projects (plugin, site, module, hybrid, monorepo) by detecting type from composer.json, .ddev/config.yaml, templates, and modules.
Share bugs, ideas, or general feedback.
Full design-first pipeline with Qwen3.6 as the primary implementer and reviewer. Opus orchestrates and handles integration. Sonnet serves as fallback for tasks the local model can't handle.
Profile: claude+ace
Pipeline: Brainstorm -> Plan -> Develop -> Browser Test -> Report (same as /craft)
This wrapper writes a profile marker, then delegates to the canonical craft pipeline. The claude+ace profile triggers:
echo -n "claude+ace" > .craft-profile
Read skills/craft/SKILL.md from this plugin and follow every phase exactly as written. The profile gating in that file ensures:
llm-implement.sh instead of Claude agentsThe user input is: $ARGUMENTS
Pass the input through to the craft pipeline as if the user had invoked /craft directly.
${LLM_URL:-http://127.0.0.1:1234}| Activity | Savings vs /craft |
|---|---|
| Reviews (spec, plan, post-develop) | 100% (all local) |
| Data layer implementation (~40-50% LoC) | 100% (all local) |
| UI implementation (~30-40% LoC) | ~30-50% (Qwen3.6 first, Sonnet fallback) |
| Integration (~10-20% LoC) | 0% (stays on Opus) |
| Total estimated savings | ~45-60% |