🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 11.7K |
| ⭐ GitHub Stars | 356(fork 29) |
| 🗓️ 最近推送 | 2026-03-25 |
| 🌱 项目创建 | 2026-01-19 |
| 💻 语言 / License | Shell · 未标注 |
| 🐛 开放Issue | 0 |
📖 怎么用
先克隆配置仓库:`git clone https://github.com/brianlovin/agent-config.git`,然后 `cd agent-config` 进入目录,执行 `./install.sh` 完成安装。想预览安装效果可以跑 `./install.sh --dry-run`,用 `./sync.sh` 查看本地与远程的同步状态。添加自定义技能用 `./sync.sh add skill my-skill`,推送用 `./sync.sh push`,换机器拉取用 `./sync.sh p`。备份相关用 `./sync.sh backups` 列出、`./sync.sh undo` 恢复。跑测试前先 `brew install bats-core` 装 bats,然后 `bats tests/` 跑全部,或指定文件如 `bats tests/install.bats`。
📋 迷你测评
个人coding agent配置文件,属于“我的配置”型工具。亮点是个人化定制,直接照抄就能用。适合懒得从零配agent的开发者。
📄 README 要点
这是一份个人agent配置文件,给Claude Code和Codex用的。包含全局设置、自定义状态栏显示token用量,还有几个实用技能:浏览器自动化测试、生成favicon、找并删无用文件依赖、无障碍和视觉设计审查、重构CLAUDE.md文件、代码简化,以及清理AI生成的冗余代码。所有破坏性操作都会先备份,带时间戳,安全有保障。技能必须带SKILL.md和规范的frontmatter才能用。适合想让AI编码助手更听话、代码更干净的开发者,尤其是嫌AI生成代码太啰嗦的人。
查看英文原文
agent config My agent configuration for Claude Code and Codex. Quick start [安装/使用命令见下方] What's included Settings settings.json Global permissions and preferences statusline.sh Custom statusline showing token usage Skills Reusable capabilities that your coding agents can invoke. Skill Description agent browser Browser automation for web testing and interaction favicon Generate favicons from a source image knip Find and remove unused files, dependencies, and exports rams Run accessibility and visual design review reclaude Refactor CLAUDE.md files for progressive disclosure simplify Code simplification specialist deslop Remove AI generated code slop Managing your config [安装/使用命令见下方] Safe operations with backups All destructive operations create timestamped backups: [安装/使用命令见下方] Validate skills [安装/使用命令见下方] Skills must have a SKILL.md with frontmatter containing name and description . Testing Tests use Bats (Bash Automated Testing System). [安装/使用命令见下方] Tests run in isolated temp directories and don't affect your actual /.claude config. Tests also cover Codex skills syncing in /.codex/skills . Local only config Not everything needs to be synced. The install script only creates symlinks for what's in this repo it won't delete your local only skills. Machine specific permissions accumulate in /.claude/settings.local.json (auto created by Claude, not synced). Codex skills are also linked from this repo into /.codex/skills . Creating your own Fork this repo and customize! The structure is simple: [安装/使用命令见下方] See also Claude Code docs My dotfiles Shell, git, SSH config
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除