Founder Skills are custom skills wrapped into a plugin for your coding agent.
bash scripts/install.sh AGENT
How it works
Install, say what you need, get a usable output file.
One command installs all 24 skills. Replace AGENT with pi, codex, or claude.
bash scripts/install.sh AGENT
each skill has a plain english trigger
"Scope my MVP"
The agent produces a .md file with specific decisions — not advice, not options.
mvp-brief.md
bash scripts/install.sh AGENT
"Scope my MVP"
mvp-brief.md
The journey
Start where you are. Each phase of the founder journey has it's skills with specific artifacts and actions.
Partner Skill
The Partner Skill carries context across sessions, spots real bottlenecks, and routes you to the right skill.
founder-context.md and your last 5 cycle docs before speakingfounder-context.md each session and records key milestones"Partner"
Prompt By Phase
Each phase is connected to a lane.
Install
Clone the repo, run one command. Skills install directly into your agent's skill directory.
# Clone git clone https://github.com/gvkhosla/founder-skills.git cd founder-skills # Install all 24 skills bash scripts/install.sh pi # Or just one phase bash scripts/install.sh pi strategy
Installs to ~/.pi/agent/skills/ — available across all your projects.
# Clone git clone https://github.com/gvkhosla/founder-skills.git cd founder-skills # Generate AGENTS.md bash scripts/install.sh codex # Add to your project cat skills/codex/AGENTS.md >> your-project/AGENTS.md
Parallel phases run sequentially in Codex — same output, same quality.
# Clone git clone https://github.com/gvkhosla/founder-skills.git cd founder-skills # Install globally (all projects) bash scripts/install.sh claude # Or project-only bash scripts/install.sh claude .
Global: ~/.claude/skills/ · Project: .claude/skills/