NPM · Selected work
skillbrief
Generate Agent Skills (SKILL.md) from a real repository — Cursor, Claude Code, Codex. Zero npm dependencies. Node.js only.
- Node.js
v1.0.0 · 0 deps · 57 KB · published Sep 8

Problem
codebrief tells an agent what a repo is. Agents still guess how to add a page, run tests, or touch the UI, because those procedures live in always-on rules or nowhere.
Approach
A CLI that scans the repo and writes Agent Skills — SKILL.md files that load only when the task matches. Next.js, tests, UI, database, API, and auth skills appear only if that stack is actually there. Zero npm runtime dependencies.
Tradeoffs
v1 is a safe skeleton, not a senior reading your source. It will omit project-specific paths and can miss a deploy target. Treat the files as a first draft, then add a few human rules.
Outcome
Published on npm and used on this site: npx skillbrief wrote the working-in-portfolio-nextjs skills before I asked anyone else to try it.