Skill Creator MCP Server Documentation
========================================

Welcome to the documentation for Skill Creator MCP Server.

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   api/index

Overview
========

Skill Creator MCP Server is a Model Context Protocol (MCP) server that provides tools for developing, validating, and optimizing Agent-Skills.

Features
--------

* **collect_requirements** - AI-driven requirement clarification
* **init_skill** - Initialize new Agent-Skill projects
* **validate_skill** - Validate skill structure and content
* **analyze_skill** - Analyze code quality and complexity
* **refactor_skill** - Generate refactoring suggestions
* **package_skill** - Package skills for distribution

Installation
------------

.. code-block:: bash

   pip install skill-creator-mcp

Quick Start
-----------

.. code-block:: python

   from skill_creator_mcp import mcp

   # Use with Claude Code
   # Configure in ~/.config/Claude/claude_desktop_config.json

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
