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

# Skills and Plugins

> Plugin lifecycle and skill-pack workflow for Claude Code + Char MCP.

Use this page for plugin and skill-pack operations. For MCP endpoint setup across clients, use [MCP Setup](/vibe/mcp-setup).

## Plugin Workflow (Claude Code)

<Steps>
  <Step title="Install Char plugin">
    ```bash theme={null}
    /plugin marketplace add WebMCP-org/char-plugin
    /plugin install char@webmcp
    /char:setup
    ```

    This auto-configures `chrome-devtools`, `char-docs`, `webmcp-docs`, and `char-saas`.
  </Step>

  <Step title="Verify servers in Claude Code">
    ```text theme={null}
    /mcp
    ```

    Confirm all expected servers are present and connected.
  </Step>

  <Step title="Update plugin versions">
    ```bash theme={null}
    /plugin marketplace update webmcp
    ```
  </Step>
</Steps>

## Skill-Pack Workflow

### Install a skill pack from GitHub

```bash theme={null}
npx skills add <owner/repo>
```

Example (Vercel open-source skills):

```bash theme={null}
npx skills add vercel/ai
```

### Recommended sequencing

1. Complete client endpoint setup first in [MCP Setup](/vibe/mcp-setup).
2. Install/update the Char plugin.
3. Add org-level skill packs for repeatable workflows.

## Repositories and Specs

* Char plugin repo: [https://github.com/WebMCP-org/char-plugin](https://github.com/WebMCP-org/char-plugin)
* Vercel AI Resources (`npx skills`): [https://vercel.com/docs/ai-resources](https://vercel.com/docs/ai-resources)
* AgentSkills specification: [https://agentskills.io](https://agentskills.io)

## Skills References

* [Creating Skills](/guides/creating-skills)
* [Understanding Skills](/explanation/skills)
* [Skill Schema Reference](/reference/skill-schema)

## See Also

* [Vibe Coding](/vibe/index)
* [Get Started with Claude Code](/guides/claude-code-setup)

<Snippet file="support-cta.mdx" />
