Founder Operations in Claude: 19 Reusable Skills for Early-Stage Startups

A founder who recently exited their first startup has open-sourced a set of 19 reusable skills for early-stage startup operations, designed to be used with Claude and Claude Code for non-coding tasks. The repo, available on GitHub at github.com/firatcand/founder-skills, contains Markdown files with the exact instructions the author kept re-typing while running their own company.
What's Inside
The skills cover common founder workflows: positioning, pricing, specs, prospecting, and copy. Each skill is a Markdown file with a structured prompt that you can feed directly to Claude or Claude Code. The author describes them as “nothing fancy — Markdown files with the instructions I kept retyping. Made them for myself first.”
While the repo content isn't quoted verbatim in the source, the idea mirrors how many builders now treat LLM prompts as modular, version-controlled assets — treating prompts like code. The skills are derived from SOPs originally stored in Notion.
Why This Pattern Matters
As AI coding agents become more common in early-stage startups, teams are shifting from manual execution to prompt-driven operations. This repo exemplifies that: instead of repeating the same instructions to Claude each time, you pull a Markdown file containing the full context, constraints, and output format for a given task — positioning, pricing analysis, or prospecting email copy.
The author is also curious about what skills other developers reuse, asking: “If you reuse a lot of skills — curious what's in your set.”
For founders and devs using Claude Code for more than just coding, this repo is a practical template for building your own library of reusable agent instructions. Fork it, adapt the prompts to your workflows, and treat them like you would any other project artifact.
📖 Read the full source: r/ClaudeAI
👀 See Also

cldctrl: Terminal Dashboard for Managing Claude Code Sessions
cldctrl is an npm package that provides a terminal dashboard for launching and managing Claude Code sessions across projects. It reads existing ~/.claude data, auto-discovers projects, and shows token usage with rate limit bars.

uimax-mcp: Free MCP Server for Automated Frontend Code Review and Fixes with Claude Code
uimax-mcp is a free MCP server that automates frontend code review and fixes using Claude Code. With one command, it captures screenshots, runs Lighthouse and accessibility audits, scans for anti-patterns, and generates automated fixes.

Otterly: Route OpenClaw Through Your Claude Code Subscription
Otterly is a small npm package that exposes the local Claude CLI as an OpenAI-compatible HTTP server, letting you bill OpenClaw requests to your Claude Code subscription instead of pay-per-token API rates.

Telegram Bot to Manage Headless Claude Code Channels via tmux
A zero-dependency Python Telegram bot that launches, stops, and monitors Claude Code Channels sessions in tmux on a headless server, with watchdog auto-restart.