What problem does it solve?
This skill provides a crucial backward compatibility layer, allowing existing systems using @load patterns to seamlessly transition to the new Skills-based architecture without immediate breaking changes. It automates the translation process, saving significant refactoring time and reducing migration risks.
Core Features & Use Cases
- Automated Pattern Translation: Converts old
@load product:* and @load CS:* patterns into the new Load: skills/* format.
- Wildcard Expansion: Automatically expands generic patterns (e.g.,
SEC:*) into specific skill sets.
- Zero-Downtime Migration: Enables a gradual, controlled migration over a 6-month transition period, ensuring continuous operation.
- Use Case: You have a large codebase with many
@load product:api directives. Use this skill to automatically translate these into the equivalent Load: [coding-standards, testing, security, devops] skill calls, preparing your system for the new architecture.
Quick Start
Translate the legacy pattern '@load product:api + CS:python' to the new skills format.