Dot Claude Code
Description
Personal Claude code setup and installation
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
dot-claude-code
Personal Claude Code config — rules, skills, agents, and hooks versioned in git and symlinked into `~/.claude/`.
Structure
global/
├── CLAUDE.md # Core instructions
├── settings.json # Permissions, hooks, feature flags
├── statusline-command.sh # Status line script
├── rules/ # Auto-loaded topic rules
├── skills/ # Slash command workflows
├── agents/ # Subagent definitions
└── hooks/ # Pre/PostToolUse shell hooks
templates/
└── skill-template/ # Starter for new skills
docs/
└── agentic-framework/ # Agent/workflow design model
Rules
| File | Covers |
|---|---|
git.md |
Conventional commit format |
working-approach.md |
Validate before reporting done |
verify-before-assume.md |
Verify external facts before using them |
Skills
| Skill | Command | What it does |
|---|---|---|
claude-md-audit |
/claude-md-audit |
Audit and rewrite CLAUDE.md files |
conclude |
/conclude |
Pre-close session review for loose ends |
diagnose |
/diagnose |
Disciplined loop for hard bugs and perf regressions |
format-amznstyle |
/format-amznstyle |
Flag weasel words/jargon in writing, Amazon style |
grilling |
/grilling |
Relentless interview to stress-test a plan |
grill-me |
/grill-me |
Thin wrapper around grilling |
skill-creator |
/skill-creator |
Create and audit skills with quality scoring |
skill-refine |
/skill-refine |
Apply learnings from a skill run back into its SKILL.md |
validate |
/validate |
Mid-session READY/NEEDS WORK quality ga |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11