ies/music-topos/.codex/skills/oriented-simplicial-networks/SKILL.md
# Oriented Simplicial Networks **Category:** Phase 3 Core - Geometric Deep Learning **Status:** Skeleton Implementation **Dependencies:** `categorical-composition`, `persistent-homology` ## Overview Implements directional simplicial neural networks (Dir-SNNs) with asymmetric message passing operators, E(n)-equivariance constraints, and persistent homology tracking for topological feature learning. ## Capabilities - **Directional Message Passing**: Asymmetric operators respecting simplex ori
npx skillsauth add plurigrid/asi ies/music-topos/.codex/skills/oriented-simplicial-networksInstall 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 - Geometric Deep Learning
Status: Skeleton Implementation
Dependencies: categorical-composition, persistent-homology
Implements directional simplicial neural networks (Dir-SNNs) with asymmetric message passing operators, E(n)-equivariance constraints, and persistent homology tracking for topological feature learning.
Simplicial Complex Builder (simplicial_complex.jl)
Dir-SNN Layers (dirsnn_layers.jl)
Persistent Homology Tracker (persistent_homology.jl)
Training Loop (train_dirsnn.jl)
sheaf-theoretic-coordination (sheaf structures on simplicial complexes)categorical-composition (functorial network composition)formal-verification-ai (verify topological invariants)using OrientedSimplicialNetworks
# Build simplicial complex from point cloud
complex = SimplicialComplex(points, max_dimension=2)
# Create Dir-SNN model
model = DirSNN([
SimplicialConv(in_features=3, out_features=16, dimension=0),
SimplicialConv(in_features=16, out_features=32, dimension=1),
SimplicialPooling(dimension=1)
])
# Train with persistent homology tracking
train!(model, complex, labels; track_topology=true)
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.