java-migration-skill-registry

Index auto-generated JADE migration skills for versioned upgrade workflows.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/TheRealSeber/PolishedJADEite --skill java-migration-skill-registry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: java-migration-skill-registry
Source: https://github.com/TheRealSeber/PolishedJADEite/tree/main/.claude/skills/java-migration-skill-registry
Command: npx skills add https://github.com/TheRealSeber/PolishedJADEite --skill java-migration-skill-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This registry keeps auto-generated migration skills organized so teams can find the right version-jump guidance without digging through ad hoc notes or stale copies.

Core Features & Use Cases

  • Versioned skill catalog: Stores generated skills by migration path, such as Java 1.5 to 1.6, with clear version history.
  • Benchmark-aware acceptance: Records which skills have been tested against eval cases before being promoted.
  • Registry navigation: Helps maintainers locate current skills, inspect previous versions, and understand where hand-authored skills differ from generated ones.
  • Use case: When a new failure pattern appears in the JADE migration harness, this registry shows where the improved skill should live and how it should be validated.

Quick Start

Review the registry to identify the appropriate generated migration skill for the target JADE version jump before adding or comparing benchmarked revisions.

Frequently Asked Questions about java-migration-skill-registry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the right JADE migration skill for a Java version jump?

A JADE migration skill registry indexes auto-generated upgrade workflows by version path, allowing you to quickly locate the correct skill across the .claude/skills/ tree without searching through stale copies.

What is a versioned skill registry for Java migration?

A versioned skill registry for Java migration organizes auto-generated upgrade guidance by specific paths, such as Java 1.5 to 1.6, maintaining clear version history to help teams distinguish current skills from previous iterations and hand-authored entries.

How are JADE migration skills validated before being promoted?

JADE migration skills are validated through benchmark-aware acceptance, which records whether skills have been tested against eval_cases.json benchmarks before being promoted, ensuring traceability and maintaining acceptance standards for version-jump workflows.

What format is required for JADE migration skills in the registry?

JADE migration skills in the registry require YAML frontmatter and versioned SKILL.md entries to maintain acceptance and traceability, and must also include eval_cases.json benchmarking and previous-version history documentation.

Can I use this registry to compare hand-authored and generated JADE migration skills?

Yes, you can use the registry to compare hand-authored and generated JADE migration skills. Registry navigation helps maintainers inspect previous versions, locate current skills, and understand where hand-authored skills differ from generated ones.

When do I need to update the JADE migration skill registry?

You need to update the JADE migration skill registry when a new failure pattern appears in the JADE migration harness, showing where the improved skill should live and how it should be validated against benchmarked revisions.