跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Init Project

技能 已验证 活跃
属于:Dotforge

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

功能

  • 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

使用场景

  • 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

非目标

  • Modifying existing configurations without user intent
  • Providing general code generation beyond Claude Code setup
  • Handling complex, multi-repo project structures

安装

请先添加 Marketplace

/plugin marketplace add luiseiman/claude-kit
/plugin install claude-kit@dotforge

质量评分

已验证
98 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标6
许可证MIT
状态
查看源代码

类似扩展

Bootstrap Project

100

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

技能
luiseiman

Validate Plugin

100

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

技能
ruvnet

Running Claude Code Via Litellm Copilot

100

当通过本地 LiteLLM 代理将 Claude Code 路由到 GitHub Copilot 时使用,以减少直接的 Anthropic 支出,配置 ANTHROPIC_BASE_URL 或 ANTHROPIC_MODEL 覆盖,或对 Copilot 代理设置失败进行故障排除,例如 model-not-found、无 localhost 流量或 GitHub 401/403 身份验证错误。

技能
xixu-me

Rule Effectiveness Analysis

100

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

技能
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.

技能
openai

Guard

100

保护 Claude Code 会话免受上下文溢出影响,通过运行一个后台守护进程来监控会话大小并在压缩命中之前自动进行修剪。当用户说“guard”、“protect session”、“context getting long”、“prevent compaction”、“session management”或正在运行需要持续上下文保护的代理团队时使用。

技能
Ruya-AI