# Add Plugin

> Add a new plugin entry to the marketplace catalog. Use when registering a new plugin in marketplace.json.

- **Type:** Skill
- **Install:** `agentstack add skill-pierrickmartos-leadership-skills-add-plugin`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [PierrickMartos](https://agentstack.voostack.com/s/pierrickmartos)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [PierrickMartos](https://github.com/PierrickMartos)
- **Source:** https://github.com/PierrickMartos/Leadership-Skills/tree/main/.claude/skills/add-plugin

## Install

```sh
agentstack add skill-pierrickmartos-leadership-skills-add-plugin
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Add a new plugin to the marketplace by updating `.claude-plugin/marketplace.json`, `.cursor-plugin/marketplace.json` and `README.md`.

The user will provide: plugin name, source (GitHub repo, relative path, or npm package), and a short description.

Steps:
1. Read `.claude-plugin/marketplace.json`
2. Add a new entry to the `plugins` array with `name`, `source`, and `description`
3. Use kebab-case for the plugin name
4. For GitHub sources use: `{ "source": "github", "repo": "owner/repo" }`
5. For local plugins use a relative path starting with `./`
6. Write the updated `.claude-plugin/marketplace.json`
6b. Read `.cursor-plugin/marketplace.json`. Add the same entry to its `plugins` array. Write the updated `.cursor-plugin/marketplace.json`
7. Read `README.md`
8. Update the README `## Plugins` section (or create it after `## Install` and before `## Usage`). Each plugin is rendered as a `` dropdown. Count the number of `skills/*/SKILL.md` files in the plugin directory to determine the skill count. Use this format:

```markdown

plugin-name (N skills) — Short plugin description.

Claude Code: `/plugin install plugin-name@leadership-skills`

| Skill | Purpose |
|-------|---------|
| `skill-name` | Skill description. |

```

Use "1 skill" (singular) when count is 1, "N skills" (plural) otherwise. If the plugin has no skills yet, use "(0 skills)".

9. Update the **total skill count** in the subtitle line (e.g. `11 leadership skills for Claude Code, Cursor, and Claude Cowork.`). Count all `skills/*/SKILL.md` files across all plugin directories to get the new total.
10. Write the updated README.md

If $ARGUMENTS is provided, treat it as the plugin name or GitHub repo to add.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [PierrickMartos](https://github.com/PierrickMartos)
- **Source:** [PierrickMartos/Leadership-Skills](https://github.com/PierrickMartos/Leadership-Skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-pierrickmartos-leadership-skills-add-plugin
- Seller: https://agentstack.voostack.com/s/pierrickmartos
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
