skills

Expose SKILL.md frontmatter and resources as callable MCP tools.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/kaushal-waygood/agentic-self-healing-ci --skill skills-kaushal-waygood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills
Source: https://github.com/kaushal-waygood/agentic-self-healing-ci/tree/main/skills/skillz-integration
Command: npx skills add https://github.com/kaushal-waygood/agentic-self-healing-ci --skill skills-kaushal-waygood

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Skillz MCP Server enables turning Claude-style SKILL.md files into callable tools for MCP clients, simplifying integration and reuse of skills across workflows.

Core Features & Use Cases

  • Discover and expose skills defined by SKILL.md frontmatter from local directories or zip archives.
  • Run optional helper scripts and access linked resources to perform automated tasks in MCP workflows.
  • Use cases include embedding skills in CI/CD pipelines, automating repetitive tasks, and orchestrating multi-skill workflows with a single API.

Quick Start

Configure a Skillz MCP server in your workflow and mount your skills directory to start invoking skills via their SKILL.md definitions.

Frequently Asked Questions about skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I expose SKILL.md files as callable MCP tools in Docker?

You can expose SKILL.md files as callable MCP tools in Docker by running the Skillz MCP server. It reads frontmatter from local directories or zip archives and registers each skill as an invocable tool for MCP clients.

Can I load Claude-style skills from zip archives in an MCP workflow?

Yes, you can load Claude-style skills from zip archives in an MCP workflow. The Skillz runtime supports loading skills organized in either root directories or zip archives, parsing the SKILL.md frontmatter to expose them as callable tools.

Do I need the Skillz runtime to invoke helper scripts through an MCP client?

Yes, the Skillz runtime is required to invoke optional helper scripts through an MCP client. The runtime integrates with the MCP client, loads skills from the root directory, and supports executing optional bundled scripts, references, and assets.

What is the best way to automate multi-skill workflows across different projects?

The best way to automate multi-skill workflows across different projects is using a Skillz MCP server in Docker. It exposes multiple SKILL.md definitions through a single API, allowing you to orchestrate and invoke various skills within CI/CD pipelines or automated tasks.

How does the Skillz MCP server discover skills defined by SKILL.md frontmatter?

The Skillz MCP server discovers skills defined by SKILL.md frontmatter by scanning a mounted skills root directory. It parses the frontmatter metadata and optional linked resources, then registers each skill as a distinct callable tool for the MCP client.

Are there limitations when embedding callable skills in CI/CD pipelines with Docker?

When embedding callable skills in CI/CD pipelines with Docker, you must organize skills into folders or zip archives and mount the root directory correctly. The Skillz runtime requires this specific directory structure to successfully load and expose the skills.