Home /Claude Skills /skills2mcp
Recommended

Skills2mcp

skill-mcp offers a streamlined and efficient solution for managin...
Recommended for Claude Code skill management
Core Principle:
skill-mcp is an MCP server that automatically exposes Claude Code skills as tools. The project scans `/.claude/skills/` directory for SKILL.md files, parses YAML frontend metadata, and dynamically registers each skill as an MCP tool, simplifying skill management and usage.
KEY FEATURES
01Automatic Skill Discovery
Automatically scans SKILL.md files in the `.claude/skills/` directory.
02YAML Parsing
Parses YAML frontmatter from SKILL.md files to extract name and description.
03Dynamic Tool Registration
Dynamically registers each skill as an MCP tool with the naming format `skills_{name}`.
04Simple Integration
Provides straightforward setup and example skills for quick onboarding.
github.com/fj-th/skills2mcp
data-ai·fj-th·2026-01-29·0·🔱 0
Curated by agent-skills.cc
Installation
Download
HTTPS
git clone https://github.com/fj-th/skills2mcp.git
SSH
git clone [email protected]:fj-th/skills2mcp.git
GitHub CLI
gh repo clone fj-th/skills2mcp
FAQ
Q: What are the installation steps for Skills2mcp Agent Skills?
1.Skill Discovery: Scans the `.claude/skills/` directory for skill directories containing SKILL.md files.
2.YAML Parsing: Uses gray-matter to parse YAML frontmatter from SKILL.md files, extracting name and description.
3.Tool Registration: Registers each skill as an MCP tool with the naming format `skills_{name}`.
.Tool Invocation: Returns the skill's Markdown instructions for Claude to interpret and execute when the tool is called.
Q: What are the highlights of Skills2mcp Agent Skills?
  • {"title":"Lightweight","description":"Minimal dependencies, focused implementation, and efficient operation."}
  • {"title":"Easy to Extend","description":"Simple directory structure and file format make it easy to add new skills."}
  • {"title":"Automatic Reload","description":"Automatically reloads new skills after rebuilding without manual restart."}
  • {"title":"Clear Documentation","description":"Detailed README and examples facilitate understanding and usage."}
Q: What are the use cases for Skills2mcp Agent Skills?
  • {"title":"Skill Management","description":"Centralized management and exposure of Claude Code skills."}
  • {"title":"Rapid Development","description":"Developers can quickly create and test new skills."}
  • {"title":"Team Collaboration","description":"Team members can share and use a unified skill library."}
  • {"title":"Automation","description":"Automates skill loading and registration, reducing manual operations."}
Q: What are the limitations of Skills2mcp Agent Skills?
  • {"title":"Dependency on Claude Code","description":"Must be integrated with Claude Code and cannot run independently."}
  • {"title":"Skill Format Constraints","description":"Skills must adhere to specific YAML and Markdown formats."}