dungnotnull/mountain-landslide-early-warning-agent-skill
Skill Claude CodeCodex
The skill system follows a skill-registry pattern with a chain-of-thought router. Skills are declarative descriptors (metadata + I/O schemas + optional handler) registered in a single registry. The router scores skills against an intent, emits a rationale, and returns an ordered dispatch plan. The orchestrator…