docs-agent
仓库创建 2026年7月2日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
便于为代理生成一致、可解析的机器文档,利于自动化工具消费。
这个 Skill 做什么
定义一套面向 LLM/代理的机器可读文档规范与格式规则。
为 LLM 和代理准备的机器可读文档规范,强调结构化、简洁与显式(如 AGENTS.md 注册表)。在需要让自动化代理或模型解析项目契约、依赖和接口时使用。特别之处是用表格、类型签名和一致标题替代叙述性文字,便于机器解析和检索。
▸ 展开 SKILL.md 英文原文
Machine-readable documentation standard optimized for LLMs and agents — structured, terse, explicit. Defines the project's machine-doc file set and format rules. Use when creating or updating documentation intended for AI consumption.
0
Stars
0
Forks
35
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/.claude/skills/docs-agent/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dustinkeeton/wafflestack/main/.claude/skills/docs-agent/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Agent-Optimized Documentation ## Purpose Produce documentation that LLMs and agents can parse efficiently. The machine docs for this project are a single root `AGENTS.md` registry. Prioritize: - **Explicit over implicit** — spell out types, dependencies, and contracts - **Structured data** — use tables, typed signatures, and consistent headings - **No prose fluff** — eliminate narrative; use terse, factual descriptions - **Cross-references** — point at source files by path ## Documentation Files ### `AGENTS.md` (root) Single machine-doc registry for the toolkit. Contains: - Project purpose (1-2 sentences) - Stack registry: table of stacks with path, description, skills, agents - Ins
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有