> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getskillmd.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Turn any website or documentation into a skill your AI coding agent can use as context.

<Frame>
  <img src="https://mintcdn.com/skillmd/GJV2jVbRKUvvdhiA/images/cover.png?fit=max&auto=format&n=GJV2jVbRKUvvdhiA&q=85&s=44d435a47c96bc79213b0048badea523" alt="skillmd" width="1200" height="630" data-path="images/cover.png" />
</Frame>

## What is skillmd?

**skillmd** takes any URL — a product site, an API reference, an SDK's docs, a design
system — and generates a `skill.md`: a clean, structured context file that AI coding
agents like **Claude Code**, **Cursor**, **Windsurf**, and any MCP-aware tool can load
to instantly understand that source.

Instead of pasting links into a chat and hoping the model fetches them, you give your
agent a precise, distilled brief it can rely on.

<CardGroup cols={2}>
  <Card title="Generate" icon="wand-magic-sparkles" href="/docs/quickstart">
    Paste a URL, pick a mode, and stream a ready-to-use `skill.md`.
  </Card>

  <Card title="Install" icon="download" href="/docs/cli/commands">
    Drop skills straight into your editor's rules with the `skillmd` CLI.
  </Card>

  <Card title="Discover" icon="compass" href="/docs/guides/discover">
    Browse skills the community has already generated and published.
  </Card>

  <Card title="Automate" icon="plug" href="/docs/integrations/mcp">
    Generate and fetch skills programmatically over MCP, CI, and more.
  </Card>
</CardGroup>

## Why skill files

<CardGroup cols={3}>
  <Card title="Precise" icon="crosshairs">
    A focused brief beats a raw page dump — less noise, fewer tokens, better answers.
  </Card>

  <Card title="Portable" icon="boxes-stacked">
    One Markdown file works across every agent and editor that reads project context.
  </Card>

  <Card title="Fresh" icon="arrows-rotate">
    Re-generate whenever the source changes to keep your agent's context current.
  </Card>
</CardGroup>

## Where it works

skillmd meets your agent wherever it already lives:

| Surface                                    | Use it for                                                    |
| ------------------------------------------ | ------------------------------------------------------------- |
| [Web app](https://getskillmd.com)          | Generate, preview, and publish skills in the browser          |
| [CLI](/docs/cli/installation)              | Install skills into your IDE rule files and scaffold projects |
| [MCP server](/docs/integrations/mcp)       | Let your agent generate and fetch skills on its own           |
| [Editors & CI](/docs/integrations/editors) | VS Code, GitHub Actions, and a Figma plugin                   |

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/docs/quickstart">
    Generate your first skill in under a minute.
  </Card>

  <Card title="How it works" icon="gears" href="/docs/how-it-works">
    See the pipeline from URL to finished `skill.md`.
  </Card>
</CardGroup>
