nextclaw: Skill for Claude Code

.agents/skills/project-knowledge-governance/SKILL.md

project-knowledge-governance is a skill for Claude Code, Codex from Peiiii/nextclaw. It costs 116 tokens per session (1,234 once invoked), scanned A, original, MIT.

A system for organizing project knowledge into places such as a to-do inbox, thoughts, designs, plans, product requirements, roadmaps, and work logs.

In plain words
What is it for?
It is for recording ideas, sorting design and planning documents, maintaining roadmaps and requirements, and logging completed implementation or release work.
Why use it?
It prevents useful discussions from being lost or turned into detailed plans before they are ready.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is Peiiii/nextclaw's own configuration. It tells Claude Code and Codex how to work on nextclaw itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything nextclaw configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Peiiii/nextclaw. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Peiiii/nextclaw/master/.agents/skills/project-knowledge-governance/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Peiiii/nextclaw

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 project-knowledge-governance

README.md
[![agentmods](https://agentmods.dev/badge/skills/peiiii/nextclaw/project-knowledge-governance.svg)](https://agentmods.dev/skills/peiiii/nextclaw/project-knowledge-governance)
Your own site
<a href="https://agentmods.dev/skills/peiiii/nextclaw/project-knowledge-governance"><img src="https://agentmods.dev/badge/skills/peiiii/nextclaw/project-knowledge-governance.svg" alt="Measured on agentmods" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,234 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.00116 $0.01234
Opus 5 $0.00058 $0.00617
Sonnet 5 $0.00023 $0.00247
Haiku 4.5 $0.00012 $0.00123

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

Security

Grade A, and why

project-knowledge-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.

.agents/skills/project-knowledge-governance/SKILL.md · 107 lines

How it starts

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

Project Knowledge Governance

目标

维护项目知识沉淀链路,让讨论不会丢,也不会过早升级成设计或计划。

核心分层:

docs/TODO.md Inbox
  -> docs/thoughts
  -> docs/designs
  -> docs/plans
  -> docs/logs

docs/ROADMAP.md 承接跨阶段的中长期方向,docs/prd 承接产品需求定义。若项目已有等价目录或文件,优先遵守当前项目约定。

使用时机

用户出现以下意图时使用:

  • “沉淀一下”“记录下来”“这个思考有价值”“还没到 plan/design”。
  • “整理 plans/designs/thoughts/迭代机制”。
  • “把这次讨论放到合适位置”。
  • “这个想法后续怎么维护/升级”。
  • 新增或调整知识沉淀目录、模板、命令或规则。

若任务触达 AGENTS.md、命令机制或 skill 分层,同时使用当前项目的 agent instructions / meta governance 规则。

若任务触达 docs/logs 或需要判断是否创建迭代记录,同时使用当前项目的 iteration log governance 规则。

分流规则

  • docs/TODO.md:一句话想法、待办、未展开建议、还没有明确判断的 Inbox。
  • docs/thoughts:有价值但未定型的产品、架构、交互或战略思考;已经超过一句话想法,但还没有形成定稿设计或执行计划。
  • docs/designs:已经形成结构、边界、owner、数据流、协议或交互设计判断,需要作为后续实现依据。
  • docs/plans:已经准备执行的分步计划,包含范围、步骤、验证和交付顺序。
  • docs/prd:产品需求、用户价值、范围、验收、非目标和版本切分。
  • docs/ROADMAP.md:跨阶段、中长期方向和优先级。
  • docs/logs:代码、脚本、测试、运行链路配置、发布、修复或大规模治理完成后的迭代留痕;不用于普通讨论起草。

升级规则

  • TODO 升级为 thought:出现明确背景、核心判断、方案空间或未决问题。
  • thought 升级为 design:出现稳定系统边界、模块职责、数据流、协议、交互结构或关键 owner。
  • design 升级为 plan:出现明确执行批次、步骤、验证方式和完成标准。
  • plan / implementation 升级为 docs/logs:实际完成交付、验证、发布、修复或治理后,按当前项目的迭代记录规则判断。

Plan 合同

生命周期判定大型任务需要 plan 时,读取开发执行 Plan 合同。普通知识分流只需遵守本入口的升级与命名规则,不预读该条件合同。

升级时保留原文链接,不需要删除旧文;若旧文已明显过时,应在旧文顶部标注升级去向。

文件命名

  • docs/thoughts 下的 Markdown 文件必须使用 YYYY-MM-DD-<kebab-topic>.thought.md
  • docs/designs 下的 Markdown 文件必须使用 YYYY-MM-DD-<kebab-topic>.design.md
  • docs/plans 下的 Markdown 文件必须使用 YYYY-MM-DD-<kebab-topic>.plan.md
  • 普通主题使用中文正文、英文或拼音无歧义 kebab 文件名均可;优先英文短 slug,便于搜索和链接。
  • 同一天同主题的微调更新原文件,不拆细碎新文档。

Thought 模板

# <标题>

## 背景

这次思考从什么问题触发。

## 核心判断

当前比较确定的判断。

## 方案空间

可选路线及取舍。

## 推荐倾向

目前更推荐的方向和理由。

## 未决问题

还没想清楚或需要验证的问题。

## 升级条件

什么时候升级到 designs 或 plans。

操作流程

  1. 先判断这次内容属于想法、思考、设计、计划、PRD、路线图还是迭代记录。
  2. 若是产品、架构、交互或实现方向判断,先对齐当前项目的愿景、原则、strategy 或 charter 文档;如果项目没有这类文档,明确标注缺失。
  3. 选择最轻的可用沉淀层,不要把早期讨论硬塞进 docs/designsdocs/plans
  4. 写入或更新目标文档,保持中文正文、日期前缀和清晰升级条件。
  5. 若新增目录、命令、skill 或 AGENTS 路由,同步维护触发入口。
  6. 收尾时说明本次进入了哪一层,为什么没有进入其它层。

Read the full file on GitHub · 107 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 107 lines · 116 tokens per session scan A e640f34d51a2

Subscribe to this mod's changes

project-knowledge-governance is a skill published in the GitHub repository Peiiii/nextclaw (256 stars, last pushed today), licensed MIT. It adds 116 tokens to every session and 1,234 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-08-30.

Related

Other skills, from other repositories

status-report

Use when the user asks for a weekly / monthly status report, project update, individual or team progress summary. Produces a tight, scannable update with what shipped, what's in flight, what's blocked, and metrics.

shiwenwen/hope-agent · 48 tokens

openclaw-github-dedupe

Investigate a cluster of GitHub issues and PRs, determine canonical candidates, post duplicate/related status, preserve contributor credit, and execute cleanup actions. Supports autonomous mode for provided-link-only closeout, merge/fix follow-through, changelog, and post-merge issue/PR cleanup.

vincentkoc/dotskills · 68 tokens

tmux-lane-orchestrator

Manage one tmux agent lane from its matching ops pane, inspect live pane state and Codex logs on cold start, and produce concise manager summaries for OpenClaw and adjacent project work.

vincentkoc/dotskills · 46 tokens

ghcrawl-cluster-operator

Use when inspecting a ghcrawl SQLite store, pulling GitHub issue/PR data, refreshing summaries, embeddings, and clusters, or extracting one cluster and its evidence through the ghcrawl CLI.

vincentkoc/dotskills · 45 tokens

opik-optimizer

Optimize LLM prompts, tools, and agents in Opik using standardized optimizer workflows (prompt optimization, tool optimization, and parameter tuning), dataset/metric wiring, and result interpretation.

vincentkoc/dotskills · 41 tokens

org-branch-cleanup

Audit and safely prune stale branches across a GitHub organization with immutable snapshots, conservative merged-PR classification, live SHA/protection/open-PR revalidation, resumable deletion ledgers, and post-delete verification. Use when a maintainer asks to clean up old, dead, merged, bot-created, or abandoned…

vincentkoc/dotskills · 91 tokens