A personal Claude Code plugin marketplace — skills, slash commands, agents, hooks, and MCP servers, bundled as installable plugins.
/plugin marketplace add fotoetienne/agent-essentials
/plugin marketplace list
/plugin install <plugin-name>@agent-essentials
Update later with:
/plugin marketplace update agent-essentials
| Plugin | Description |
|---|---|
starter | Example plugin with a single hello skill. Smoke test for the marketplace install. |
tiger-style | Apply TigerBeetle's TigerStyle coding principles (safety, performance, DX) when writing or reviewing code. Language-agnostic with Rust/Java/Kotlin/TypeScript guides. |
agent-essentials/
├── .claude-plugin/
│ └── marketplace.json # marketplace manifest, lists plugins
└── plugins/
└── <plugin-name>/
├── .claude-plugin/
│ └── plugin.json # plugin manifest (name, version, author)
├── skills/ # auto-discovered: skills/<name>/SKILL.md
├── commands/ # auto-discovered: commands/*.md
├── agents/ # auto-discovered: agents/*.md
├── hooks/hooks.json # optional
├── .mcp.json # optional, bundled MCP servers
└── README.md
Components are picked up by directory convention — no need to list them explicitly in plugin.json unless overriding the default path.
mkdir -p plugins/<name>/.claude-plugin plugins/<name>/skillsplugins/<name>/.claude-plugin/plugin.json with name, version, description, author.skills/<skill-name>/SKILL.md (YAML frontmatter name + description, then body).plugins[] in .claude-plugin/marketplace.json with a relative ./plugins/<name> source.version on every release; tag git tag <name>-v<x.y.z>.Before pushing:
/plugin marketplace add /Users/sspalding/prj/agent-essentials
/plugin install <plugin>@agent-essentials
MIT — see LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub fotoetienne/agent-essentials --plugin starterApply TigerBeetle's TigerStyle coding principles (safety, performance, DX) when writing or reviewing code. Language-agnostic with Rust/Java/Kotlin/TypeScript guides.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.