startupengineering
Written for humans, structured for agents

Engineer like a
startup.

Skills for shipping and reviewing high-quality code — written for the humans in a startup engineering team and for the agents working alongside them.

claude ~/startupengineering
$claude "review this PR using the code-review skill"
• Loading code-quality/code-review-and-quality/SKILL.md…
• Walking the five axes…
Correctness: edge cases ok. Readability: two names unclear. Security: unvalidated input on /api/ingest.
Verdict: request changes — one critical, two nits.

Opinionated, not exhaustive

We skip what's already in a textbook. Every note earns its place.

Repo-native

Everything lives in a public GitHub repo. Clone, fork, or edit on GitHub.

Agent-ready

Structured frontmatter and taxonomy so Claude Code and friends navigate it.

Three ways to consume

Pick whichever matches how you work. The content is the same.

Agent

Point Claude Code at the repo

Ask questions across all content from your terminal.

git clone https://github.com/\
  selvaganapathyc/startupengineering
cd startupengineering
claude
Website

Browse, filter, search

You're here. Every note has category and tag filters.

Local

Clone and open in Obsidian

Frontmatter, wiki-links, and folder structure play nice.

git clone https://github.com/\
  selvaganapathyc/startupengineering
# → open the folder as an Obsidian vault
Built in the open. Every note is a file you can edit on GitHub.
Star on GitHub