Install
$ agentstack add skill-pierrickmartos-leadership-skills-add-plugin ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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:
- Read
.claude-plugin/marketplace.json - Add a new entry to the
pluginsarray withname,source, anddescription - Use kebab-case for the plugin name
- For GitHub sources use:
{ "source": "github", "repo": "owner/repo" } - For local plugins use a relative path starting with
./ - 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
- Read
README.md - Update the README
## Pluginssection (or create it after## Installand before## Usage). Each plugin is rendered as a `dropdown. Count the number ofskills/*/SKILL.md` files in the plugin directory to determine the skill count. Use this format:
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)".
- Update the total skill count in the subtitle line (e.g.
11 leadership skills for Claude Code, Cursor, and Claude Cowork.). Count allskills/*/SKILL.mdfiles across all plugin directories to get the new total. - 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
- Source: PierrickMartos/Leadership-Skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.