Skip to content

Move skills under skills/ for npx skills auto-discovery#5

Open
hamen wants to merge 1 commit into
mainfrom
fix/skills-directory-layout
Open

Move skills under skills/ for npx skills auto-discovery#5
hamen wants to merge 1 commit into
mainfrom
fix/skills-directory-layout

Conversation

@hamen
Copy link
Copy Markdown
Owner

@hamen hamen commented May 29, 2026

Summary

  • Moved compose-agent/ and jetpack-compose-audit/ under a root-level skills/ directory, matching the convention used by Anthropic, Supabase, and OpenAI
  • Updated marketplace.json paths, bin/ci validation script, and all README install/symlink instructions
  • CI script passes — git tracked all moves as renames (100% similarity, blame preserved)

This enables npx skills add hamen/compose_skill to correctly discover both skills instead of only one.

Closes #3

Test plan

  • bin/ci passes (JSON validation, README link check, version consistency, plugin structure)
  • npx skills add hamen/compose_skill --list shows both compose-agent and jetpack-compose-audit
  • /plugin add hamen/compose_skill --subdir skills/jetpack-compose-audit works in Claude Code
  • /plugin add hamen/compose_skill --subdir skills/compose-agent works in Claude Code

🤖 Generated with Claude Code

The Vercel skills CLI expects a root-level skills/ folder for
auto-discovery. Without it, only one skill was found via fallback.
This aligns the repo layout with Anthropic, Supabase, and OpenAI
skill repos.

Closes #3

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

npx skills add doesn't discover compose-agent due to repo layout

1 participant