living-docs-governance

living-docs-governance is a skill for Claude Code, Codex from gongyijie85/dsh-ecc. It costs 118 tokens per session (1,706 once invoked), scanned A, original, MIT.

A documentation-maintenance practice for keeping a long-running software project's important documents accurate and assigned clear roles. It connects those documents to the agent's working instructions so they remain the main sources of project context.

In plain words
What is it for?
Use it to organize project documentation, track what is current or blocked, preserve historical decisions, and keep agent sessions aligned with the codebase.
Why use it?
It reduces repeated rediscovery of project structure and decisions when documentation no longer matches the code. It also records why files or approaches were removed so they are not recreated accidentally.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; mentions Claude Code; mentions AGENTS.md.

Good fit Use it to organize project documentation, track what is current or blocked, preserve historical decisions, and keep agent sessions aligned with the codebase.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gongyijie85/dsh-ecc/living-docs-governance
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add gongyijie85/dsh-ecc --skill living-docs-governance
Clone the repo
git clone --depth 1 https://github.com/gongyijie85/dsh-ecc

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for living-docs-governance

README.md
[![agentmods](https://agentmods.dev/badge/skills/gongyijie85/dsh-ecc/living-docs-governance/github.svg)](https://agentmods.dev/skills/gongyijie85/dsh-ecc/living-docs-governance)
Your own site
<a href="https://agentmods.dev/skills/gongyijie85/dsh-ecc/living-docs-governance"><img src="https://agentmods.dev/badge/skills/gongyijie85/dsh-ecc/living-docs-governance/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for living-docs-governance

Your own site · 80×15
<a href="https://agentmods.dev/skills/gongyijie85/dsh-ecc/living-docs-governance"><img src="https://agentmods.dev/badge/skills/gongyijie85/dsh-ecc/living-docs-governance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 118 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,706 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00118 $0.01706
Opus 5 $0.00059 $0.00853
Sonnet 5 $0.00024 $0.00341
Haiku 4.5 $0.00012 $0.00171

Measured 8d ago against content hash e8c22a1f6974, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

living-docs-governance scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/living-docs-governance/SKILL.md · 138 lines

How it starts

The opening of the file, as written. The whole thing — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Living Docs Governance

Long-lived projects often rot at the documentation layer first: the README describes an old pipeline, architecture notes describe a refactor that never shipped, and every new session re-derives context that should already be available.

Living Docs Governance assigns four non-overlapping roles to the project's existing documentation, links those roles from the active agent harness, and defines small update rules that keep the sources useful. The roles matter; the filenames do not.

This is a maintain-phase practice. For one-time exploration of an unfamiliar repository, use codebase-onboarding first.

When to Activate

Activate when any of these are true:

  • The repository has grown past a few modules and its docs are drifting from the code.
  • Agents or teammates repeatedly rediscover the same structure and decisions.
  • Nobody can quickly answer what is healthy, blocked, intentionally removed, or currently authoritative.
  • Deleted files or abandoned approaches are recreated because their disposition was not preserved.
  • The project needs a durable governance layer without adopting a large documentation platform.

Do not use this for a throwaway script or create a parallel documentation system when the repository already has one.

How It Works

1. Inventory before creating anything

Inspect the repository's current instruction and documentation surfaces first:

  • harness instructions such as AGENTS.md, CLAUDE.md, .cursor/rules, or their equivalent;
  • README, architecture docs, ADRs, runbooks, roadmaps, changelogs, status pages, and docs indexes;
  • generated docs and external systems that may already be canonical.

Map the existing sources to the four roles below. Reuse and link them in place. A small repository may keep more than one role in a single file if the sections are clearly separated and each fact still has one canonical owner.

Only when a role is genuinely missing:

  1. propose the smallest new section or document;
  2. prefer the repository's established docs directory and naming conventions;
  3. ask before adding a new top-level artifact.

Read the full file on GitHub · 138 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 138 lines · 118 tokens per session scan A e8c22a1f6974

Subscribe to this mod's changes

living-docs-governance is a skill published in the GitHub repository gongyijie85/dsh-ecc (7 stars, last pushed yesterday), licensed MIT. It adds 118 tokens to every session and 1,706 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

manage-taskboard

Manage work in the native DeepSeek Harness Taskboard with exact task ids and optimistic versions. Use when an Agent must inspect project work, claim an eligible todo, record progress or blockers, verify an implementation, submit it for human review, or release its own claim; also use when a human asks how to accept…

shengsheng90/DSH-taskboard · 88 tokens

dsh-plugin-guide

Use when developing, reviewing, packaging, debugging, or answering questions about DeepSeek Harness (DSH) plugins — the plugin-based agent harness on vendored Cordis. Applies the official plugin-development constraints (plugin contract, cordis.yml layers, services/events/effects, tool DSL, bundles/profiles) backed by…

PerryLink/dsh-plugin-guide · 76 tokens

investor-distiller

An analysis tool for studying investment bloggers on WeChat, a Chinese messaging and publishing platform. It collects their articles and builds a structured profile of their trading methods, market views, writing style, topics and audience interaction.

redfox-data/redfox-community-dsh · 113 tokens

playlet-douyin-feed

A tool that tracks popular short dramas on Douyin, a Chinese short-video platform, and creates a daily HTML report with covers, engagement data, links, topic groups, and writing observations.

redfox-data/redfox-community-dsh · 264 tokens

playlet-xhs-feed

A daily tracker for popular short-drama posts on Xiaohongshu, a Chinese social-media platform. It groups posts by story themes and creates an HTML report with covers, interaction data, links, and writing insights.

redfox-data/redfox-community-dsh · 184 tokens

bilibili-search-download

A tool for searching Bilibili, a Chinese video-sharing site, by keyword and collecting download links for matching videos. It can sort and filter results and return video, audio and cover-image resources.

redfox-data/redfox-community-dsh · 112 tokens