MCPcopy Index your code
hub / github.com/agent37-platform/agent37-skills-collection

github.com/agent37-platform/agent37-skills-collection @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
46 symbols 153 edges 7 files 36 documented · 78%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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.

generate-prompt-request

Summarize the current session into a compact "prompt request" one-pager for a pull request: every ask and decision folded into one User: block, plus an Assistant: block summarizing what was built.

/plugin marketplace add Agent-3-7/agent37-skills-collection
/plugin install generate-prompt-request@agent37-skills

This is a skill - triggered when you ask to "generate a prompt request", or automatically when opening a PR. Wire it into a repo's AGENTS.md / CLAUDE.md with a line like "When opening a PR, invoke the generate-prompt-request skill and include its output in the PR body." Output is inline markdown, ready to paste into a PR.

License

MIT

Core symbols most depended-on inside this repo

log
called by 12
plugins/yc-advisor/skills/yc-advisor/scripts/transcript_manager.py
load_status
called by 3
plugins/yc-advisor/skills/yc-advisor/scripts/transcript_manager.py
save_status
called by 3
plugins/yc-advisor/skills/yc-advisor/scripts/transcript_manager.py
normalize_format
called by 2
plugins/yc-advisor/skills/yc-advisor/scripts/merge_resources.py
compute_similarity
called by 2
plugins/yc-advisor/skills/yc-advisor/scripts/add_cross_references.py
format_transcript
called by 2
plugins/yc-advisor/skills/yc-advisor/scripts/fetch_transcripts.py
initialize_status
called by 2
plugins/yc-advisor/skills/yc-advisor/scripts/transcript_manager.py
format_transcript
called by 2
plugins/yc-advisor/skills/yc-advisor/scripts/transcript_manager.py

Shape

Function 46

Languages

Python100%

Modules by API surface

plugins/yc-advisor/skills/yc-advisor/scripts/transcript_manager.py14 symbols
plugins/yc-advisor/skills/yc-advisor/scripts/generate_summaries.py6 symbols
plugins/yc-advisor/skills/yc-advisor/scripts/generate_quick_index.py6 symbols
plugins/yc-advisor/skills/yc-advisor/scripts/fetch_transcripts.py6 symbols
plugins/yc-advisor/skills/yc-advisor/scripts/merge_resources.py5 symbols
plugins/yc-advisor/skills/yc-advisor/scripts/add_cross_references.py5 symbols
plugins/yc-advisor/skills/yc-advisor/scripts/generate_index.py4 symbols

For agents

$ claude mcp add agent37-skills-collection \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact