agentic-docs

仓库创建 2026年4月30日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

让 agent 工作可被发现、接替与验证,便于长期维护。

这个 Skill 做什么

建立和维护面向 agent 的仓库级文档与设计规范体系。

搭建和维护面向 agent 的仓库级文档,把 AGENTS.md、ARCHITECTURE.md、design docs、specs 等组织成机器可读又好找的结构。适合仓库缺少 agent 可消费的 docs 或需要重构 docs/ 结构时使用。特点是让文档可验证、可重用,方便自动化 agent 直接读取并复现工作流程。

▸ 展开 SKILL.md 英文原文

Bootstrap, audit, and maintain repository-local documentation systems for agentic software work. Use when Codex needs to create or reorganize AGENTS.md, ARCHITECTURE.md, docs/index.md, design docs, product specs, exec plans, generated references, DESIGN.md (Google Labs format for visual design tokens), or documentation governance for a project that lacks agent-readable docs or needs docs/ structure updates.

Skill 开发管理文档知识管理代理工程通用
0
Stars
0
Forks
16
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Eotel/skills/main/agentic-docs/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Eotel/skills/main/agentic-docs/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Agentic Docs

Use this skill to make repository knowledge discoverable, resumable, and
verifiable for coding agents. Keep this file as the routing layer; load
references only when needed.

## Portability And Privacy

Treat this skill as portable infrastructure. It must be safe to commit to a
personal dotfiles repo or share across unrelated projects.

- Do not include source-project names, customer names, private repository paths,
  internal URLs, secrets, tenant names, product codenames, or proprietary
  architecture details in the skill or templates.
- Generalize from examples into reusable placement rules and workflows.
- Keep project-specific details in the target repository's docs, not
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有