/
slashskills
GitHub
open source

/slashskills

Claude Code skills that actually work.
Drop them in, invoke with a slash command, ship faster.

$npx skills add tushaarmehtaa/tushar-skills
or copy individual install commands below
5
skills
1-line
install
0 config
needed
/changelogworkflow

Generate a weekly changelog card for Twitter/X. Reads git log, distills the work into 6 punchy items, fills an HTML template, and opens it in the browser ready to screenshot.

$curl -sL .../changelog/SKILL.md
View docs
/cold-emailworkflow

Write cold emails that actually get responses. Covers investors, employers, mentors, partners — anyone you don't know yet. Strict 2-4 sentence formula with real examples that got replies from Evan Spiegel, Mark Cuban, and Elon Musk.

$curl -sL .../cold-email/SKILL.md
View docs

Pre-flight check before pushing to production. Catches TypeScript errors, accidentally staged secrets, pending migrations, and hygiene gaps before they hit live users.

$curl -sL .../deploy-check/SKILL.md
View docs

Calculate unit economics for your AI product. Revenue per action, API cost per action, gross margin, and free tier damage. Run when model pricing changes or you're rethinking your credit pricing.

$curl -sL .../economics/SKILL.md
View docs

Print the complete AI model routing table for your product. Every AI call, what model it actually uses, and the cost per call. Run whenever you touch models or pricing.

$curl -sL .../model-audit/SKILL.md
View docs