[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-74440":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":14,"stars7d":16,"stars30d":17,"stars90d":15,"forks30d":15,"starsTrendScore":18,"compositeScore":19,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":20,"fork":20,"defaultBranch":21,"hasWiki":20,"hasPages":20,"topics":22,"createdAt":9,"pushedAt":9,"updatedAt":28,"readmeContent":29,"aiSummary":30,"trendingCount":15,"starSnapshotCount":15,"syncStatus":31,"lastSyncTime":32,"discoverSource":33},74440,"claude-code-config","jarrodwatts\u002Fclaude-code-config","jarrodwatts","My personal Claude Code configuration - rules, hooks, agents, skills, and commands",null,"JavaScript",1044,123,6,3,0,5,11,9,60.88,false,"main",[23,24,25,26,27],"ai","claude","claude-code","developer-tools","dotfiles","2026-06-12 04:01:15","# Claude Code Config\n\nmy personal claude code configuration - mostly not created by me, but sourced from many talented people in the community.\n\n## Installation\n\n### Option 1: Copy-Paste into Claude Code (No Git Required)\n\nCopy the prompt from [INSTALL.md](INSTALL.md) and paste it into Claude Code. Claude will fetch and install all config files automatically.\n\n### Option 2: Git Clone\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fjarrodwatts\u002Fclaude-code-config.git ~\u002F.claude\n```\n\n### Option 3: Selective Install\n\n```bash\n# Clone elsewhere first\ngit clone https:\u002F\u002Fgithub.com\u002Fjarrodwatts\u002Fclaude-code-config.git \u002Ftmp\u002Fclaude-config\n\n# Copy what you need\ncp -r \u002Ftmp\u002Fclaude-config\u002Frules\u002F* ~\u002F.claude\u002Frules\u002F\ncp -r \u002Ftmp\u002Fclaude-config\u002Fskills\u002F* ~\u002F.claude\u002Fskills\u002F\ncp -r \u002Ftmp\u002Fclaude-config\u002Fagents\u002F* ~\u002F.claude\u002Fagents\u002F\n```\n\n## Contents\n\n### Rules (`.claude\u002Frules\u002F`)\n\nPath-scoped instructions loaded automatically when working with matching files.\n\n| File | Scope | Description |\n|------|-------|-------------|\n| `typescript.md` | `**\u002F*.{ts,tsx}` | TypeScript conventions |\n| `testing.md` | `**\u002F*.{test,spec}.ts` | Testing patterns |\n| `comments.md` | All files | Comment policy |\n| `forge.md` | `**\u002F*.sol` | Foundry\u002FZKsync rules |\n\n### Skills (`.claude\u002Fskills\u002F`)\n\nModel-invoked capabilities Claude applies automatically.\n\n| Skill | Description |\n|-------|-------------|\n| `planning-with-files` | Manus-style persistent markdown planning |\n\n### Agents (`.claude\u002Fagents\u002F`)\n\nCustom subagents for specialized tasks.\n\n| Agent | Description |\n|-------|-------------|\n| `codebase-search` | Find files and implementations |\n| `media-interpreter` | Extract info from PDFs\u002Fimages |\n| `open-source-librarian` | Research OSS with citations |\n| `tech-docs-writer` | Create technical documentation |\n\n### Commands (`.claude\u002Fcommands\u002F`)\n\nCustom slash commands.\n\n| Command | Description |\n|---------|-------------|\n| `interview` | Interactive planning\u002Fspec fleshing |\n\n### Hooks (`.claude\u002Fhooks\u002F`)\n\nScripts triggered by Claude Code events.\n\n| Hook | Event | Description |\n|------|-------|-------------|\n| `keyword-detector.py` | UserPromptSubmit | Detects keywords in prompts |\n| `check-comments.py` | PostToolUse (Write\u002FEdit) | Validates comment policy |\n| `todo-enforcer.sh` | Stop | Ensures todos are tracked |\n\n### CLAUDE.md\n\nPersonal global instructions loaded into every session.\n\n## Recommended Plugins\n\nPlugins I use alongside this config. Install via CLI:\n\n### Official Plugins\n\n```bash\nclaude plugin install frontend-design\nclaude plugin install code-review\nclaude plugin install typescript-lsp\nclaude plugin install plugin-dev\nclaude plugin install ralph-loop\n```\n\n### claude-hud (status line)\n\nAdd the marketplace first, then install:\n\n```bash\nclaude plugin marketplace add jarrodwatts\u002Fclaude-hud\nclaude plugin install claude-hud@claude-hud\n```\n","该项目是用户个人的Claude Code配置文件集合，包含了规则、钩子、代理、技能和命令等。它主要使用JavaScript编写，集成了多种开发工具与实践指南，如TypeScript编码规范、测试模式以及代码注释政策等。此外，还提供了一系列模型调用的能力、自定义子代理用于特定任务处理（例如代码库搜索、媒体解析）及自定义命令行指令。适用于需要提高编程效率并保持代码一致性的开发者，特别是在进行大型项目协作时，能够帮助团队成员遵循统一的编码风格和最佳实践。",2,"2026-06-11 03:50:08","high_star"]