neplexlabs/commandkit

commandkit-legacy-migration

Migrate existing projects off @commandkit/legacy to modern CommandKit patterns. This skill is migration-only and must not promote new legacy adoption.

First seen Apr 9, 2026

Installation

$ npx skills add neplexlabs/commandkit --skill commandkit-legacy-migration

Also in this package

Other skills from neplexlabs/commandkit · top by installs.

npx skills add neplexlabs/commandkit

Browse all from neplexlabs/commandkit

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 166
License LICENSE
Default branch main
Open issues 3
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.2.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,662 B
  • docs README.md 651 B
  • docs SUMMARY.md 185 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 25 installs

SKILL.md

CommandKit Legacy Migration

Activation guidance

Use only when legacy plugin usage already exists.

Required filesystem expectations

  • legacy and modern structures may coexist during phased migration
  • target end state uses src/app/commands/ and src/app/events/

Execution workflow

  1. Detect legacy dependencies and plugin usage.
  2. Inventory parity requirements.
  3. Migrate incrementally by domain/feature slices.
  4. Remove legacy() only after parity validation.

Guardrails

  • Never recommend new legacy adoption.
  • Keep migration commits small and verifiable.

Reference index

Name Description
references/00-filesystem-structure.md Coexistence strategy and target modern structure.
references/01-legacy-plugin-detection.md How to identify legacy plugin and handler usage points.
references/02-migration-plan-template.md Stepwise migration plan template with safety checks.

Tool index

Name Description
N/A This skill currently has no helper tool scripts.