AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Update Plugin

skill-pierrickmartos-leadership-skills-update-plugin · by PierrickMartos

Update a plugin's README.md and plugin.json after adding new skills or agents. Use when a skill or agent has been added to a domain plugin (e.g. decision-making, communication) and the plugin catalog needs to reflect it.

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add skill-pierrickmartos-leadership-skills-update-plugin

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-pierrickmartos-leadership-skills-update-plugin)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Update Plugin? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Update Plugin

After adding a skill or agent to a domain plugin, update its README.md skills/agents table and bump the version in plugin.json.

Steps

1. Identify what was added

Ask the user (or infer from context):

  • Which plugin? (e.g. decision-making, communication)
  • Was a skill or agent added?
  • What is its name and directory path?

2. Read the SKILL.md (or agent) frontmatter

Read /skills//SKILL.md and extract:

  • name (from frontmatter)
  • description (from frontmatter) — use only the first sentence, trimmed

3. Update /README.md

Read the current README.

Update the intro description (the paragraph below the # heading): rewrite it to reflect all skills and agents now present in the plugin — not just the one just added. Keep it concise (1–2 sentences), covering the full scope of the plugin.

Add a row to the relevant table:

For skills — update or create a ## Skills section:

## Skills

| Skill | Purpose |
|-------|---------|
| `skill-name` | First sentence of the skill description. |

For agents — update or create an ## Agents section:

## Agents

| Agent | Purpose |
|-------|---------|
| `agent-name` | First sentence of the agent description. |

Keep rows sorted alphabetically by name within each table.

4. Bump patch version in /.claude-plugin/plugin.json and /.cursor-plugin/plugin.json

Read each file. Increment the patch version (e.g. 1.0.01.0.1) to the same new value in both. Write both updated files.

5. Update top-level README.md

Read .claude-plugin/marketplace.json and .cursor-plugin/marketplace.json to confirm the plugin is listed. Then read the top-level README.md.

Find the plugin's ` dropdown in the ## Plugins` section. Update:

  • The skill count in the ` line — count all skills/*/SKILL.md` files in the plugin directory. Use "1 skill" (singular) when count is 1, "N skills" (plural) otherwise.
  • The description in the `` line if the plugin's intro description (from step 3) changed.
  • Add the new skill row to the table inside the `` block.

Also 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.

Write the updated README.md.

6. Confirm

Report:

  • Updated intro description
  • Which README rows were added
  • New version in plugin.json
  • Whether top-level README.md was updated

Source & license

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

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.