refresh-agent-docs
仓库创建 2026年6月27日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
保持多平台 agent 指南与官方文档一致,便于跨模型部署
▸ 风险提示
运行时会抓取外部官方文档,需要网络访问
这个 Skill 做什么
从官方文档刷新并生成或同步仓库的 AGENTS/CLAUDE 等代理指南
把仓库里关于 AGENTS、CLAUDE、GEMINI 等智能体的使用说明,用最新官方文档同步刷新并生成或合并成统一的 AGENTS.md。适合官方文档更新、仓库说明过时或需要重写 agent 指南时使用,会抓取官方源而不是凭记忆堆 Markdown。特点是保留一份可信的源文件、把工具特定的规则做成适配层而不重复风格说明。
▸ 展开 SKILL.md 英文原文
Use when refreshing, rewriting, syncing, or creating repository agent instruction files such as AGENTS.md, CLAUDE.md, GEMINI.md, Cursor rules, Kiro steering, Roo rules, Codex instructions, or root project context docs.
0
Stars
0
Forks
15
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/YosefHayim/dufflebag/main/src/skills/refresh-agent-docs/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/YosefHayim/dufflebag/main/src/skills/refresh-agent-docs/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Refresh Agent Docs Refresh repo agent guidance from current official docs without turning prompts into a markdown dump. ## Core Contract - Fetch fresh official docs at the start of every run; do not rely on memory or an old cache. - Keep one repo instruction source of truth when possible, usually `AGENTS.md`. - Tool-specific files are adapters or scoped rules, not duplicated style guides. - Root docs point to canonical details by relevance; they do not inline entire `CODE-STYLE.md`, `PROJECT.md`, `CONTEXT.md`, or `LANGUAGE.md`. - Show a before/after plan and wait for approval before writing. ## Workflow 1. Inspect current repo docs: `AGENTS.md`, `CLAUDE.md`, `GEMINI.md`, `PROJECT.md`,
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有