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

ClawMetry adds remote monitoring with E2E encryption for OpenClaw agents
ClawMetry v0.1.0 now includes cloud sync for remote monitoring of OpenClaw agents from any browser or Mac menu bar app, with end-to-end encryption that keeps data encrypted until it reaches your client.

Workaround for ChatGPT Project Migration Gap: Export Scripts and Prompts
A developer created Python scripts and Claude prompts to migrate conversations from ChatGPT to Claude when ChatGPT's data export lacks project membership information. The solution extracts conversations using titles captured from the interface.

molequla: Continual Learning AI Organism Built from Scratch with ClaudeCode
molequla is a continual learning AI organism implemented from scratch in Go, C, JavaScript, and Rust with a Python orchestrator. Each element is a full transformer implementation with vector autograd, trained on raw text, that grows and develops a personality over time.

Eqho: Local Voice-to-Text App for Claude Code Sessions
Eqho is a free, open-source voice-to-text app that uses OpenAI's Whisper model locally to type spoken input into any focused application. Currently Windows-only with command-line setup required.