Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Init Project

Skill Verifiziert Aktiv
Teil von:Dotforge

Quick-start Claude Code configuration. Auto-detects stack, asks 4 questions to understand the project, generates complete config.

Zweck

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@dotforge

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne6
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Bootstrap Project

100

Initializes the Claude Code configuration in a new or existing project using the dotforge template.

Skill
luiseiman

Validate Plugin

100

Validate a Claude Code plugin structure, frontmatter, and MCP tool references

Skill
ruvnet

Running Claude Code Via Litellm Copilot

100

Verwenden 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.

Skill
xixu-me

Rule Effectiveness Analysis

100

Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.

Skill
luiseiman

Cli Creator

100

Build 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.

Skill
openai

Guard

100

Schü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.

Skill
Ruya-AI