Skip to content
scsiwyg
sign insign up
get startedmcpcommunityapiplaygroundswaggersign insign up
Wiki/Skills Reference/

Standalone Commands

High confidence

Updated 25 Apr 2026 by David Olsson

Standalone Commands

Two single-purpose commands that don't depend on other pipelines.

Skills

SkillTypeWhat it produces
/commit-ledgerCommandCSV ledger of SR&ED-qualifying commits + summary report
/deployCommandLive 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.

See also