Plugin Generator
Skill Verified ActiveGenerate a Claude Code plugin package from the current project's dotforge configuration, ready for marketplace submission.
To streamline the process of packaging Claude Code configurations into distributable plugins for the marketplace or local development.
Features
- Generates Claude Code plugin packages
- Uses dotforge configuration as input
- Validates project configuration
- Detects project components
- Creates standard plugin directory structure
Use Cases
- Packaging a project's dotforge configuration for submission to the Claude Code marketplace
- Creating a local plugin from dotforge settings for testing purposes
- Ensuring consistency and correctness of plugin structure before distribution
Non-Goals
- Generating dotforge configuration itself
- Directly submitting the plugin to the marketplace (provides output ready for submission)
- Modifying the original dotforge configuration files
Installation
First, add the marketplace
/plugin marketplace add luiseiman/claude-kit/plugin install claude-kit@dotforgeQuality Score
VerifiedTrust Signals
Similar Extensions
Bootstrap Project
100Initializes the Claude Code configuration in a new or existing project using the dotforge template.
Running Claude Code Via Litellm Copilot
100Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.
Rule Effectiveness Analysis
100Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Guard
100Protect Claude Code sessions from context overflow by running a background daemon that monitors session size and auto-prunes before compaction hits. Use when the user says "guard", "protect session", "context getting long", "prevent compaction", "session management", or is running agent teams that need continuous context protection.
Create Command
100Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration