Skip to content

v0.3.1 — plugin skill path fix

Latest

Choose a tag to compare

@jnMetaCode jnMetaCode released this 05 Jun 01:03
· 33 commits to main since this release

Critical fix. Moves the skill from .claude/skills/ to skills/ (plugin root) so the marketplace install actually exposes /ai-shortfilm-prompts:shortfilm-prompt.

A Claude Code plugin only discovers skills under <plugin-root>/skills/. Prior versions shipped the skill at .claude/skills/shortfilm-prompt/, so installing via the marketplace exposed no skill — the README's headline install was a broken promise. plugin validate only schema-checks the manifest, not component paths, so it never surfaced.

  • Skill moved to skills/shortfilm-prompt/ (history preserved)
  • Fixed 13 path references + README install (Options 2/4 now use --plugin-dir)
  • CLAUDE.md convention added to prevent regression

If you installed v0.3.0 or earlier, re-run /plugin install to get the working skill.