project-living-docs

仓库创建 2026年7月3日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

适合把项目知识做成可执行、可验证文档的团队。

这个 Skill 做什么

在代码变更时自动更新并验证项目的 NOC 可执行活文档。

把项目的 NOC 可执行活文档当成可运行的项目记忆:代码改动、需求变更或新功能上线时自动更新 noc_docs/ 下的相关文档,并用 CLI 做验证。只改受影响的文档并记录变更历史,确保运行时行为、护栏和测试与文档保持一致。适合希望文档永远跟代码同步的团队。

▸ 展开 SKILL.md 英文原文

Use when code changes, feature work, refactors, API/schema/security changes, bug fixes, or project initialization need NOC Living Docs kept in sync with requirements, current behavior, guardrails, tests, or change history.

开发编程常驻文档变更同步可执行文档通用
0
Stars
0
Forks
1
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/SmallNoc/noc-living-docs/main/skills/codex/project-living-docs/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/SmallNoc/noc-living-docs/main/skills/codex/project-living-docs/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Project Living Docs

Use NOC Living Docs as executable project memory. Route through `noc_docs/`, read only the affected docs, update the living docs when code or intent changes, then verify with the CLI.

## Trigger

Use this skill for:

- initializing or migrating `noc_docs/`
- discussing a requirement and then changing code
- new features, bug fixes, refactors, API/data/security/deployment changes
- checking whether code changes need docs updates
- querying or auditing project living docs

Do not use it for general questions that do not involve project memory, code behavior, requirements, guardrails, tests, or NOC documentation.

## Execution

1. Identify affected feature/domain from th
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有