Claude Code skills by Wecko.
Session wrap-up (persist memory, refresh CLAUDE.md, flag loose ends) now lives at Wecko-ai/closing-skill. Install from there.
Turn a one-line request into an actionable ticket before any code is written. A cheap local LLM does the scoping — clear acceptance criteria, explicit out-of-scope — so Claude executes against a tight spec instead of guessing.
/promptfit fix the login button on mobile, it doesnt respond to taps
It refines via the local @wecko-ai/promptfit CLI (Ollama), shows you the ticket, then implements it following the acceptance criteria. If the local model isn't set up, it falls back to structuring the ticket itself and tells you how to enable the faster local path.
Optional setup for the local refiner:
npm i -g @wecko-ai/promptfit
ollama pull qwen3:8b # or: modelfit --yes (installs the best model for your machine)Office mode (boss a multi-model agent roster with cross-family review) now lives at Wecko-ai/claude-office. Install from there.
/plugin marketplace add Wecko-ai/claude-skills
/plugin install promptfit@wecko-skills
Then run /promptfit in any session.
git clone https://github.com/Wecko-ai/claude-skills.git /tmp/wecko-skills
cp -r /tmp/wecko-skills/plugins/promptfit ~/.claude/skills/promptfitThen run /promptfit.
MIT