by jarrodwatts
My personal Claude Code configuration - rules, hooks, agents, skills, and commands
# Add to your Claude Code skills
git clone https://github.com/jarrodwatts/claude-code-configGuides for using ai agents skills like claude-code-config.
Last scanned: 5/2/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-02T06:09:13.011Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}claude-code-config is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by jarrodwatts. My personal Claude Code configuration - rules, hooks, agents, skills, and commands. It has 1,056 GitHub stars.
Yes. claude-code-config passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/jarrodwatts/claude-code-config" and add it to your Claude Code skills directory (see the Installation section above).
claude-code-config is primarily written in JavaScript. It is open-source under jarrodwatts on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-code-config against similar tools.
No comments yet. Be the first to share your thoughts!
my personal claude code configuration - mostly not created by me, but sourced from many talented people in the community.
Copy the prompt from INSTALL.md and paste it into Claude Code. Claude will fetch and install all config files automatically.
git clone https://github.com/jarrodwatts/claude-code-config.git ~/.claude
# 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/
.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 |
.claude/skills/)Model-invoked capabilities Claude applies automatically.
| Skill | Description |
|---|---|
planning-with-files |
Manus-style persistent markdown planning |
.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 |
.claude/commands/)Custom slash commands.
| Command | Description |
|---|---|
interview |
Interactive planning/spec fleshing |
.claude/hooks/)Scripts triggered by Claude Code events.
| Hook | Event | Description |
|---|---|---|
keyword-detector.py |
UserPromptSubmit | Detects keywords in prompts |
check-comments.py |
PostToolUse (Write/Edit) | Validates comment policy |
todo-enforcer.sh |
Stop | Ensures todos are tracked |
Personal global instructions loaded into every session.
Plugins I use alongside this config. Install via CLI:
claude plugin install frontend-design
claude plugin install code-review
claude plugin install typescript-lsp
claude plugin install plugin-dev
claude plugin install ralph-loop
Add the marketplace first, then install:
claude plugin marketplace add jarrodwatts/claude-hud
claude plugin install claude-hud@claude-hud