BeClaude

master-skills

New
5GitHub TrendingGeneralby sinhoneyy

Unified skill library for Claude, Codex, Cursor, Antigravity & AI agents — 2,658 skills across 15 domains

First seen 6/12/2026

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/master-skills.md

3
Invoke in Claude Code
/master-skills

Use Cases

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.

Usage Examples

1

/master-skills web-scrape https://example.com --output data.json

2

/master-skills code-review --repo my-project --branch feature-branch

3

List all available skills in the master-skills library related to data analysis.

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..