Claude Skills Library

v1.0.0Coding Agentsstable

282 AI skills across 15 domains — the most complete PM operating system (discovery → delivery → career, with Jira / Linear / Notion / Confluence), plus engineering, marketing, C-level, compliance, and 7 vertical advisors. 67 cs-* agents, 700+ Python

agentic-codingagileai-agentsai-skillsclaude-code
Share:
169
Stars
0
Downloads
0
Weekly
0/5

What is Claude Skills Library?

Claude Skills Library is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 282 ai skills across 15 domains — the most complete pm operating system (discovery → delivery → career, with jira / linear / notion / confluence), plus engineering, marketing, c-level, compliance, and...

282 AI skills across 15 domains — the most complete PM operating system (discovery → delivery → career, with Jira / Linear / Notion / Confluence), plus engineering, marketing, C-level, compliance, and 7 vertical advisors. 67 cs-* agents, 700+ Python

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • 282 AI skills across 15 domains — the most complete PM opera

Use Cases

282 AI skills across 15 domains
PM and engineering automation
Jira, Linear, Notion integration
borghei

Maintainer

LicenseNOASSERTION
Languagehtml
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx claude-skills

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Claude Skills Library

Claude Skills is a comprehensive library of 338 AI skills across 16 professional domains — covering product management, engineering, marketing, C-level advisory, compliance, and seven vertical advisors — designed to be loaded into Claude Code, Cursor, Codex, Gemini CLI, Copilot, Windsurf, and other AI coding and productivity tools. Skills are delivered as slash commands, persona activations, and 784+ executable Python scripts (standard library only), so they run immediately without external dependencies. Teams use it to automate sprint planning, PRD generation, SOC 2 audits, board updates, and much more.

Prerequisites

  • Node.js 18 or higher (for CLI installation)
  • An AI client that supports custom instructions or MCP skills: Claude Code, Cursor, Codex, Gemini CLI, GitHub Copilot, Windsurf, Cline, Goose, or Aider
  • No Python packages required (scripts use only the standard library)
  • Optional: a Claude.ai account for the no-install browser workflow
1

Install a skill via the CLI

The @borghei/claude-skills CLI auto-detects your AI coding tool and installs the skill into the correct location. Replace 'senior-fullstack' with the skill name you want.

npx @borghei/claude-skills add senior-fullstack
2

(Alternative) Install in Claude Desktop via the plugin browser

Open Claude Desktop, click Customize in the bottom-left, go to Browse plugins, and enter 'borghei/Claude-Skills' to install the full library.

3

(Alternative) No-install browser workflow

Browse the skill library at https://borghei.github.io/Claude-Skills, find a skill, click 'Try it now', and paste the skill prompt directly into Claude.ai, ChatGPT, or Gemini.

4

Install a role bundle

Pre-configured bundles group related skills for a specific role. Install a bundle to get all skills for that workflow at once.

npx @borghei/claude-skills add saas-founder-kit
# Other bundles: devops-kit, compliance-kit, pm-kit
5

Activate a persona or slash command

Once installed, activate an expert persona or use a slash command in your AI client conversation. The agent adopts the persona and gains domain-specific knowledge and tools.

# Activate a persona:
/persona startup-cto

# Use a slash command:
/sprint-plan
/prd
/tdd
/rice
/retro

Claude Skills Library Examples

Client configuration (Claude Code)

Claude Code picks up installed skills automatically. The CLI installer places skill files in the correct location for Claude Code.

{
  "mcpServers": {}
}
// Skills are loaded as CLAUDE.md skill files, not MCP servers.
// Run: npx @borghei/claude-skills add <skill-name>
// Claude Code auto-discovers skills in ~/.claude/skills/

Prompts to try

Example prompts that leverage installed Claude Skills personas and commands.

- "/persona startup-cto — review our current architecture and flag scaling risks."
- "Ship a SOC 2 Type II audit preparation checklist for our SaaS product."
- "Run a sprint retrospective for a team that missed its velocity target by 30%."
- "Draft a board update summarising Q2 metrics, risks, and next quarter priorities."
- "/prd — write a product requirements document for a customer notification feature."

Troubleshooting Claude Skills Library

npx @borghei/claude-skills command not found or fails

Ensure Node.js 18+ is installed. Try 'npx --yes @borghei/claude-skills add <skill>' to force the package download. Check your internet connection if the fetch fails.

Skills are installed but the AI client does not recognise them

Restart your AI client after installing skills. For Claude Code, skills installed in ~/.claude/skills/ are picked up on next session start. For Cursor or Codex, verify the skill file was placed in the editor's expected skills directory.

Python scripts in the skills library fail to run

The 784+ Python tools require only the Python standard library (no pip installs). Ensure Python 3.8+ is in PATH. Run the script directly with 'python3 script.py' to see any error output.

Frequently Asked Questions about Claude Skills Library

What is Claude Skills Library?

Claude Skills Library is a Model Context Protocol (MCP) server that 282 ai skills across 15 domains — the most complete pm operating system (discovery → delivery → career, with jira / linear / notion / confluence), plus engineering, marketing, c-level, compliance, and 7 vertical advisors. 67 cs-* agents, 700+ python It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Claude Skills Library?

Follow the installation instructions on the Claude Skills Library GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Claude Skills Library?

Claude Skills Library works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Claude Skills Library free to use?

Yes, Claude Skills Library is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "claude-skills": { "command": "npx", "args": ["-y", "claude-skills"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Claude Skills Library?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides