master-skills
NewUnified skill library for Claude, Codex, Cursor, Antigravity & AI agents — 2,658 skills across 15 domains
Summary
Master Skills provides a unified library of 2,658 skills across 15 domains for Claude, Codex, Cursor, Antigravity, and other AI agents.
- It enables developers to quickly access and invoke specialized capabilities without switching contexts, streamlining automation and agent workflows.
Install & Usage
mkdir -p .claude/skillsAdd the configuration to .claude/skills/master-skills.md
/master-skillsUse Cases
Usage Examples
/master-skills web-scrape https://example.com --output data.json
/master-skills code-review --repo my-project --branch feature-branch
List all available skills in the master-skills library related to data analysis.
Security Audits
Frequently Asked Questions
What is master-skills?
Master Skills provides a unified library of 2,658 skills across 15 domains for Claude, Codex, Cursor, Antigravity, and other AI agents. It enables developers to quickly access and invoke specialized capabilities without switching contexts, streamlining automation and agent workflows.
How to install master-skills?
To install master-skills: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/master-skills.md. Finally, /master-skills in Claude Code.
What is master-skills best for?
master-skills is a community categorized under General. It is designed for: agent. Created by sinhoneyy.
What can I use master-skills for?
master-skills is useful for: Quickly deploy a pre-built skill for web scraping without writing custom code.; Automate code review by invoking a skill that analyzes pull requests for common issues.; Generate documentation for a project using a skill that extracts comments and API signatures.; Set up a CI/CD pipeline skill to trigger builds and tests from a single command.; Integrate a data processing skill to transform CSV files into structured JSON.; Use a security auditing skill to scan dependencies for known vulnerabilities..