prime
Prime
Load context about the current project so you are ready to assist with tasks in this repo. Read the canonical sources of project knowledge, then post a brief summary of your understanding.
Steps
- Discover what exists. Run in parallel:
ls -laon the repo rootlsondocs/,.github/,.cursor/(ignore errors for missing dirs)git statusfor current branchgit log --oneline -20for recent activity
More from humanpluslabsoss/skills
commit
Create a conventional commit message for staged changes. Usage: /commit [optional context]
10explain
Read-only mode: answer the user's question and provide feedback without performing any implementation or modification. Use when the user wants to understand, explore, or get information about the project without changing anything.
9docs
Fetch documentation from llms.txt URLs for supported libraries. Usage: /docs [library name] [question]
8init-monorepo
Bootstrap a fresh TypeScript pnpm monorepo with the house defaults: git, Biome, cspell, lefthook, Turbo, sherif, shared @repo/typescript config, VS Code settings, GitHub Actions CI + weekly audit, and CLAUDE.md/AGENTS.md. Use when the user wants to scaffold a new TypeScript monorepo from scratch, asks to 'init monorepo', 'set up a pnpm workspace', or runs /init-monorepo in an empty (or near-empty) directory. Usage: /init-monorepo
1