legacy-bridge

Community

Migrate legacy systems to new skills, effortlessly.

Authorwilliamzujkowski
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: legacy-bridge
Download link: https://github.com/williamzujkowski/standards/archive/main.zip#legacy-bridge

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository