Benchmark
Skill Verifiziert AktivCompare Claude Code output with full config vs minimal config using standardized tasks per stack.
To help users understand the impact of their Claude Code configuration by benchmarking its effectiveness against a minimal baseline for specific tasks.
Funktionen
- Compares full vs. minimal Claude Code configurations.
- Executes standardized benchmark tasks in isolated worktrees.
- Provides detailed comparative results for files created, tests passing, errors, etc.
- Includes cleanup steps for created worktrees.
Anwendungsfälle
- When evaluating the effectiveness of custom `.claude/` configurations.
- To identify overly complex or inert configuration rules.
- To justify configuration changes by quantifying their impact on task execution.
Nicht-Ziele
- Automatically applying configuration changes based on benchmark results.
- Benchmarking arbitrary code execution outside of Claude Code tasks.
- Modifying the project's main branch or committed files.
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add luiseiman/claude-kit/plugin install claude-kit@dotforgeQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
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.
Bootstrap Project
100Initializes the Claude Code configuration in a new or existing project using the dotforge template.
Definition Of Done
100Mandatory checks to run before completing any task that touches md files or dart code in this repository.
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.