NPM · Selected work
codebrief
Generate CONTEXT.md, Cursor rules, and GitHub Copilot instructions for any project in seconds. Zero npm dependencies. Node.js only.
- Node.js
- TypeScript

Problem
AI coding tools need project context. Most people paste random files or write Cursor rules by hand, so the model guesses the stack.
Approach
A CLI that walks a repo and writes CONTEXT.md, Cursor rules, and Copilot instructions. Zero npm runtime dependencies — Node.js only — so it installs and runs without a package-manager maze.
Tradeoffs
No GUI. Node-only on purpose: one runtime, no browser bundle, no plugin marketplace.
Outcome
Published on npm and used on my own products before I asked anyone else to try it.