Skip to content

feat: add Claude Code plugin support - #281

Open
roeex5 wants to merge 1 commit into
vercel-labs:mainfrom
roeex5:add-claude-plugin
Open

feat: add Claude Code plugin support#281
roeex5 wants to merge 1 commit into
vercel-labs:mainfrom
roeex5:add-claude-plugin

Conversation

@roeex5

@roeex5 roeex5 commented Jun 3, 2026

Copy link
Copy Markdown

Summary

  • Adds .claude-plugin/plugin.json and .claude-plugin/marketplace.json so this repo can be installed as a Claude Code plugin from any marketplace
  • No changes to existing skills or content

What this enables

Once merged, any Claude Code marketplace can reference this repo as an external plugin:

{
  "name": "vercel-agent-skills",
  "source": {
    "source": "url",
    "url": "https://github.com/vercel-labs/agent-skills.git",
    "sha": "<pinned-sha>"
  }
}

All 9 skills under ./skills/ are automatically discovered via "skills": "./skills/" in plugin.json.

Test plan

  • plugin.json parses as valid JSON
  • marketplace.json parses as valid JSON
  • Skills remain unchanged

🤖 Generated with Claude Code

Adds .claude-plugin/plugin.json and marketplace.json so this repo can be
referenced as an external plugin from any Claude Code marketplace using:

  {
    "source": { "source": "url", "url": "https://github.com/vercel-labs/agent-skills.git", "sha": "..." }
  }

All skills under ./skills/ are automatically discovered.
@vercel

vercel Bot commented Jun 3, 2026

Copy link
Copy Markdown

@roeex5 is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

@roeex5

roeex5 commented Jun 4, 2026

Copy link
Copy Markdown
Author

@vercel-labs/dx this is an embarrassingly minor edit — would love a quick review 🙏

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