plugins/yc-advisor/skills/yc-advisor/SKILL.md
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.
npx skillsauth add agent-3-7/agent37-skills-collection yc-advisorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
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)
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.