doc-naming
仓库创建 2025年11月10日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
确保文档 ID 与命名一致性,适合提交/编辑前的校验门槛。
这个 Skill 做什么
校验 SDD 流中文档与元素的命名、ID 和标记合规性。
帮你把 SDD 流里的文档名、文件名、四段式元素 ID、阈值标签和已废弃/遗留的标记都检验一遍,确认符不符合团队的命名规范。通常在创建或修改任何 artifact 前用,避免后来跑 CI 或交付时被命名问题卡住。它不产出运行时代码,仅做声明式的 ID 校验,依据集中维护的命名标准来判断并标出异常。
▸ 展开 SKILL.md 英文原文
The ID and naming authority for the SDD flow - validates document IDs, 4-segment element IDs, threshold tags, and flags removed/legacy patterns. Use before creating or editing any artifact.
16
Stars
3
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-naming/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/vladm3105/aidoc-flow-framework/main/platforms/claude-code-plugin/skills/doc-naming/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# doc-naming
## Purpose
The naming authority for the 8-layer SDD flow. `doc-naming` validates document
IDs, element IDs, threshold tags, and file names against
`${CLAUDE_PLUGIN_ROOT}/framework/governance/ID_NAMING_STANDARDS.md`, and flags removed/legacy
patterns. It produces no artifacts — it is the declarative ID validator (the
framework ships no runtime code).
**Layer**: cross-cutting utility (applies to all 8 layers).
## When to Use
**Use** before creating or editing any artifact, to:
- verify a document or element ID format,
- check a `@threshold:` tag, or
- detect removed/legacy ID patterns and get the migration target.
**Do NOT use** for cross-document traceability or content revia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有