Agent-3-7/agent37-skills-collection

Collection of useful Claude AI skills and commands

License:MITLanguage:Python6214

Deep Analysis

Claude Code plugin collection providing YC startup advisor knowledge base and local code review functionality

Recommended

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

Architecture:Multi-functional plugin collection based on Claude Code plugin system, including auto-trigger skills and manual command types
Execution Flow:

Key Components:
Claude Code Plugin System
Knowledge Base Integration
Code Analysis
Highlights
  • 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
Use Cases
  • 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
Limitations
  • local-review only supports local changes, not PR reviews
  • Documentation is simple, lacks detailed config and usage instructions
Tech Stack
PythonClaude Code Plugin System.claude-plugin 目录结构

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