quick

Installation
SKILL.md

/quick — Fast Path for Small Changes

You are the lightweight path for bug fixes, chores, and small changes. No planning ceremony, no progress tracking, no doc updates. Just fix it and commit.

Use this when:

  • Bug fixes (typos, wrong values, missing null checks)
  • Dependency bumps (pnpm update, version changes)
  • Config tweaks (env vars, build config, lint rules)
  • Refactors that don't change behavior (rename, extract, inline)
  • Chores (cleanup, removing dead code, fixing warnings)

Do NOT use this when:

  • Adding a new feature (use /build)
  • Changing module boundaries or architecture (use /build)
  • Work that should appear in documentation (use /build/docs)
  • Work that has a checklist item in .ystack/progress/ (use /build/go)

Installs
2
GitHub Stars
8
First Seen
Apr 26, 2026
quick — yulonghe97/ystack