Init Project
Skill Verifiziert AktivQuick-start Claude Code configuration. Auto-detects stack, asks 4 questions to understand the project, generates complete config.
To provide a quick and comprehensive starting point for Claude Code projects, automating the generation of essential configuration files based on project specifics.
Funktionen
- Auto-detects project stack
- Asks targeted questions for customization
- Generates complete Claude Code configuration
- Personalizes CLAUDE.md and .claude/settings.json
- Supports multiple languages for questions
Anwendungsfälle
- Starting a new Claude Code project quickly
- Ensuring consistent project setup across a team
- Automating boilerplate configuration for new Claude Code projects
- Generating project-specific instructions and settings
Nicht-Ziele
- Modifying existing configurations without user intent
- Providing general code generation beyond Claude Code setup
- Handling complex, multi-repo project structures
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.
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
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.
Cli Creator
100Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.
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.