---
title: Skills
description: Add and remove Memberstack agent skills from the CLI.
slug: /docs/skills
publishedOn: 2026-02-19
updatedOn: 2026-02-19
keywords: ["memberstack", "skills", "agent", "cli", "claude", "codex"]
index: /llms.txt
---

```
memberstack skills <subcommand> [options]
```

## skills add

Add a Memberstack agent skill to your project.

```bash
memberstack skills add <skill>
```

### Example

```bash
memberstack skills add memberstack-cli
```

## skills remove

Remove a Memberstack agent skill from your project.

```bash
memberstack skills remove <skill>
```

### Example

```bash
memberstack skills remove memberstack-cli
```

## Available Skills

| Skill | Description |
|---|---|
| `memberstack-cli` | Teaches your AI agent how to use the Memberstack CLI |
| `memberstack-admin-api` | Teaches your AI agent the Memberstack Admin REST API |

## FAQ

Q: What does the skills command do?
A: It leverages the skills CLI to add or remove Memberstack agent skills.

Q: Which agents are supported?
A: Skills are installed to .agents/ and .claude/, so they work with any agent that supports loading skills from those directories.

Q: Do I need to install anything extra?
A: No. The command handles everything for you using npx behind the scenes, so the skills CLI is fetched and run automatically when you use either subcommand.

---

[Find Other Pages](/llms.txt)
[XML Sitemap](/sitemap.xml)
