My Claude Code Setup
Description
Battle-tested Claude Code configuration with core (universal) and developer (code-specific) tiers
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Config
Structured configuration for Claude Code — commands, agents, rules, and hooks organized in two tiers: **core** (universal) and **developer** (code-specific).
Setup Prompt
Copy this into a Claude Code session. Claude will explore your project and set everything up.
I want to set up Claude Code using a reference config repo. It has commands, agents, rules, and hooks in two tiers: `core/` (universal) and `developer/` (code-specific).
**Steps:**
- Explore my project — understand the stack, structure, and existing config
- Install core config — copy commands, agents, rules, and hooks from
core/project/into.claude/. Copycore/global/into~/.claude/- If this is a software project, add developer extensions from
developer/— pick the hooks that match my stack (JS/TS: biome + tsc, Python: ruff + pyright)- Create a
CLAUDE.mdin my project root with project-specific rules, structure, and patterns- Configure
.claude/settings.jsonwith the security deny-list, hooks, and file suggestion- Recommend plugins:
context7(docs),safety-net(safety layer), language server if applicableRead the reference files and adapt them to my project — don't copy blindly.
Manual Setup
Shell commands for manual installation**Core only** (works for everyone):
# Back up existing config
cp ~/.claude/CLAUDE.md ~/.claude/CLAUDE.md.bak 2>/dev/null
cp ~/.claude/settings.json ~/.claude/settings.json.bak 2>/dev/null
# Install core global config
cp core/global/CLAUDE.md ~/.claude/CLAUDE.md
cp core/global/hooks/file-suggestion.sh ~/.claude/hooks/file-suggestion.sh
chmod +x ~/.claude/hooks/file-suggestion.sh
# Merge core/global/settings.json with your existing settings manually
# Install core project config (per-repo)
cd your-project
mkdir -p .claude/{commands,agents,rules,hooks}
cp path/to/claude-code-config/core/project/commands/*.md .claude/commands/
cp path/to/claude-code-config/co
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development