Init Project
Skill Verified ActiveQuick-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.
Features
- 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
Use Cases
- 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
Non-Goals
- Modifying existing configurations without user intent
- Providing general code generation beyond Claude Code setup
- Handling complex, multi-repo project structures
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.
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
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.
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
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.