cross-evolution
Cross-Evolution
Purpose
Maintain a high evolutionary standard across all agent skills by identifying "Genes" (best practices), transferring them to skills that lack these features, and discovering new high-value genes from existing skills.
Axioms
1. Atomic Independence (No Cross-Skill Glue)
Skills and their scripts must be 'atomic'.
- 'FORBIDDEN': Any logic inside a skill's script that explicitly checks for or calls tools from another skill.
- 'The Agent is the Glue': Only the AI Agent is responsible for coordination.
2. Pragmatic Evolution (Occam's Razor)
More from llblab/skills
voice-mode
Offline-first voice I/O super-skill: speak via say, listen via listen, and run agent-orchestrated duplex dialogue.
13evolve-context
Self-evolving context protocol across ABC-split root files (AGENTS.md, BACKLOG.md, CHANGELOG.md), human entrypoint README.md files tree, and /docs. Use after meaningful project changes, backlog drift, documentation refactors, or when you want a forced context reconciliation pass.
10while-true
Continuous execution-loop protocol — assess reality, refine the plan, execute the next task, repeat until a real stop condition is reached.
2