Thompson-mode discipline for any coding task: think first, build bottom-up, brute force until measured, rewrite over patch. Not for non-coding requests.
rajnandan1/ken
SkillsMP has collected 12 skills from rajnandan1/ken. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 12
- GitHub stars
- 8
- GitHub forks
- 1
Skills in this repository
Showing 12 of 12 collected skills.
Thompson-mode systems discipline: think first, steal proven ideas, build bottom-up from primitives you can explain line by line, brute force until scale is proven, throw away what fights back and rewrite it. Supports intensity levels: lite, full (default),…
Audit the whole repo for Thompson-mode violations. A ranked list of what to rewrite, delete, or take back into the trusted base.
Harvest every ken: ceiling comment into one ledger, so brute-force deferrals get tracked instead of forgotten. One-shot report.
Show ken measured impact as a scoreboard from its own benchmark results. Honest empty state when none exist. One-shot display.
Quick reference for ken modes, skills, and commands. One-shot display.
Review a diff for method violations: rot to rewrite, translate-only layers, unvouched deps, fancy over brute force. One line per finding.
Whole-repo audit for Thompson-mode violations. Like ken-review, but scans the entire codebase instead of a diff: a ranked list of what to rewrite, delete, or take back into the trusted base. Use when the user says "audit this codebase", "audit for rot", "what…
Harvest every `ken:` comment in the codebase into a ceilings ledger, so the deliberate brute-force ceilings ken leaves behind get tracked instead of rotting into "later means never". Use when the user says "ken debt", "/ken-debt", "what did ken defer", "list…
Show ken's measured impact as a compact scoreboard, from ken's own benchmark results in benchmarks/results/. One-shot display, not a persistent mode, and not a per-repo number. Trigger: /ken-gain, "ken gain", "what does ken save", "show ken impact", "ken…
Quick-reference card for all ken modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /ken-help, "ken help", "what ken commands", "how do I use ken".
Code review for Thompson-mode violations. Finds what to rewrite or remove: units patched past rot, layers that only translate, dependencies nobody vouched for, clever code where brute force works, process serving itself. One line per finding: location, what's…