nw-density-resolution-contract

仓库创建 2026年2月13日最近提交 1 个月前SkillHot 收录 21 天前
▸ 精选理由

统一密度解析策略,减少各技能间的行为差异与测试成本。

这个 Skill 做什么

定义跨波技能共享的文档密度解析与覆盖行为契约。

把文档的“细节密度”统一规定好:什么时候给详尽说明、什么时候用精简版本、以及如何临时覆盖。用于各个 wave 系列技能需要一致地处理密度解析和解析顺序,避免多处各自实现出错。还定义了 D12 cascade 的调用顺序和 DocumentationDensityEvent 的埋点,便于统一测试与统计。

▸ 展开 SKILL.md 英文原文

Shared density-resolution contract for wave skills. Canonical detail on the D12 cascade, density resolver call, ad-hoc override workflow, and DocumentationDensityEvent telemetry emission. Referenced from nw-discover / nw-discuss / nw-design / nw-devops / nw-distill / nw-deliver.

Skill 开发管理稠密度解析契约规范遥测事件通用
586
Stars
59
Forks
40
仓库内 Skill
+15
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-density-resolution-contract/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nWave-ai/nWave/main/nWave/skills/nw-density-resolution-contract/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Density Resolution Contract (shared across wave skills)

This skill is the canonical source for the density-aware behaviour every wave skill must implement. Wave skills inherit it by reference and keep a brief inline summary so phrase-grep contract tests stay green; full detail lives here so the same boilerplate is not duplicated six times.

Provenance: feature `lean-wave-documentation` — D2 (schema-typed sections), D4 (telemetry instrumented day-one), D6 (first-install pedagogical prompt), D10 (one-line expansion descriptions), D12 (rigor cascade), DDD-5 (density resolver shared utility), DDD-6 (telemetry event lives in DES domain).

## Output Tiers (per D2 + D10)

Each wave emits a singl
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有