Standalone Commands
High confidenceUpdated 25 Apr 2026 by David Olsson
Standalone Commands
Two single-purpose commands that don't depend on other pipelines.
Skills
| Skill | Type | What it produces |
|---|---|---|
| /commit-ledger | Command | CSV ledger of SR&ED-qualifying commits + summary report |
| /deploy | Command | Live URL on Vercel or Netlify |
/commit-ledger
Scores every git commit in a directory against SR&ED qualification criteria (technological uncertainty, systematic investigation, technological advance). Estimates qualifying hours. Produces a CSV that imports directly into accounting software. Conservative scoring by design — under-claim and be defensible.
Built for Canadian SR&ED tax credit claims.
/deploy
Detects project type (static HTML, Next.js, React SPA, Vue, Astro, Node.js), sets build command and output directory automatically, identifies environment variables, verifies the build locally, and deploys. Returns a live URL.
Two sub-skills: vercel-deployer and netlify-deployer.