Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
reskill
Team-wide charter and history optimization through skill extraction
sbroenne/pytest-skill-engineering 3
-
external-comms
PAO workflow for scanning, drafting, and presenting community responses with human review gate
sbroenne/pytest-skill-engineering 3
-
math-helper
Math calculation and formula helper for financial and algebraic computations
sbroenne/pytest-skill-engineering 3
-
todo-organizer
Smart task organizer that follows GTD principles and verifies all operations
sbroenne/pytest-skill-engineering 3
-
spec-compliant
A fully spec-compliant skill for testing agentskills.io support. Use this when testing skill loading, validation, and progressive disclosure.
sbroenne/pytest-skill-engineering 3
-
simple-assistant
A simple helpful assistant skill
sbroenne/pytest-skill-engineering 3
-
financial-literacy
Domain knowledge for banking operations
sbroenne/pytest-skill-engineering 3
-
python-patterns
Common Python patterns for this project
sbroenne/pytest-skill-engineering 3
-
financial-advisor
Domain knowledge for personal finance management and budgeting advice
sbroenne/pytest-skill-engineering 3
-
octopoda-memory
Persistent memory across sessions — recall, store, share, audit decisions, snapshots, and version history
RyjoxTechnologies/Octopoda-OS 109
-
test-mcp
Build and test MCP tools using direct API calls or MCP Inspector.
Use when testing tool changes, verifying API responses, debugging
MCP tools, or investigating what an API endpoint returns.
tomaspavlin/rohlik-mcp 106
-
publish
Publish a new version of the npm package
tomaspavlin/rohlik-mcp 106
-
git-hooks
CopilotKit pre-commit hook reference. Load automatically when the user mentions git hooks failing, pre-commit errors, lefthook issues, commit blocked, or "hooks don't work", or when user wants to commit/push anything Contains the full hook topology so debugging skips discovery and goes straight to diagnosis.
CopilotKit/CopilotKit 30,143
-
mcp-builder
DEPRECATED: This skill has been replaced by `mcp-app-builder`.
Check if `mcp-app-builder` is available in the skills folder. If not, install it:
`npx skills install mcp-use/mcp-use --skill mcp-app-builder`
Use `mcp-app-builder` instead of this skill.
Build Model Context Protocol (MCP) servers with mcp-use framework.
Use when creating MCP servers, defining tools/resources/prompts, working with mcp-use,
bootstrapping MCP projects, or when user mentions MCP development, tools, resources, or prompts.
CopilotKit/CopilotKit 30,143
-
mcp-apps-builder
**MANDATORY for ALL MCP server work** - mcp-use framework best practices and patterns.
**READ THIS FIRST** before any MCP server work, including:
- Creating new MCP servers
- Modifying existing MCP servers (adding/updating tools, resources, prompts, widgets)
- Debugging MCP server issues or errors
- Reviewing MCP server code for quality, security, or performance
- Answering questions about MCP development or mcp-use patterns
- Making ANY changes to server.tool(), server.resource(), server.prompt(), or widgets
This skill contains critical architecture decisions, security patterns, and common pitfalls.
Always consult the relevant reference files BEFORE implementing MCP features.
CopilotKit/CopilotKit 30,143
-
chatgpt-app-builder
DEPRECATED: This skill has been replaced by `mcp-app-builder`.
Check if `mcp-app-builder` is available in the skills folder. If not, install it:
`npx skills install mcp-use/mcp-use --skill mcp-app-builder`
Use `mcp-app-builder` instead of this skill.
Build ChatGPT apps with interactive widgets using mcp-use and OpenAI Apps SDK.
Use when creating ChatGPT apps, building MCP servers with widgets, defining React widgets,
working with Apps SDK, or when user mentions ChatGPT widgets, mcp-use widgets, or Apps SDK development.
CopilotKit/CopilotKit 30,143
-
vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
CherryHQ/cherry-studio 43,310
-
gh-create-pr
Create or update GitHub pull requests using the repository-required workflow and template compliance. Use when asked to create/open/update a PR so the assistant reads `.github/pull_request_template.md`, fills every template section, preserves markdown structure exactly, and marks missing data as N/A or None instead of skipping sections.
CherryHQ/cherry-studio 43,310
-
create-skill
Create a new skill in the current repository. Use when the user wants to create/add a new skill, or mentions creating a skill from scratch. This skill follows the workflow defined in .agents/skills/README.md and helps scaffold, validate, and sync new skills.
CherryHQ/cherry-studio 43,310
-
cherry-pr-test
Test Cherry Studio PRs by checking out the branch, launching the Electron app in debug mode, and running interactive UI tests via CDP.
CherryHQ/cherry-studio 43,310
-
gh-create-issue
Use when user wants to create a GitHub issue for the current repository. Must read and follow the repository's issue template format.
CherryHQ/cherry-studio 43,310
-
gh-pr-review
Automated code review for local branches, PRs, commits, and files. Supports single-agent review with interactive fix selection, or multi-agent deep review with reviewer-verifier adversarial mechanism and risk-based auto-fix.
CherryHQ/cherry-studio 43,310
-
prepare-release
Prepare a new release by collecting commits, generating bilingual release notes, updating version files, and creating a release branch with PR. Use when asked to prepare/create a release, bump version, or run `/prepare-release`.
CherryHQ/cherry-studio 43,310
-
faq-collector
将成功解决的用户问题收录到 FAQ 知识库。问题解决后自动判断是否收录。也可以在用户说"收录到 FAQ"、"记录这个问题"、"add to FAQ"时手动触发。
CherryHQ/cherry-studio 43,310