Skip to content

Register skills in Claude Code plugin manifest#299

Open
scottlangille wants to merge 1 commit into
mainfrom
devin/1776297038-plugin-marketplace-skills
Open

Register skills in Claude Code plugin manifest#299
scottlangille wants to merge 1 commit into
mainfrom
devin/1776297038-plugin-marketplace-skills

Conversation

@scottlangille
Copy link
Copy Markdown
Contributor

Summary

Adds the skills field to both plugin.json and marketplace.json so the search skill (skills/search/) is included when users install the plugin via /plugin marketplace add exa-labs/exa-mcp-server.

Claude Code plugins default to strict: true, meaning only components explicitly declared in plugin.json are loaded. Without this field, the search skill (fan-out research orchestrator with SKILL.md + reference docs) is invisible to Claude Code despite existing in the repo.

Review & Testing Checklist for Human

  • Run /plugin marketplace add exa-labs/exa-mcp-server in Claude Code (pointing at this branch) and verify the search skill appears alongside the MCP server
  • Confirm ./skills/search resolves correctly relative to the plugin root (the repo root, since source: "./" in marketplace.json)

Notes

The skills/search/ directory and its contents (SKILL.md, references/*.md) are unchanged — this PR only wires them into the plugin manifest so they're discoverable.

Link to Devin session: https://app.devin.ai/sessions/65e341b3cdac466382b20d26d24d62f2
Requested by: @scottlangille

Add skills field to both plugin.json and marketplace.json so the
search skill (fan-out research orchestrator) is discoverable when
users install via /plugin marketplace add exa-labs/exa-mcp-server.

Without this, strict mode (default) hides the skills directory.

Co-Authored-By: Scott Langille <scottrlangille@gmail.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
exa-mcp-server Ready Ready Preview, Comment Apr 15, 2026 11:52pm

Request Review

@devin-ai-integration
Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

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.

1 participant