翻了一圈,类似的skills要么只帮你生成一个 AGENTS.md 就收工,要么大到带 MCP server、多仓库扫描,还得用 pipx 装。没找到合适的,就自己写了一个。
它默认先只读扫一遍仓库,不碰任何文件。拿我一个 React 项目跑的真实输出:
# Repository harness audit
- Mode: brownfield
- Source files (capped): 21
- Ecosystems: javascript-typescript
- Package managers: pnpm
## Detected harness surfaces
- instruction_files: none
- ci_files: none
- quality_configs: ["eslint.config.js", ".prettierrc"]
- hook_configs: none
- verification_scripts: {"build": "… && vite build", "lint": "eslint .", "test": "vitest run", "format:check": "prettier --check …", "format": "prettier --write …"}
- verification_entrypoints: none
## Findings
- No repository AI instruction entry point detected.
- Checks exist, but no single verification entry point was detected.
- No common CI configuration detected.然后按扫出来的实际情况,跟你商量着补 AGENTS.md、统一的 verify 入口、CI 这些。你检查之后它才动手,已有文件一律不覆盖,也不会编项目里没有的配置。
零依赖,Python 3.10+ 就能跑。装法:
Codex:
使用 $skill-installer 从以下地址安装 bootstrap-project-harness Skill
https://github.com/Mr-CG-end/agent-harness-bootstrap/tree/main/skills/bootstrap-project-harnessClaude Code:
/plugin marketplace add Mr-CG-end/agent-harness-bootstrap
/plugin install agent-harness-bootstrap@agent-harness装完敲 /bootstrap-project-harness,让它扫一遍就行。
目前是 v0.1.0,刚写完。感觉挺好用的,希望大家能给我一些建议。
仓库:https://github.com/Mr-CG-end/agent-harness-bootstrap
最后编辑于 2026-08-11 17:19