- 14 skills
- 0 followers
- 2 days ago last updated
- ▌
- ▌ Dev QA · toruaiRun the project's own tests, linter, type checker and build, and report what actually failed.
- ▌ Dev Rc · toruaiThe last gate before merge — QA, security audit, review and changelog, with objective pass conditions.
- ▌ Cc Docs · toruaiLook up how Claude Code itself works — hooks, skills, subagents, MCP, plugins, settings — from the official docs, so answers come from the current spec instead of memory.
- ▌ Dev Cycle · toruaiRun a feature end to end — scout the code, plan it, build it, and keep a session file so a closed terminal doesn't lose the thread.
- ▌ Dev Finish · toruaiClose out a session — summarise what changed, capture what was learned, and prepare the commit.
- ▌
- ▌ Megg State · toruaiHand off an unfinished session to the next one — what's done, what's next, what's blocked.
- ▌ Dev Security · toruaiAudit the code for vulnerabilities, leaked secrets and risky dependencies before it ships.
- ▌ Dev Full Auto · toruaiHand over a spec and walk away — plans, builds, tests and audits on its own, stopping only at a real blocker.
- ▌ Branch Workflow · toruaiBranch and commit conventions that keep an agent's work reviewable — one branch per task, main stays clean, nothing force-pushed.
- ▌ Self Improvement · toruaiTurn friction you just hit into a concrete change to the workflow, so the same problem doesn't recur.
- ▌ Openspec Workflow · toruaiWrite the spec before the code, then check the built thing against it — so agents build what was agreed, not what they invented.
- ▌ Claude Code Mastery · toruaiDesign better agents, skills and hooks for Claude Code, checking the current spec instead of guessing at fields.