# Basement.studio AI Agent Skills

Basement.studio publishes official AI agent skills for its tools, services, and developer workflows. A digital studio making cool shit that performs.

Browse 5 official AI agent skills across 1 Basement.studio repository, with install commands and source links.

Official page: https://skillscout.sh/official/basementstudio/
Markdown page: https://skillscout.sh/official/basementstudio/basementstudio_skills_skillscout.md
Vendor website: https://basement.studio/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/basementstudio/basementstudio_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Basement.studio skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### basementstudio/xmcp

Includes 5 official skills: widget-design, create-tool, mcp-server-design, prompt-design, resource-design.

Install:

```bash
npx skills add basementstudio/xmcp -y
```

Source: https://github.com/basementstudio/xmcp

## Individual skills

### widget-design

Official Basement.studio skill from basementstudio/xmcp.

Install:

```bash
npx skills add basementstudio/xmcp@widget-design -y
```

Package: basementstudio/xmcp
Source: https://github.com/basementstudio/xmcp/tree/main/apps/website/agent-skills/widget-design

### create-tool

Official Basement.studio skill from basementstudio/xmcp.

Install:

```bash
npx skills add basementstudio/xmcp@create-tool -y
```

Package: basementstudio/xmcp
Source: https://github.com/basementstudio/xmcp/tree/main/apps/website/agent-skills/create-tool

### mcp-server-design

Official Basement.studio skill from basementstudio/xmcp.

Install:

```bash
npx skills add basementstudio/xmcp@mcp-server-design -y
```

Package: basementstudio/xmcp
Source: https://github.com/basementstudio/xmcp/tree/main/apps/website/agent-skills/mcp-server-design

### prompt-design

Official Basement.studio skill from basementstudio/xmcp.

Install:

```bash
npx skills add basementstudio/xmcp@prompt-design -y
```

Package: basementstudio/xmcp
Source: https://github.com/basementstudio/xmcp/tree/main/apps/website/agent-skills/prompt-design

### resource-design

Official Basement.studio skill from basementstudio/xmcp.

Install:

```bash
npx skills add basementstudio/xmcp@resource-design -y
```

Package: basementstudio/xmcp
Source: https://github.com/basementstudio/xmcp/tree/main/apps/website/agent-skills/resource-design

## basementstudio/xmcp package overview

Includes 5 official skills: widget-design, create-tool, mcp-server-design, prompt-design, resource-design.

### Top skills in this package

- widget-design: Official Basement.studio skill from basementstudio/xmcp.
- create-tool: Official Basement.studio skill from basementstudio/xmcp.
- mcp-server-design: Official Basement.studio skill from basementstudio/xmcp.
- prompt-design: Official Basement.studio skill from basementstudio/xmcp.
- resource-design: Official Basement.studio skill from basementstudio/xmcp.

### Install

Install the full package:

```bash
npx skills add basementstudio/xmcp -y
```

Install a specific skill:

```bash
npx skills add basementstudio/xmcp@widget-design -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/basementstudio/xmcp#readme
