From hermes-qq
Advises on best practices, reviews, diagnoses, optimizes, or generates AGENTS.md and CLAUDE.md instruction files for Claude Code and AI coding agents.
npx claudepluginhub chujianyun/skills --plugin hermes-qqThis skill uses the workspace's default tool permissions.
帮助用户回答、审查、优化和创建 AI coding agent 指令文件,重点覆盖 `AGENTS.md` 与 `CLAUDE.md`。
Creates and refactors minimal AGENTS.md files using progressive disclosure. Manages CLAUDE.md symlinks, assesses bloat, and proactively activates for missing files.
Creates, updates, and maintains minimal AGENTS.md and CLAUDE.md files with high-signal agent instructions from project analysis, covering package managers, file-scoped commands, and commit attribution.
Creates and maintains concise AGENTS.md and CLAUDE.md files for AI agent instructions, covering package managers, commands, conventions, and external references. Useful for repo agent doc setup or updates.
Share bugs, ideas, or general feedback.
帮助用户回答、审查、优化和创建 AI coding agent 指令文件,重点覆盖 AGENTS.md 与 CLAUDE.md。
本 skill 主要采用:
AGENTS.md / CLAUDE.md 是否违反最佳实践AGENTS.md / CLAUDE.md 写成项目百科、README 复制品或完整 API 文档AGENTS.md / CLAUDE.md 写成人设说明书、口号墙或愿望清单;它应该像给资深工程师的技术简报package.json、pyproject.toml、Makefile、CI workflow、README 等可验证来源.claude/agents、hooks、MCP、skills;先判断项目是否真的需要AGENTS.md 理想上 150 行以内,CLAUDE.md 优先压到 80-120 行,超过 200 行要强烈考虑拆分先判断用户需求属于哪一类:
AGENTS.md / CLAUDE.md。复制此清单并跟踪进度:
处理进度:
- [ ] 步骤 1:识别模式和目标文件
- [ ] 步骤 2:读取必要参考资料
- [ ] 步骤 3:读取项目上下文或用户提供内容
- [ ] 步骤 4:给出诊断、方案或草稿
- [ ] 步骤 5:如用户要求落地,修改文件并验证
优先判断目标:
AGENTS.mdCLAUDE.mdAGENTS.md / CLAUDE.mdCLAUDE.local.md 或用户级 memory,不要提交到团队共享文件如果用户没有指定文件名:
AGENTS.mdCLAUDE.mdAGENTS.md 为主,并视工具支持情况用 CLAUDE.md 或符号链接兼容诊断或创建文件前,先读取最小必要上下文:
AGENTS.md、CLAUDE.md、CLAUDE.local.mdREADME.mdpackage.json、pyproject.toml、Makefile、justfile、Taskfile.yml、pnpm-workspace.yaml.github/workflows/、pytest.ini、vitest.config.*、tsconfig.json.claude/、.cursor/rules/、.github/copilot-instructions.md只读与判断有关的文件。不要为了写指令文件而扫描整个仓库。
用简洁中文回答,并给出可操作判断:
结论:...
推荐结构:
- ...
注意事项:
- ...
必须明确给结论和优先级:
# Agent 指令文件诊断
结论:优秀 / 基本可用 / 需要重构 / 风险较高
成熟度:L0-L6 中的某一级
## 主要问题
1. [P1] ...
2. [P2] ...
## 做得好的地方
- ...
## 优化建议
1. ...
2. ...
## 建议改法
- 保留:...
- 删除:...
- 拆分:...
- 新增:...
如果能定位具体行,引用文件路径和行号。问题要围绕“会不会让 agent 更可靠”判断,不要只做文字润色。
先快速诊断,再直接编辑。编辑原则:
MUST / MUST NOT 只留给少数关键约束完成后说明改了什么,并建议用户实际跑一次常见任务来验证。
根据用户描述和项目上下文生成文件。信息不足时先创建保守的最小可用版本,不要臆造复杂规则。
创建时优先包含: