Claude Skill
jarrodwatts/claude-code-config
Personal Claude Code configuration with custom rules, hooks, agents, and Claude Skills for enhanced AI-assisted coding. JavaScript-based developer tools setup.
Overview
Repository
Install this Skill
git clone https://github.com/jarrodwatts/claude-code-config.git ~/.claudeRegistry
git clone https://github.com/jarrodwatts/claude-code-config.git ~/.claudegit clone https://github.com/jarrodwatts/claude-code-config.git /tmp/claude-config
Summary
A personal Claude Code configuration repository containing custom rules, hooks, agents, skills, and commands for enhancing the Claude AI coding experience.
我的个人Claude代码配置 - 规则、钩子、代理、技能与命令
Key features
- Custom Claude Code configuration
- Personal rules and hooks
- AI agents and Claude Skill definitions
- Developer command shortcuts
- JavaScript-based setup
- Dotfiles-style organization
Use cases
- Enhancing Claude AI coding workflows
- Personal developer productivity setup
- Sharing Claude configuration templates
- Custom AI agent development
- Developer tool integration
- Team coding standard implementation
README excerpt
# Claude Code Config my personal claude code configuration - mostly not created by me, but sourced from many talented people in the community. ## Installation ### Option 1: Copy-Paste into Claude Code (No Git Required) Copy the prompt from [INSTALL.md](INSTALL.md) and paste it into Claude Code. Claude will fetch and install all config files automatically. ### Option 2: Git Clone ```bash git clone https://github.com/jarrodwatts/claude-code-config.git ~/.claude ``` ### Option 3: Selective Install ```bash # Clone elsewhere first git clone https://github.com/jarrodwatts/claude-code-config.git /tmp/claude-config # Copy what you need cp -r /tmp/claude-config/rules/* ~/.claude/rules/ cp -r /tmp/claude-config/skills/* ~/.claude/skills/ cp -r /tmp/claude-config/agents/* ~/.claude/agents/ ``` ## Contents ### Rules (`.claude/rules/`) Path-scoped instructions loaded automatically when working with matching files. | File | Scope | Description | |------|-------|-------------| | `typescript.md` | `**/*.{ts,tsx}` | TypeScript conventions | | `testing.md` | `**/*.{test,spec}.ts` | Testing patterns | | `comments.md` | All files | Comment policy | | `forge.md` | `**/*.sol` | Foundry/ZKsync rules | ### Skills (`.claude/skills/`) Model-invoked capabilities Claude applies automatically. | Skill | Description | |-------|-------------| | `planning-with-files` | Manus-style persistent markdown planning | ### Agents (`.claude/agents/`) Custom subagents for specialized tasks. | Agent | Description | |-------|-------------| | `codebase-search` | Find files and implementations | | `media-interpreter` | Extract info from PDFs/images | | `open-source-librarian` | Research OSS with citations | | `tech-docs-writer` | Create technical documentation | ### Commands (`.claude/commands/`