Plugin Claude Code
Plugin marketplace listing 1 plugin: docs-governance.
Plugin Claude Code
Plugin marketplace listing 1 plugin: docs-governance.
Plugin Claude Code
A documentation-governance plugin for Claude Code, Codex, and ChatGPT. It organizes living project documents, technical decisions, interface rules, testing records, change impact, and structured logs.
Instructions file CodexOpenCode
A repository entry document for Codex that points to the project’s shared instructions. It says to read the main rules and status file before substantial work and to consult the project map when changing structure.
Instructions file
A set of project instructions for governing documentation in a software repository. It defines where project rules, status, maps, history, decisions, and user guidance should live.
Agent
A backend coding worker that implements server-side interfaces according to a read-only CONTRACT.md file, the agreed definition of an API's fields and responses.
Agent
An agent that owns the shared data-interface contract between a frontend, backend, or multiple services. It maintains CONTRACT.md, coordinates developers when working in one session, and checks that implementations match the contract.
Agent
Use this agent when the user asks to audit documentation governance, check whether CLAUDE.md / CLAUDEMAP.md / PROJECTSTATUS.md / PROJECTLOG.md drifted from the real project, verify governance before delivery, or run /governance-audit. user: 帮我审计一下这个项目的文档治理有没有漂移 assistant: 我会调用 docs-auditor 做只读审计。 user: 治理完了,帮我看看有没有问题…
Agent
An agent that keeps a long-running project's key documents aligned with its real structure and code. It maintains files such as project rules, a structure map, current status, and a change log.
Agent
A frontend development agent that works only in the frontend area and treats CONTRACT.md as the read-only source for data interfaces. It can work alone or be assigned tasks by a contract owner.
Agent
A read-only agent that checks whether a code change broke the changed module or the modules that depend on it. It follows the project's REGRESSION.md test record and uses command exit codes to report results.
Command
A command for coordinating frontend and backend work through one shared interface agreement called CONTRACT.md.
Command
A read-only audit command for checking the quality and link completeness of a project’s governance documents.
Command
A setup command for creating a basic governance structure in a brand-new coding project before any code exists.
Command
A read-only command that reviews PROJECTLOG.md, the project's chronological record of changes and problems. It groups repeated failures, affected modules, standard changes, and gaps between audits.
Command
A project wrap-up command that compares recent changes with the project’s governance documents and updates the documents that are affected.
Command
A project-governance command that scans an existing codebase and creates or updates four Chinese documentation files describing its rules, structure, status, and history.
Command
A post-change audit command that checks the edited code module and every part of the project that depends on it.
Hook
Runs when the agent finishes a response, executing check-on-stop.sh. From Seekers2001/docs-governance.
Skill Claude CodeCodex
A checklist-based method for examining what a proposed change may affect across code, data, interfaces, tests, documentation, deployment, and rollback.
Skill Claude CodeCodex
A method for recording stable domain terms and difficult technical decisions in project documents. An ADR, or architecture decision record, is a short record of what was chosen, why, and what follows from it.
Skill Claude CodeCodex
A shared interface document that defines how a frontend, backend, or multiple services exchange data. A contract is the agreed list of fields, types, meanings, and errors that each side follows.
Skill Claude CodeCodex
A routing skill for documentation governance work. It directs a request to the relevant process for living documents, technical decisions, change impact, interface contracts, testing, or regression checks.
Skill Claude CodeCodex
A method for keeping project documentation accurate over time through linked files for shared rules, project structure, current health, and change history.
Skill Claude CodeCodex
A skill for designing and checking goal-directed loops in which an agent repeatedly performs work and receives feedback. It also checks whether the goal, stopping rules, boundaries, and human review are sound.