Skip to main content
Back to registry

plugin-forge

softaworks/agent-toolkit

Build and manage Claude Code plugins with correct structure, manifests, and marketplace integration. Includes workflows, automation scripts, and reference docs.

Installs570
Install command
npx skills add https://github.com/softaworks/agent-toolkit --skill plugin-forge
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Build and manage Claude Code plugins with correct structure, manifests, and marketplace integration. Includes workflows, automation scripts, and reference docs. Use create_plugin.py to generate plugin structure: This automatically: Use bump_version.py to update versions in both manifests: Semantic versioning: Manual approach (if not using script): File: plugins/plugin-name/.claude-plugin/plugin.json Update .claude-plugin/marketplace.json : Create in respective directories: For framework-specific guidance (React, Vue, etc.): For tools and commands: For domain-specific knowledge: Subdirectory-based namespacing with : separator: Examples: Important: Update version in BOTH locations: Use bump_version.py to automate. Use conventional commits: Detailed documentation included: - Creating new plugins for a marketplace - Adding/modifying plugin components (commands, skills, agents, hooks) - Updating plugin versions - Working with plugin or marketplace manifests - Setting up local plugin testing - Publishing plugins - Creates plugin directory structure - Generates plugin.json manifest - Creates README template - Updates marketplace.json - major : Breaking changes (1.0.0 → 2.0.0) - minor : New features, refactoring (1.0.0 → 1.1.0) - patch : Bug fixes, docs (1.0.0 → 1.0.1) - commands/namespace/command.md → /namespace:command - commands/simple.md → /simple - commands/prime/vue.md →...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does plugin-forge do?

Build and manage Claude Code plugins with correct structure, manifests, and marketplace integration. Includes workflows, automation scripts, and reference docs.

Is plugin-forge good?

plugin-forge does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does plugin-forge work with?

plugin-forge currently lists compatibility with codex, gemini-cli, opencode, cursor, cline, claude-code.

What are alternatives to plugin-forge?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install plugin-forge?

npx skills add https://github.com/softaworks/agent-toolkit --skill plugin-forge

Related skills

More from softaworks/agent-toolkit

Related skills

Alternatives in Software Engineering