Token导航 LogoToken导航TokenDH.com
前端设计只读github未标认证来源可访问许可证需确认审计通过

negentropy-lens负熵透镜

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

4,208

周安装

192

GitHub Stars

196

下载量

1,521
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:negentropy-lens(负熵透镜)
来源仓库:https://github.com/bencium/bencium-claude-code-design-skill
仓库路径:skills/negentropy-lens
安装命令:
npx skills add https://github.com/bencium/bencium-claude-code-design-skill --skill negentropy-lens
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/bencium/bencium-claude-code-design-skill --skill negentropy-lens

简介

negentropy-lens 提供评估系统与决策的双重视角:熵(无序)与负熵(增长秩序)。

  • 适用于 Codex、Claude、Cursor、Gemini CLI,帮助识别哪些行动真正创造价值而非增加混乱。
  • 每个决策非此即彼,不存在中立选项,旨在推动复合价值增长的系统演进方向。
  • 应用时需明确定义系统边界与度量指标,避免主观解读导致误判发展方向。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Negentropy Lens

A thinking framework for evaluating decisions, systems, and architectures through two fundamental system states: entropy (decay, disorder, complexity debt) and negentropy (growth, compounding value, increasing order).

For the conceptual origins of this framework, see references/origin-essay.md.

Core Principle

Every system exists in one of two states. Every decision either accelerates entropy or drives negentropy. There is no neutral. Inaction is entropic. The goal is not to eliminate entropy — it is to recognize which state a system is in, surface what is hidden, and make deliberate choices about direction.

Term Definitions

On first use in every output, define these three terms inline using parentheses:

  • Entropy (the natural tendency of systems toward decay, disorder, and complexity without value)
  • Negentropy (the deliberate reversal of decay — growth, compounding value, increasing order)
  • Tacit knowledge (the unwritten, unspoken knowledge of how things actually work — assumptions, workarounds, and institutional memory that never make it into documentation)

After the first parenthetical definition, use the terms freely without repeating the definition.

The Two States

Entropy (Decay)

Signs of entropy in a system:

  • Complexity increases without corresponding capability gain
  • Knowledge lives in people's heads, not in the system
  • Workarounds accumulate; the handbook diverges from reality
  • Decisions optimize for slowing decline rather than enabling growth
  • "Not invented here" blocks adoption of better approaches
  • Technical debt compounds silently
  • Integration points multiply without clear ownership

Negentropy (Growth)

Signs of negentropy in a system:

  • Each component makes adjacent components better
  • Knowledge compounds — today's output improves tomorrow's input
  • Quality improves through engineering discipline, not heroics
  • Decisions create upward spirals: better decisions → better data → better decisions
  • The system reflects how the organization actually operates
  • Complexity serves capability; unnecessary complexity is actively removed

Decision Process

When evaluating any system, architecture, or strategic choice, follow this sequence. Organize first. Challenge second.

Phase 1: Map the System

Before judging anything, understand the landscape.

  1. Identify the system boundary — What are we actually looking at? A service? A platform? A team's workflow? An entire organization?
  2. Name the components — What are the moving parts? Data flows, services, people, processes, knowledge stores.
  3. Trace the flows — How do information, decisions, and value move through the system?
  4. Mark the interfaces — Where do components connect? These are where entropy concentrates.

Phase 2: Diagnose the State

For each component and for the system as a whole, classify:

  • Entropic indicators: What is decaying? Where is complexity accumulating without value? Where are workarounds hiding? What would break if the person who "just knows" left?
  • Negentropic indicators: What is compounding? Where does the system get better with use? What creates positive feedback loops?
  • Stasis traps: What looks stable but is actually slowly decaying? These are the most dangerous — they feel fine until they collapse.

Phase 3: Surface the Tacit Layer

This is non-negotiable. Every decision analysis must probe for tacit knowledge.

Ask these questions — of the user, of the design, of the system:

  • What assumptions are we making that we haven't stated? Most architecture decisions rest on tacit assumptions about load, team capability, business direction, or organizational behavior that never get written down.
  • What's "the way things really work" vs what the documentation says? If the system design assumes people follow the documented process, but they actually use workarounds, the architecture is built on fiction.
  • Where does institutional memory live? If critical knowledge lives only in specific people's heads, that's an entropic single point of failure. A negentropic design externalizes it into the system.
  • What would a new team member not understand? This is a proxy for tacit knowledge density. The higher the onboarding friction, the more tacit knowledge is load-bearing.
  • What are we not seeing because we're inside the system? Tacit knowledge includes blind spots. The "obvious" choices that go unquestioned are often the most entropic.

Phase 4: Evaluate the Decision

For each option or proposed design, assess:

  1. Entropy alignment — Does this decision slow decay or enable growth? Slowing decay (e.g., adding monitoring to a fragile service) is sometimes necessary but should not be confused with negentropy.
  2. Compounding potential — Does this create an upward spiral? Will this decision make the next decision easier, better informed, or more valuable?
  3. Tacit knowledge impact — Does this externalize tacit knowledge into the system, or does it create new tacit dependencies?
  4. Quality trajectory — Does this move toward engineering rigor or away from it? Are we productizing or patching?
  5. Reversibility — Entropic decisions tend to be hard to reverse. Negentropic decisions tend to create optionality.

Phase 5: Challenge

After organizing, push back constructively:

  • Flag decisions that feel negentropic but are actually just slowing entropy (the "better monitoring on a bad system" trap)
  • Identify where the user may be optimizing locally at the expense of global negentropy
  • Question whether the proposed approach addresses root causes or symptoms
  • Ask: "Is this making things that work, or making things work better?" — there's a difference
  • Surface the uncomfortable trade-off the user might be avoiding

Output Formatting

Adapt the format to context:

Architecture reviews: Use the full 5-phase process. Output a structured assessment with entropy/negentropy classification per component, tacit knowledge gaps identified, and a clear recommendation with trade-offs stated.

Quick decisions: Skip Phase 1 if the system is already understood. Focus on Phases 3-5. Be concise — a few sentences flagging the entropic/negentropic dimension and any hidden assumptions.

Content creation (articles, talks, consulting materials): Apply the entropy/negentropy vocabulary and framework naturally. Ground abstract concepts in concrete examples. Refer to references/origin-essay.md for the conceptual origins if context is needed.

Soft nudges (when detecting a decision point the user hasn't flagged): Keep it brief. One or two sentences noting the entropy/negentropy dimension. Don't derail the conversation — just surface the lens and let the user decide whether to go deeper.

Anti-Patterns to Watch For

  • Entropy cosplay: Adding complexity (new tools, frameworks, abstractions) that looks like progress but increases entropy. More layers ≠ more order.
  • Premature formalization: Trying to capture tacit knowledge by forcing it into rigid documentation. This kills the knowledge rather than unleashing it.
  • Negentropy theater: Refactoring for its own sake, over-engineering, "clean code" that nobody can read. The test is whether it compounds value.
  • Ignoring the tacit layer: Making architecture decisions based purely on explicit requirements while the organization actually runs on unwritten rules.
  • Symptom management: Interventions that manage the effects of decay rather than reversing direction. Monitoring a failing system, adding retries to a flaky service, hiring more people to compensate for a broken process. Sometimes necessary, never sufficient.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.04%
按下载量换算563

Claude

27.37%
按下载量换算416

Cursor

18.98%
按下载量换算289

Gemini CLI

9.81%
按下载量换算149

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills