What problem does it solve?
It prevents skill bundles from drifting into vague, hard-to-audit, or incorrectly organized guidance by enforcing Level85-specific conventions for what must stay in SKILL.md and what may go into scripts or assets.
Core Features & Use Cases
- Clarifies SKILL.md vs bundled resources: keeps conditions, workflow, boundaries, and examples in SKILL.md while allowing assets/scripts only when they remain transparent and optionally auditable.
- Improves auditability and reliability: limits scripts to small, deterministic, and easy-to-check operations, and discourages “generator magic” that hides project logic.
- Reduces dependency on external truth: blocks referencing benchmark/“reference” repositories as the source of truth and restricts allowed adapter/platform dependencies to real local contracts.
- Use case: when creating or revising a local skill in .agents/skills, you use this bundle rule-set with skill-creator to ensure the resulting skill is self-contained, consistent, and unlikely to cause incorrect code generation.
Quick Start
Use x-skill-bundles together with skill-creator to author or refactor a local skill’s SKILL.md in .agents/skills so it stays self-contained and follows Level85 constraints.