Agent-3-7/agent37-skills-collection
Collection of useful Claude AI skills and commands
Deep Analysis
Claude Code plugin collection providing YC startup advisor knowledge base and local code review functionality
Core Features
Skill plugin providing YC startup advice based on 434 curated resources (Paul Graham essays, founder interviews, startup school)
Reviews local uncommitted code changes, checking for bugs, security vulnerabilities, CLAUDE.md compliance, and TypeScript issues
Technical Implementation
- 434 curated YC startup resources integrated
- Local code review supports OWASP Top 10 security vulnerability detection
- Smart filtering of false positives grouped by severity
- Online demo available at agent37.com/yc
- Entrepreneurs seeking YC-style startup advice and guidance
- Local code review before committing
- Detecting potential security vulnerabilities and code quality issues
- Ensuring code compliance with CLAUDE.md specs
- local-review only supports local changes, not PR reviews
- Documentation is simple, lacks detailed config and usage instructions
Agent 37 Skills Collection
A collection of Claude Code plugins
yc-advisor
YC startup advice from 434 curated resources (Paul Graham essays, founder interviews, startup school).
/plugin marketplace add Agent-3-7/agent37-skills-collection
/plugin install yc-advisor@agent37-skills
This is a skill - automatically triggered when you ask about startups, fundraising, etc.
You can interact with this live at https://www.agent37.com/yc
local-review
Code review for uncommitted local changes. Inspired by Anthropic's official code-review plugin which reviews PRs - this one reviews your local staged/unstaged changes before you commit.
/plugin marketplace add Agent-3-7/agent37-skills-collection
/plugin install local-review@agent37-skills
This is a command - invoke with /local-review:local-review
Reviews for: bugs, security vulnerabilities (OWASP top 10), CLAUDE.md compliance, TypeScript issues. Filters false positives and groups by severity.
License
MIT

