https://github.com/agent37-platform/agent37-skills-collection
Collection of useful Claude AI skills and commands
https://github.com/agent37-platform/agent37-skills-collection
Last synced: about 1 month ago
JSON representation
Collection of useful Claude AI skills and commands
- Host: GitHub
- URL: https://github.com/agent37-platform/agent37-skills-collection
- Owner: agent37-platform
- License: mit
- Created: 2026-01-05T09:26:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-16T13:52:20.000Z (6 months ago)
- Last Synced: 2026-06-05T22:28:36.106Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 2.66 MB
- Stars: 172
- Watchers: 2
- Forks: 26
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - agent37-platform/agent37-skills-collection - Collection of useful Claude AI skills and commands (Python)
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).
```bash
/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.
```bash
/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.
```bash
/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