chomsky-stack

agent
Security Audit
Warn
Health Warn
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 7 GitHub stars
Code Pass
  • Code scan — Scanned 9 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

Six opinionated agent skills for thinking, simplifying, writing, and shipping.

README.md

Chomsky Stack

Seven opinionated agent skills for deciding what to build, keeping it simple, removing code slop, writing without fluff, and proving that shipped work actually works.

Created by Michael Ryaboy (@michael_chomsky). Modeled after better-gstack, with all of its skills included.

npx skills add mrmps/chomsky-stack

Skills

Skill What it does
office-hours Tests demand, the status quo, user specificity, the narrowest wedge, observed behavior, and future fit before code is written.
plan-ceo-review Reviews whether a plan should expand, hold, or shrink, then pressure-tests its execution.
unsummarizable Removes fluff until taking out more words would remove interesting ideas.
complexity Reads How Complex Systems Fail and minimizes complexity.
junk-detection Audits code for reward hacking, compatibility cruft, accidental complexity, wrong abstractions, and reinvented machinery.
meaningful-contribution Requires behavior-changing work to be demonstrated with direct evidence, regression coverage, and edge-case checks.
gr Runs the full Greptile review, fix, verification, merge, deployment, and production-validation loop.

Install

Install everything:

npx skills add mrmps/chomsky-stack

Install one skill:

npx skills add mrmps/chomsky-stack --skill junk-detection

Or clone and copy the folders into any agent that reads SKILL.md:

git clone https://github.com/mrmps/chomsky-stack.git
cp -r chomsky-stack/skills/* ~/.claude/skills/

Shape

skills/
├── complexity/
├── gr/
├── junk-detection/
├── meaningful-contribution/
├── office-hours/
├── plan-ceo-review/
└── unsummarizable/

There is no runtime, telemetry, state directory, setup script, update checker, daemon, or cross-skill runtime. The repository is only skills and their directly supporting files.

Attribution

office-hours and plan-ceo-review come from better-gstack, an independent minimal fork of Garry Tan's gstack. Their methodology and much of their text are Garry Tan's; he has not endorsed or reviewed Chomsky Stack.

unsummarizable is inspired by Paul Graham's description of unsummarizable writing.

gr, junk-detection, meaningful-contribution, complexity, unsummarizable, and this compilation are by Michael Ryaboy. Meaningful contribution I found from someone on X. Thanks to that person, it's one of my favorites!

License

MIT. See LICENSE.

Reviews (0)

No results found