Plugin Generator
Skill Verifiziert AktivGenerate 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.
Funktionen
- Generates Claude Code plugin packages
- Uses dotforge configuration as input
- Validates project configuration
- Detects project components
- Creates standard plugin directory structure
Anwendungsfälle
- 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
Nicht-Ziele
- Generating dotforge configuration itself
- Directly submitting the plugin to the marketplace (provides output ready for submission)
- Modifying the original dotforge configuration files
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add luiseiman/claude-kit/plugin install claude-kit@dotforgeQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Bootstrap Project
100Initializes the Claude Code configuration in a new or existing project using the dotforge template.
Running Claude Code Via Litellm Copilot
100Verwenden Sie dies beim Routing von Claude Code über einen lokalen LiteLLM-Proxy zu GitHub Copilot, um die direkten Anthropic-Ausgaben zu reduzieren, indem Sie ANTHROPIC_BASE_URL- oder ANTHROPIC_MODEL-Overrides konfigurieren oder Fehler bei der Einrichtung des Copilot-Proxys beheben, wie z. B. model-not-found, kein localhost-Traffic oder GitHub 401/403-Authentifizierungsfehler.
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
100Schützen Sie Claude Code-Sitzungen vor Kontextüberlauf, indem Sie einen Hintergrund-Daemon ausführen, der die Sitzungsgröße überwacht und automatisch bereinigt, bevor die Komprimierung erreicht wird. Verwenden Sie dies, wenn der Benutzer "guard", "protect session", "context getting long", "prevent compaction", "session management" sagt oder Agententeams ausführt, die einen kontinuierlichen Kontextschutz benötigen.
Create Command
100Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration