pitch-skills
v1.4.0
Published
Agent skills for founding pitches: Priestley CAPSTONE enrollment and investor diligence. Works with Cursor, Claude Code, Codex, and ChatGPT/VS Code Agent.
Downloads
48
Maintainers
Readme
pitch-skills
Agent skills for founding pitches. Works with Cursor, Claude Code, Codex, and ChatGPT / VS Code Agent via the Agent Skills standard and skills.sh.
Repo: timobuilds/pitch-skills
| Skill | Job |
| --- | --- |
| pitch-capstone | Enroll — Priestley CAPSTONE spine |
| pitch-diligence | Survive diligence — killer Qs, team/market/exit, ask package |
Routing: empty story → pitch-capstone first. Diligence → pitch-diligence.
Install (recommended)
skills.sh (any agent)
npx skills add timobuilds/pitch-skills -a '*' -yOne skill only:
npx skills add timobuilds/pitch-skills --skill pitch-capstone -a cursor -a claude-code -a codex -yFrom GitHub via npm
npm install github:timobuilds/pitch-skills
npx pitch-skillsnpx pitch-skills copies both skills into:
| Path | Agents |
| --- | --- |
| .agents/skills/ | Codex, ChatGPT / VS Code Agent, universal |
| .cursor/skills/ | Cursor |
| .claude/skills/ | Claude Code |
| .codex/skills/ | Codex CLI (alt) |
From the npm registry (after publish)
npm install pitch-skills
npx pitch-skillsNot published to registry.npmjs.org yet — use GitHub install above until then.
Agent matrix
| Agent | How it loads |
| --- | --- |
| Cursor | .cursor/skills/ after npx pitch-skills, or Cursor plugin (.cursor-plugin/) |
| Claude Code | .claude/skills/ after sync, or Claude plugin (.claude-plugin/) |
| Codex CLI | .agents/skills/ or .codex/skills/ |
| ChatGPT / VS Code Agent | .agents/skills/ (Agent Skills / Copilot Agent mode) |
Note: ChatGPT custom GPTs (web UI) are not Agent Skills packages. Use ChatGPT with Codex, VS Code Agent, or a project that has
.agents/skills/installed.
Usage
In any supported agent:
- “Run pitch-capstone on this company”
- “Use pitch-diligence — fill the killer questions”
- “Draft our seed pitch” → capstone, then diligence if raising
Both are draft-first: fill a brief, match exemplar density (not facts), mark TBD.
Package layout
pitch-skills/
├── package.json # bin: pitch-skills
├── skills/ # canonical skill source
├── .agents/skills/ # mirrored for Codex / ChatGPT / npm sync
├── .cursor-plugin/ # Cursor plugin manifest
├── .claude-plugin/ # Claude Code plugin manifest
└── scripts/
├── install.js # npx pitch-skills
└── mirror-agents.js # prepack mirrorPublish (npm)
Repo: timobuilds/pitch-skills
npm run mirror
npm pack --dry-run
npm publish # ensure name pitch-skills is free, or scope @timobuilds/pitch-skillsVerify:
mkdir /tmp/pitch-test && cd /tmp/pitch-test && npm init -y
npm install github:timobuilds/pitch-skills
npx pitch-skills
ls .agents/skills .cursor/skills .claude/skillsLicense
MIT
