Skip to content

v3.0.0 - Skill Overhaul

Latest

Choose a tag to compare

@CarterIrish CarterIrish released this 24 Mar 07:36
· 1 commit to main since this release

v3.0.0

Refactor: overhauled skill structure

Bug fix

The .skill file format was not cleanly accepted by Claude.ai for skill uploads. The packaging format has been changed to .zip. The .gitignore has been updated accordingly, and the README now includes correct ZIP install guidance with the expected folder structure.

Skill structure overhaul

SKILL.md has been substantially condensed and rewritten. The interview workflow, document generation guidance, and consistency rules have been extracted into dedicated reference files that are loaded on demand — keeping the main skill file lean while making each concern easier to find and maintain.

New files

  • references/INTERVIEW.md — Full interview workflow: user-provided context handling, stack-specific follow-up questions, pattern choice presentation, restructuring analysis, and architecture review.
  • references/DOC-TEMPLATE.md — Section-by-section document authoring guide with output scaling rules (small / medium / large) and the optional AI-ready implementation spec format.
  • references/CONSISTENCY.md — 9-point consistency checklist, run before every delivery and after every revision.

Other changes

  • marketplace.json: version bumped to 3.0.0, $schema field added, description updated.

Upgrading from v2.1.0

If you installed via .skill file, re-download and install using the .zip format instead. No breaking changes to skill behavior. If you've forked or modified SKILL.md directly, note that interview and document generation logic now lives in the new reference files.

Full Changelog: v2.1.0...v3.0.0