English | 简体中文
A curated collection of practical agent skills maintained by @crper.
Each skill lives under skills/<skill-name>/ and includes its own SKILL.md, docs, references, scripts, and evals when needed.
Install a specific skill from this repository:
npx skills add https://github.com/crper/agent-skills --skill github-fetch-release-notes
npx skills add https://github.com/crper/agent-skills --skill chrome-web-store-submissionList installable skills:
npx skills add https://github.com/crper/agent-skills --list| Category | Skill | What it does | Preview |
|---|---|---|---|
| Repository Intelligence | github-fetch-release-notes |
Fetches GitHub Release / CHANGELOG updates through local gh auth and returns stable JSON. |
![]() |
| Store & Publishing | chrome-web-store-submission |
Prepares copy-and-paste Chrome Web Store submission copy, including permissions, privacy answers, and reviewer notes. | ![]() |
See CONTRIBUTING.md for repository conventions and skill structure guidelines.
See LICENSE.

