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.
Provides Y Combinator startup advice from 443 curated resources on founding, fundraising, and growth.
/plugin marketplace add agent-3-7/agent37-skills-collection/plugin install yc-advisor@agent37-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
CLAUDE.mdreferences/1k-benchmarks.mdreferences/1z-the-importance-of-trends.mdreferences/2s-advice-for-new-managers.mdreferences/2u-how-to-build-your-seed-round-pitch-deck.mdreferences/2z-pinduoduo-and-the-rise-of-social-e-commerce.mdreferences/3O-why-big-deals-are-bad-for-startups.mdreferences/3S-when-to-shut-down-a-startup.mdreferences/3Z-advice-for-companies-with-less-than-1-year-of-runway.mdreferences/3e-thoughts-on-insurance.mdreferences/3h-series-a-diligence-checklist.mdreferences/3i-how-to-find-a-technical-co-founder.mdreferences/3j-how-to-measure-leadership.mdreferences/3k-the-second-job-of-a-startup-ceo.mdreferences/3t-how-wechat-grew-to-be-the-1-app-in-the-world.mdreferences/3w-how-to-create-and-manage-a-board.mdreferences/3x-the-hidden-forces-behind-china-s-content-king-toutiao.mdreferences/47-product-advice-for-hardware-founders.mdreferences/4A-a-guide-to-seed-fundraising.mdreferences/4D-yc-s-essential-startup-advice.mdThis 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.
Key Principle: Use quick-index for discovery, but ALWAYS load full source content before answering.
For broad questions, clarify the user's context:
references/quick-index.md to scan available resources (~500 lines, grouped by topic)references/learning-paths.md if user is on a founder journeyreferences/frameworks/ for decision questions - use glob references/frameworks/*.md to list files, then read specific onesreferences/summaries.md (too large to load fully)references/{CODE}-*.md
DZ, use glob references/DZ-*.md to find the fileindex.yaml - it exceeds token limits (64K tokens)The library covers these main areas (use for initial filtering):
Questions like "Should I start my own startup or co-found with someone?":
Questions like "What are the most common mistakes that kill startups?":
When users want to learn systematically:
references/learning-paths.md for curated sequencesLightweight index (~500 lines) grouped by topic. Each entry shows:
references/{CODE}-*.md to find files by codeDetailed summaries with content previews (~4300 lines). Too large to load fully.
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.
Curated resource sequences for common founder journeys:
Decision frameworks for common questions. Use glob references/frameworks/*.md to list files.
Available frameworks:
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)
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.