Co-Pilot / 辅助式
更新于 a month ago

claude-code-config

Jjarrodwatts
0.9k
jarrodwatts/claude-code-config
76
Agent 评分

💡 摘要

该项目提供了一系列配置和工具,以增强Claude Code的功能。

🎯 适合人群

希望简化工作流程的软件开发人员需要结构化文档工具的技术写作人员协调开发任务的项目经理寻求高效研究工具的开源贡献者

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。

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 and paste it into Claude Code. Claude will fetch and install all config files automatically.

Option 2: Git Clone

git clone https://github.com/jarrodwatts/claude-code-config.git ~/.claude

Option 3: Selective Install

# 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/)

Custom slash commands.

| Command | Description | |---------|-------------| | interview | Interactive planning/spec fleshing |

Hooks (.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 |

CLAUDE.md

Personal global instructions loaded into every session.

Recommended Plugins

Plugins I use alongside this config. Install via CLI:

Official Plugins

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

claude-hud (status line)

Add the marketplace first, then install:

claude plugin marketplace add jarrodwatts/claude-hud claude plugin install claude-hud@claude-hud
五维分析
清晰度8/10
创新性6/10
实用性9/10
完整性8/10
可维护性7/10
优缺点分析

优点

  • 全面的配置选项
  • 支持多种编程语言
  • 促进协作和规划

缺点

  • 可能需要初始设置工作
  • 依赖于Claude Code环境
  • 复杂性可能会让初学者感到困惑

相关技能

claude-code-starter

A
toolCo-Pilot / 辅助式
80/ 100

“看起来很能打,但别让配置把人劝退。”

pytorch

S
toolCode Lib / 代码库
92/ 100

“它是深度学习的瑞士军刀,但祝你好运能从47种安装方法里找到那个不会搞崩你系统的那一个。”

agno

S
toolCode Lib / 代码库
90/ 100

“它承诺成为智能体领域的Kubernetes,但得看开发者有没有耐心学习又一个编排层。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 jarrodwatts.