{
  "markdown": "# repo-docs-system\n\nA Claude Code plugin that builds and maintains a structured **Chinese knowledge base** (`docs/` system) for any code repository.\n\n## What it does\n\n- Generates `AGENTS.md` — a context map for AI agents to understand your project\n- Creates `ARCHITECTURE.md` — architecture overview and domain breakdown\n- Scaffolds `docs/` — design docs, product specs, exec plans, quality scores\n- Maintains and updates existing docs without deleting existing content\n- Scores documentation coverage with `docs/QUALITY_SCORE.md`\n\n## Installation\n\n```bash\n/plugin install repo-docs-system@github:baiyue11111/repo-docs-system\n```\n\n## Usage\n\nTrigger the skill by asking Claude to:\n\n- \"帮我初始化这个项目的 docs\"\n- \"生成 AGENTS.md\"\n- \"创建 ARCHITECTURE.md\"\n- \"build a docs system for this repo\"\n- \"generate a knowledge base\"\n\n## Output structure\n\n```\nproject/\n├── AGENTS.md                          # Agent context map (most important)\n├── ARCHITECTURE.md                    # Architecture overview\n└── docs/\n    ├── QUALITY_SCORE.md               # Coverage score with history\n    ├── design-docs/\n    │   ├── index.md\n    │   └── core-beliefs.md\n    ├── product-specs/\n    │   └── index.md\n    └── exec-plans/\n        └── tech-debt-tracker.md\n```\n\n## License\n\nMIT\n",
  "bytes": 1250,
  "sha": "d82f481e5d9df8a13bccbdb9f2f5bc7bc3553cb582c655414e1cc5e3bd63b2bc",
  "repo_slug": "baiyue11111/repo-docs-system",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_baiyue11111_repo_docs_system_repo_docs_s_b5ac1ba6/readme"
}