Skip to content

feat: restructure as Claude Code plugin#13

Open
lukatmyshu wants to merge 2 commits intomainfrom
feat/claude-code-plugin
Open

feat: restructure as Claude Code plugin#13
lukatmyshu wants to merge 2 commits intomainfrom
feat/claude-code-plugin

Conversation

@lukatmyshu
Copy link
Contributor

Summary

  • Add plugin manifest (.claude-plugin/plugin.json) and bundled MCP server config (.mcp.json) so users get both the skill and MCP server in one install
  • Move skill files to skills/vapi/ to match the plugin convention
  • Expose PROMPT_GUIDE.md as a local MCP resource (vapi://prompt-guide) instead of fetching from GitHub at runtime
  • Remove the manual MCP install step from the workflow

Test plan

  • Install the plugin via claude plugin add @anthropic-ai/vapi-mcp-client and verify both the skill and MCP server are available
  • Verify the /vapi skill loads correctly
  • Verify the MCP resource vapi://prompt-guide is accessible

🤖 Generated with Claude Code

lukatmyshu and others added 2 commits January 28, 2026 12:34
Include skill/ directory in the npm package and expose
PROMPT_GUIDE.md as a local MCP resource (vapi://prompt-guide)
instead of fetching from GitHub at runtime.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add plugin manifest (.claude-plugin/plugin.json) and bundled MCP
server config (.mcp.json) so users get both the skill and MCP server
in one install. Move skill files to skills/vapi/ to match the plugin
convention and remove the manual MCP install step from the workflow.

Co-Authored-By: Claude Opus 4.5 <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.

1 participant