โ† All skills
Tencent SkillHub ยท Developer Tools

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Setup production-grade .claude/ AI collaboration layer for projects. Use when an agent starts using Claude Code for development, enters a new project directo...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, config.json, index.js

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

Claude Code Setup

Setup production-grade `.claude/` AI collaboration layer for projects.

Overview

This skill ensures projects have a proper `.claude/` configuration before agents start development work with Claude Code. It acts as a supervisor to maintain and enforce project standards.

Important: Target Project Directory

.claude/ must be created in the target project directory, NOT in your workspace root. Example: โŒ Wrong: /home/user/workspace-xiaolong/.claude/ (workspace root) โœ… Correct: /home/user/eave-web/.claude/ (actual project being developed) Always identify which project you're working on first, then check/create .claude/ in that directory.

When to Use

Starting a new development task with Claude Code Entering a new project directory User mentions "Claude Code", ".claude", "AI collaboration layer", or "project standards"

Step 1 โ€” Check First

Always check if `.claude/` directory already exists in the target project directory: ```bash ls -la .claude/ 2>/dev/null ```

Step 2 โ€” If Missing โ†’ Create

If the project doesn't have `.claude/` directory, create it first before development: ```bash node ~/.openclaw/skills/claude-code-setup/index.js ```

Step 3 โ€” If Exists โ†’ Supervise

If `.claude/` already exists: โœ… DO NOT overwrite existing files โœ… DO NOT recreate the structure โœ… Let Claude Code naturally maintain and update during development

Step 4 โ€” Be a Supervisor

Your role is supervisor, not executor: Ensure Claude Code follows rules in `.claude/` During development, let Claude Code update configs based on actual code Periodically review if `.claude/` content matches the project reality

Core Principles

CLAUDE.md is core โ€” Highest priority project instructions Modular โ€” Separate rules/skills/context Clear directives โ€” Use MUST/ALWAYS/NEVER Project context โ€” Must include project overview and tech stack Don't reinvent โ€” Reuse and maintain existing configs

.claude/ Directory Structure

``` .claude/ โ”œโ”€โ”€ CLAUDE.md # โญ Project-level global instructions (most important) โ”œโ”€โ”€ rules/ # Team rule library โ”‚ โ”œโ”€โ”€ frontend.md โ”‚ โ”œโ”€โ”€ typescript.md โ”‚ โ””โ”€โ”€ commit.md โ”œโ”€โ”€ context/ # Project context knowledge โ”‚ โ”œโ”€โ”€ project.md โ”‚ โ””โ”€โ”€ stack.md โ”œโ”€โ”€ skills/ # Project-private skills โ”‚ โ””โ”€โ”€ generate-crud.md โ””โ”€โ”€ prompts/ # Reusable prompt templates โ””โ”€โ”€ review.md ```

Common Mistakes to Avoid

โŒ Writing as requirements doc or README โŒ Vague rules ("try to", "should") โŒ Only CLAUDE.md without modularity โŒ Missing project context โŒ Overwriting existing configs โŒ Redundant recreation

Collaboration with Claude Code

When using Claude Code: Before starting: Ensure `.claude/` exists During development: Let Claude Code reference rules in `.claude/` After completion: Update `.claude/` with any new standards learned

Template Files

See `index.js` for template definitions.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • index.js Scripts
  • config.json Config