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

chromatic-walk半音阶行走

Agent Skill

chromatic-walk 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

487

周安装

8

GitHub Stars

17

下载量

65
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/plurigrid/asi --skill chromatic-walk

简介

支持三 Agent 并行探索代码库改进,基于 GF(3) 平衡派生链进行协作。

  • 适用于复杂代码结构分析与优化任务,提升验证效率。
  • 通过 GitHub 安装,需结合具体项目上下文使用。
  • 可能涉及多进程通信与状态同步,注意运行环境兼容性。
  • chromatic-walk 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Chromatic Walk Skill

Trit: 0 (ERGODIC - navigates between generation and validation) Coordinator Color: #D06546 (burnt sienna, transport of earth) Seed: 1069 (0x42D)


Overview

Chromatic Walk enables 3 parallel agents to explore codebase improvements using GF(3)-balanced derivation chains. Each agent holds a trit polarity, and together they form a self-boiling triad.

Walks are prime geodesics: non-backtracking paths that are unambiguously traversable in p-adic number systems.

Generator (⊕)  ─────┐
                    ├──→  GF(3) = 0  ──→  Prime Geodesic
Coordinator (○) ────┤
                    │
Validator (⊖)  ─────┘

The 3-Agent Structure

RoleTritColorActionResponsibility
Generator+1#D82626 (Red)CreatePropose code changes, new patterns
Coordinator0#26D826 (Green)TransportFormalize structure, derive next seed
Validator-1#2626D8 (Blue)VerifyCheck invariants, reduce to essence

Prime Geodesic Foundation

See PRIME_GEODESICS.md for full mathematical foundation.

Why Non-Backtracking?

PropertyPrime PathComposite Path
FactorizationUniqueMultiple
p-adic valuationWell-definedAmbiguous
Möbius μ(n)≠ 0= 0 (filtered)
Ihara zetaContributesIgnored

Key insight: Chromatic walks are prime geodesics in derivation space, traversable unambiguously by zeta functions.

Zeta Function Traversability

ZetaDomainPrimes
Riemann ζ(s)Prime numbers
Ihara ζ_G(u)GraphsNon-backtracking cycles
Dedekind ζ_K(s)Number fieldsPrime ideals
Selberg Z(s)ManifoldsPrime geodesics

Seed Chaining Across Agents

Each agent derives its seed from the shared genesis, offset by the golden ratio:

genesis = 0x42D  # 1069
γ = 0x9E3779B97F4A7C15  # Golden ratio constant

seed_generator   = genesis                    # +1 stream
seed_coordinator = genesis ^ γ                # 0 stream
seed_validator   = genesis ^ (γ << 1)         # -1 stream

Derivation Chain (per step)

seed_{n+1} = (seed_n ⊕ (trit_n × γ)) × MIX  mod 2⁶⁴

GF(3) Conservation Invariant

At every step of the walk:

trit_generator + trit_coordinator + trit_validator ≡ 0 (mod 3)
      (+1)      +       (0)       +      (-1)      =   0  ✓

Self-Boiling Property

Like the Three Chromatic Samovars:

  • Generator provides +1 (creative surplus)
  • Validator provides -1 (critical reduction)
  • Coordinator provides 0 (transport without change)

Walk Protocol

Phase 1: Genesis

just chromatic-walk seed=1069

Phase 2: Propose (Generator leads)

Generator proposes a codebase change with +1 trit.

Phase 3: Formalize (Coordinator transports)

Coordinator structures the proposal, deriving the interface.

Phase 4: Verify (Validator constrains)

Validator checks invariants and reduces.

Phase 5: Commit (combined)

If GF(3) = 0 at walk end, the improvement is committed.


Commands

just chromatic-walk seed=1069         # Initialize walk
just chromatic-walk-step seed=1069    # Run single step
just chromatic-walk-verify seed=1069  # Verify GF(3) conservation

Triad Bundles

three-match (-1) ⊗ chromatic-walk (0) ⊗ gay-mcp (+1) = 0 ✓  [Core Walk]
ramanujan-expander (-1) ⊗ ihara-zeta (0) ⊗ moebius-inversion (+1) = 0 ✓  [Prime Netting]

Goblin Integration

Chromatic-walk is the 0 Coordinator in the goblin triad:

shadow-goblin (-1) ⊗ chromatic-walk (0) ⊗ agent-o-rama (+1) = 0 ✓
RoleTritColorAction
Shadow Goblin-1#F0D127Validates walks
Chromatic Walk0#46F27FTransports derivations
Agent-O-Rama+1#E7B367Generates proposals

Coordinator Capabilities

As the 0 goblin, Chromatic Walk provides:

  • Transport: Move context between generator and validator
  • Derive: Compute next seed in derivation chain
  • Navigate: Traverse between realms (Beautiful Realms)
  • Balance: Ensure triad sums remain at GF(3) = 0

Color Stream (Seed 1069, Stream 2)

Step 1: #46F27F (mint green)     ○ Transport
Step 2: #E2282A (vivid red)      ○ Derive
Step 3: #EE55F2 (hot pink)       ○ Navigate

Related Skills

SkillRelation
unworldSeed chaining foundation
ihara-zetaNon-backtracking enumeration
ramanujan-expanderSpectral gap verification
moebius-inversionComposite filtering
gay-mcpDeterministic color generation
shadow-goblinValidates walks (-1)
agent-o-ramaGenerates proposals (+1)

Skill Name: chromatic-walk Type: Multi-Agent Prime Geodesic Exploration Trit: 0 (ERGODIC) GF(3): Conserved by construction Backtracking: Forbidden (composites are p-adically imprecise)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.8%
按下载量换算25

Claude

28.58%
按下载量换算19

Cursor

17.52%
按下载量换算11

Gemini CLI

9.33%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills