Overview
Personal collection of agent skills and the workflow that uses them.
Skills
Install
Install all skills with the following command:
npx skills add janniks/aiOr install a single skill with npx skills add janniks/ai/<name>. Every shipped skill has a page below.
create-spec
Create a spec through interview, exploration, and module design.
refine-spec
Deepen a spec toward a half-implementation with vertical slices.
implement
Execute a spec slice by slice, with TDD and review per commit.
tdd
Test-driven development — red-green-refactor.
code-review
Review changes along Standards and Spec axes in parallel.
diagnosing-bugs
A diagnosis loop for hard bugs and performance regressions.
prototype
Build a throwaway prototype to answer a design question.
find-conventions
Distill a codebase's conventions into CONVENTIONS.md.
human-review
Human-paced file review whose corrections become rules.
improve-codebase-architecture
Find deepening opportunities and grill through your pick.
prepare-commit
Stage the agent's own changes for signing-key users.