claude-code-setup
Setup production-grade .claude/ AI collaboration layer for projects. Use when an agent starts using Claude Code for development, enters a new project directory, or when user mentions "Claude Code", ".claude config", "AI collaboration layer", or "project standards".
Why use this skill?
Deploy production-grade .claude/ configuration layers for your projects using OpenClaw. Streamline AI development standards, project rules, and context management.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/eaveluo/claude-code-setupWhat This Skill Does
The claude-code-setup skill serves as an automated supervisor for project-level AI collaboration environments. It enforces the implementation of a standardized .claude/ directory structure, which is essential for Claude Code to function effectively. By automating the creation of project-specific instructions (CLAUDE.md), context modules, and rule libraries, this skill ensures that your AI agents operate with consistent, project-aware directives. It acts as a bridge between the workspace and the IDE, ensuring that every project maintains its own unique configuration without cluttering the global file system.
Installation
To integrate this into your workflow, install the skill via the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/eaveluo/claude-code-setup
Once installed, ensure the skill is initialized within the root of your target project directory rather than your machine's global workspace root to avoid scope contamination.
Use Cases
- Project Initialization: Use this when bootstrapping a new repository to establish foundational AI instructions immediately.
- Project Onboarding: Invoke this skill when entering an existing repository to ensure the AI agent understands the project-specific coding standards, stack, and architectural constraints.
- Standardization: Use it to audit and repair missing or misconfigured
.claude/structures across multiple development repositories. - Agent Governance: Utilize the skill to enforce strict adherence to repository rules, ensuring that AI-generated code remains compliant with team-defined conventions.
Example Prompts
- "OpenClaw, setup the Claude Code environment for this project so the agent follows our typescript conventions."
- "I am starting a new project in this directory. Can you run the claude-code-setup skill to ensure our .claude/ config is ready?"
- "Please verify if the current directory has a production-grade AI collaboration layer and fix it if it's missing."
Tips & Limitations
- Tip: Always verify the existence of a
.claude/folder before running the setup to prevent accidental overwrites of pre-existing configurations. - Tip: Use the modular structure (rules/, context/, skills/) to keep your instructions clean; avoid dumping all requirements into a single giant CLAUDE.md file.
- Limitation: This skill does not automatically write your business logic; it only scaffolds the environment for the agent. You must still populate specific technical context within the generated files.
- Warning: Do not attempt to force a universal configuration on projects with vastly different tech stacks; use modular rules to customize the agent's behavior for each unique project environment.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-eaveluo-claude-code-setup": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
stock-monitor-pro
专业级智能股票监控预警系统 V2.1。支持收盘日报自动生成、反爬虫优化(Session级UA、多数据源冗余)、成本百分比预警、均线金叉死叉、RSI超买超卖、成交量异动监控、智能错误提醒。符合中国投资者习惯(红涨绿跌)。Use when user needs stock market monitoring, price alerts, daily reports, or automated trading notifications for A-shares and ETFs.
building-components
React component building and composition best practices. Use when creating, reviewing, or refactoring React components. Covers component structure, props patterns, composition techniques, and reusability guidelines.