Armory
Source
Browse
Skills

plugin-forge

Create and manage Claude Code plugins with proper structure, manifests, and marketplace integration. Use when creating plugins for a marketplace, adding plugin components (commands, agents, hooks), bumping plugin versions, or working with plugin.json/marketplace.json manifests.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install plugin-forge --cli claude

writes the skill into.claude/skills/plugin-forge/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/plugin-forge/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Create and manage Claude Code plugins with proper structure, manifests, and marketplace integration. Use when creating plugins for a marketplace, adding plugin components (commands, agents, hooks), bumping plugin versions, or working with plugin.json/marketplace.json manifests.

When to use it

Create and manage Claude Code plugins with proper structure, manifests, and marketplace integration. Use when creating plugins for a marketplace, adding plugin components (commands, agents, hooks), bumping plugin versions, or working with plugin.json/marketplace.json manifests.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/plugin-forge/SKILL.md -o .claude/skills/plugin-forge/SKILL.md

Notes

Extracted from davila7/claude-code-templates, plugin-forge category.