Agent Skills for GitHub Copilot
Discover 15 agent skills compatible with GitHub Copilot. Quality-scored and verified on Skill123.
These 15 agent skills work with GitHub Copilot. Each is quality-scored and verified — browse install commands, use cases, and spec compliance before you install.
No skills match your filters.
frontend-design produces polished, non-generic UI with intentional typography, color, and motion. Install with npx skills add vercel-labs/agent-skills --skill frontend-design.
Can help with
- →Building web UI
- →Landing pages
code-review applies structured review checklists covering correctness, maintainability, tests, and team conventions.
Can help with
- →Reviewing pull requests
- →Code quality audit
review-bugbot performs structured code review focused on bugs, edge cases, and regressions. Ideal before merging PRs or after significant refactors.
Can help with
- →PR review requests
- →Finding bugs in diffs
web-design-guidelines encodes Vercel design standards for spacing, typography, accessibility, and performance in agent workflows.
Can help with
- →UI review
- →Design consistency checks
review-security guides agents through security-focused reviews covering injection, auth flaws, secrets exposure, and OWASP patterns.
Can help with
- →Security review requests
- →Auth changes
mcp-builder guides agents through creating MCP servers, tool schemas, and client configuration for Cursor and Claude.
Can help with
- →Building MCP servers
- →Adding custom tools
pdf skill enables agents to generate, parse, merge, and extract content from PDF files using bundled scripts and reference docs.
Can help with
- →PDF generation
- →PDF text extraction
sql-analyst helps write efficient SQL, explain query plans, and analyze schemas for Postgres, MySQL, and BigQuery.
Can help with
- →SQL query writing
- →Query optimization
commit-messages analyzes git diffs and produces conventional commit messages focused on the why, not just the what.
Can help with
- →Writing commit messages
- →Before git commit
test-writer creates tests that cover real behavior and edge cases, avoiding trivial assertions and matching project test conventions.
Can help with
- →Adding tests
- →Test coverage gaps
api-design guides RESTful API design, OpenAPI documentation, versioning, pagination, and error handling patterns.
Can help with
- →Designing new APIs
- →OpenAPI specs
threat-model guides STRIDE analysis for new features, documenting threats, mitigations, and security requirements.
Can help with
- →Security design review
- →New feature threat analysis
docker-deploy helps write multi-stage Dockerfiles, docker-compose setups, and container deployment configs for production.
Can help with
- →Dockerizing apps
- →Container deployment
i18n-setup configures i18n routing, translation files, hreflang tags, and locale detection for global web apps.
Can help with
- →Adding i18n to a project
- →Multi-language sites
vibe-code-reader is a community-submitted Agent Skill: 专为快速理解 vibe coding 项目设计的代码解读 skill。当用户上传或提供一个由 AI 生成(vibe coding)的项目,想理解项目结构、业务逻辑、技术架构,或接手别人的 AI 生成代码库时,必须使用本 skill。 触. Install with `npx skills add https://github.com/DylanMay/vibe-code-reader-skill` or copy to your agent skills directory.
Can help with
- →When the user needs help with vibe code reader
- →一个帮助人类程序员快速读懂 AI 生成代码(vibe coding)的 Claude Skill。 接手别人用 Cursor / Windsurf / Lovable 生成的项目时,往往面对一堆能跑但看不懂的代码——没有注释、没有文档、不