YC Advisor
Overview
This skill provides access to Y Combinator's comprehensive library of 443 startup resources - essays, podcast transcripts, and video transcripts from YC partners, successful founders, and industry experts.
How to Use This Skill (Tiered Retrieval)
Key Principle: Use quick-index for discovery, but ALWAYS load full source content before answering.
Step 1: Understand Context (for broad questions)
For broad questions, clarify the user's context:
- Stage: Pre-idea | Idea | Building MVP | Launched | Scaling
- Type: B2B | Consumer | Hardware | AI/ML | Marketplace
- Role: Technical founder | Non-technical | Solo | With co-founder(s)
Step 2: Discovery
- Load
references/quick-index.md to scan available resources (~500 lines, grouped by topic)
- Identify 3-5 most relevant resources based on the question (line counts help estimate size)
- Check
references/learning-paths.md if user is on a founder journey
- Check
references/frameworks/ for decision questions - use glob references/frameworks/*.md to list files, then read specific ones
- For deeper search, use grep on
references/summaries.md (too large to load fully)
Step 3: Deep Dive
- Find files using the code - use glob pattern
references/{CODE}-*.md
- Example: For code
DZ, use glob references/DZ-*.md to find the file
- WARNING: NEVER read
index.yaml - it exceeds token limits (64K tokens)
- Load the FULL content of top 2-3 resources
- Read completely - do not skim
- Extract key insights, quotes, and actionable advice
Step 4: Synthesize Answer
- Combine insights from multiple sources
- Quote directly from source material when valuable
- Always cite author and title for each point
- Acknowledge tradeoffs and contradictions between sources
- Never answer from summaries alone - always load full source content
Topic Categories
The library covers these main areas (use for initial filtering):
- Getting Started: Should you start? Startup ideas, order of operations, student founders
- Co-founders: Finding, relationships, equity splitting, technical vs non-technical
- Product: MVP, product-market fit, design, building for users
- Fundraising: Seed, Series A, investor pitching, SAFEs, term sheets
- Growth & Metrics: Growth strategies, KPIs, conversion, retention
- Customers & Sales: Talking to users, first customers, pricing, enterprise sales
- Hiring & Team: First hires, engineering teams, equity, management
- Culture & Leadership: Building culture, CEO evolution, board management
- Common Mistakes: Startup killers, financial health, when to quit
- Pivoting & Launching: Pivot strategies, launch timing, press
- Scaling: Later stage advice, unicorn characteristics
- Mindset: Resourcefulness, handling rejection, goal setting
- AI Startups: AI opportunity, moats, vertical agents, vibe coding
- Founder Interviews: Airbnb, Stripe, Coinbase, Reddit, Twitch, DoorDash
- Specialized: Hardware, biotech, dev tools, crypto, location
- Joining Startups: Choosing a startup, stages, equity
- YC Application: Application tips, process, YC effect
- Legal: Startup mechanics, terms, agreements
Usage Guidelines
For Complex Decisions
Questions like "Should I start my own startup or co-found with someone?":
- Load quick-index.md to identify relevant resources
- Read 3-5 full source files covering different perspectives
- Synthesize across sources - look for consensus and contradictions
- Present balanced view acknowledging tradeoffs
- Cite specific authors and titles
- Ask clarifying questions about user's specific situation
For Factual Questions
Questions like "What are the most common mistakes that kill startups?":
- Use quick-index.md to find the most authoritative source
- Load and read the full source file
- Present comprehensively - don't over-summarize
- Cite the source
For Learning Journeys
When users want to learn systematically:
- Check
references/learning-paths.md for curated sequences
- Guide them through resources in order
- Summarize key takeaways at each step
Resources
references/quick-index.md (Primary Discovery)
Lightweight index (~500 lines) grouped by topic. Each entry shows:
- Code, title, author, type, line count, founder stage
- Use this first - small enough to load fully
- Use glob pattern
references/{CODE}-*.md to find files by code
references/summaries.md (Deep Search)
Detailed summaries with content previews (~4300 lines). Too large to load fully.
- Use grep to search for specific keywords
- Provides more context than quick-index when needed
references/index.yaml (Maintenance Only - DO NOT READ)
Structured metadata for all resources. Too large for runtime use (64K tokens).
Used only by maintenance scripts. For filename lookups, use quick-index.md instead.
references/learning-paths.md
Curated resource sequences for common founder journeys:
- First-time founder path
- AI startup path
- Fundraising path
- And more...
references/frameworks/ (Use glob to list, NOT Read)
Decision frameworks for common questions. Use glob references/frameworks/*.md to list files.
Available frameworks:
- should-i-start-a-startup.md
- solo-vs-cofounder.md
- bootstrap-vs-raise.md
- when-to-pivot.md
- when-to-quit.md
- technical-cofounder-needed.md
references/*.md
The 443 full-content source files. Each follows this structure:
# [Title]
**Author:** [Author Name]
**Type:** [Essay|Podcast|Video]
**URL:** https://www.ycombinator.com/library/[CODE]-[slug]
---
[Full content - essays, transcripts]
File naming: [CODE]-[descriptive-name].md (e.g., 8z-how-to-get-startup-ideas.md)
1---2name: yc-advisor3description: This skill should be used when the user asks questions about startups, founding decisions, co-founders, fundraising, product development, growth, hiring, or any entrepreneurial advice. It provides access to Y Combinator's complete library of 443 curated resources including essays by Paul Graham, founder interviews, and startup school lectures. Use this skill to give thorough, research-backed advice on startup decisions.4---5
6# YC Advisor
7
8## Overview
9
10This skill provides access to Y Combinator's comprehensive library of 443 startup resources - essays, podcast transcripts, and video transcripts from YC partners, successful founders, and industry experts.
11
12## How to Use This Skill (Tiered Retrieval)
13
14**Key Principle:** Use quick-index for discovery, but ALWAYS load full source content before answering.
15
16### Step 1: Understand Context (for broad questions)
17
18For broad questions, clarify the user's context:
19- **Stage:** Pre-idea | Idea | Building MVP | Launched | Scaling
20- **Type:** B2B | Consumer | Hardware | AI/ML | Marketplace
21- **Role:** Technical founder | Non-technical | Solo | With co-founder(s)
22
23### Step 2: Discovery
24
251. Load `references/quick-index.md` to scan available resources (~500 lines, grouped by topic)
262. Identify 3-5 most relevant resources based on the question (line counts help estimate size)
273. Check `references/learning-paths.md` if user is on a founder journey
284. Check `references/frameworks/` for decision questions - use glob `references/frameworks/*.md` to list files, then read specific ones
295. For deeper search, use grep on `references/summaries.md` (too large to load fully)
30
31### Step 3: Deep Dive
32
331. **Find files using the code** - use glob pattern `references/{CODE}-*.md`
34 - Example: For code `DZ`, use glob `references/DZ-*.md` to find the file
35 - **WARNING:** NEVER read `index.yaml` - it exceeds token limits (64K tokens)
362. Load the FULL content of top 2-3 resources
373. Read completely - do not skim
384. Extract key insights, quotes, and actionable advice
39
40### Step 4: Synthesize Answer
41
421. Combine insights from multiple sources
432. Quote directly from source material when valuable
443. **Always cite author and title** for each point
454. Acknowledge tradeoffs and contradictions between sources
465. **Never answer from summaries alone** - always load full source content
47
48## Topic Categories
49
50The library covers these main areas (use for initial filtering):
51
52- **Getting Started:** Should you start? Startup ideas, order of operations, student founders
53- **Co-founders:** Finding, relationships, equity splitting, technical vs non-technical
54- **Product:** MVP, product-market fit, design, building for users
55- **Fundraising:** Seed, Series A, investor pitching, SAFEs, term sheets
56- **Growth & Metrics:** Growth strategies, KPIs, conversion, retention
57- **Customers & Sales:** Talking to users, first customers, pricing, enterprise sales
58- **Hiring & Team:** First hires, engineering teams, equity, management
59- **Culture & Leadership:** Building culture, CEO evolution, board management
60- **Common Mistakes:** Startup killers, financial health, when to quit
61- **Pivoting & Launching:** Pivot strategies, launch timing, press
62- **Scaling:** Later stage advice, unicorn characteristics
63- **Mindset:** Resourcefulness, handling rejection, goal setting
64- **AI Startups:** AI opportunity, moats, vertical agents, vibe coding
65- **Founder Interviews:** Airbnb, Stripe, Coinbase, Reddit, Twitch, DoorDash
66- **Specialized:** Hardware, biotech, dev tools, crypto, location
67- **Joining Startups:** Choosing a startup, stages, equity
68- **YC Application:** Application tips, process, YC effect
69- **Legal:** Startup mechanics, terms, agreements
70
71## Usage Guidelines
72
73### For Complex Decisions
74
75Questions like "Should I start my own startup or co-found with someone?":
76
771. Load quick-index.md to identify relevant resources
782. Read 3-5 full source files covering different perspectives
793. Synthesize across sources - look for consensus and contradictions
804. Present balanced view acknowledging tradeoffs
815. Cite specific authors and titles
826. Ask clarifying questions about user's specific situation
83
84### For Factual Questions
85
86Questions like "What are the most common mistakes that kill startups?":
87
881. Use quick-index.md to find the most authoritative source
892. Load and read the full source file
903. Present comprehensively - don't over-summarize
914. Cite the source
92
93### For Learning Journeys
94
95When users want to learn systematically:
96
971. Check `references/learning-paths.md` for curated sequences
982. Guide them through resources in order
993. Summarize key takeaways at each step
100
101## Resources
102
103### references/quick-index.md (Primary Discovery)
104Lightweight index (~500 lines) grouped by topic. Each entry shows:
105- Code, title, author, type, line count, founder stage
106- **Use this first** - small enough to load fully
107- Use glob pattern `references/{CODE}-*.md` to find files by code
108
109### references/summaries.md (Deep Search)
110Detailed summaries with content previews (~4300 lines). Too large to load fully.
111- Use grep to search for specific keywords
112- Provides more context than quick-index when needed
113
114### references/index.yaml (Maintenance Only - DO NOT READ)
115Structured metadata for all resources. **Too large for runtime use (64K tokens).**
116Used only by maintenance scripts. For filename lookups, use quick-index.md instead.
117
118### references/learning-paths.md
119Curated resource sequences for common founder journeys:
120- First-time founder path
121- AI startup path
122- Fundraising path
123- And more...
124
125### references/frameworks/ (Use glob to list, NOT Read)
126Decision frameworks for common questions. **Use glob `references/frameworks/*.md` to list files.**
127Available frameworks:
128- should-i-start-a-startup.md
129- solo-vs-cofounder.md
130- bootstrap-vs-raise.md
131- when-to-pivot.md
132- when-to-quit.md
133- technical-cofounder-needed.md
134
135### references/*.md
136The 443 full-content source files. Each follows this structure:
137
138```markdown
139# [Title]
140
141**Author:** [Author Name]
142**Type:** [Essay|Podcast|Video]
143**URL:** https://www.ycombinator.com/library/[CODE]-[slug]
144
145---
146
147[Full content - essays, transcripts]
148```
149
150File naming: `[CODE]-[descriptive-name].md` (e.g., `8z-how-to-get-startup-ideas.md`)