Handles git branches, commits, and pull requests for VichuFlow following Conventional Commits v1.0.0. Use this skill whenever the user asks to commit, create a commit, stage changes, create a PR, open a pull request, push changes, or create a branch — e.g. "/commit", "commit this", "make a PR", "push my changes"…
Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
Instructions for corteshvictor/vichu-flow, a project described as: Make Claude Code and Codex prove their work — runs advance only when your tests, lint, and typecheck actually pass. Open-source Go runtime.
Implements or fixes code for one VichuFlow worker stage. Invoked by the vichu-orchestrator skill for implement/fix stages. Makes the minimal change for the task, writes the tests the plan declared, and reports a concise summary.
Adversarially reviews the implementation for one VichuFlow review stage. Invoked by the vichu-orchestrator skill. Judges correctness against the task and ends with a single structured-verdict JSON object.
Runs one read-only/analysis VichuFlow worker stage (explore, propose, plan) as a native subagent, keeping the orchestrator's main thread light. Returns a concise document/summary; does not modify code.
Orchestrate a verified VichuFlow run from inside Claude Code. Use when the user asks to implement, fix, investigate, or continue work as a tracked run — e.g. "implement X using sdd", "fix the failing test", "continue the run". You drive native subagents; the vichu kernel owns the verified state.