ies/music-topos/.codex/skills/chemical-organization-theory/SKILL.md
# Chemical Organization Theory **Category:** Phase 3 Core - Autopoietic Systems **Status:** Skeleton Implementation **Dependencies:** `categorical-composition` (reaction networks as categories) ## Overview Implements Chemical Organization Theory (COT) for modeling self-maintaining autopoietic systems through reaction-diffusion dynamics, organizational closure detection, and self-maintenance verification. ## Capabilities - **Reaction Networks**: Define chemical reaction systems - **Organizat
npx skillsauth add plurigrid/asi ies/music-topos/.codex/skills/chemical-organization-theoryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Category: Phase 3 Core - Autopoietic Systems
Status: Skeleton Implementation
Dependencies: categorical-composition (reaction networks as categories)
Implements Chemical Organization Theory (COT) for modeling self-maintaining autopoietic systems through reaction-diffusion dynamics, organizational closure detection, and self-maintenance verification.
Reaction Network Builder (reaction_network.jl)
Organization Detection (organization_detection.jl)
Reaction-Diffusion Simulator (reaction_diffusion.jl)
Autopoietic Analysis (autopoiesis.jl)
categorical-composition (reaction networks as categories)emergent-role-assignment (role stability as organizations)formal-verification-ai (verify closure properties)using ChemicalOrganizationTheory
# Define reaction network
network = ReactionNetwork()
add_species!(network, [:A, :B, :C])
add_reaction!(network, [:A, :B] => [:C], rate=0.1)
add_reaction!(network, [:C] => [:A, :B], rate=0.05)
# Detect organizations
orgs = find_organizations(network)
# Simulate reaction-diffusion
grid = Grid2D(100, 100)
state = initialize_state(grid, network)
trajectory = simulate_rd(network, state, time=100.0)
# Check autopoiesis
is_autopoietic = check_autopoiesis(network, orgs[1])
development
BDD-Driven Mathematical Content Verification Skill Combines Behavior-Driven Development with mathematical formula extraction, verification, and transformation using: - Cucumber/Gherkin for specification - RSpec for implementation verification - mathpix-gem for LaTeX/mathematical content extraction - Pattern matching on syntax trees for formula validation Enables iterative discovery and verification of mathematical properties through executable specifications.
tools
Meta-skill that generates domain-specific AI skills from tool documentation
development
Code Query with AI-enhanced deterministic analysis via SplitMix ternary classification
development
Directed Yoneda lemma as directed path induction. Riehl-Shulman's key insight for synthetic ∞-categories.