bundle-maker

Scaffold Claude Code plugin bundles with plugin.json and SKILL.md templates.

1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/karchtho/my-claude-marketplace --skill bundle-maker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bundle-maker
Source: https://github.com/karchtho/my-claude-marketplace/tree/main/bundles/dev-toolkit-bundle/skills/bundle-maker
Command: npx skills add https://github.com/karchtho/my-claude-marketplace --skill bundle-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq.

What problem does it solve?

This skill helps teams design and build Claude Code plugin bundles by providing a structured workflow for creating bundle structures (skills, commands, agents, hooks, MCP), generating metadata, and guiding marketplace registration.

Core Features & Use Cases

  • Scaffold new bundles with the correct directory structure and plugin.json
  • Add skills to bundles using SKILL.md templates and progressive disclosure
  • Configure MCP servers (stdio and http) via guided prompts
  • Validate bundles to ensure required fields, resource references, and marketplace registration are correct
  • Use cases include starting from scratch, incrementally adding components, and publishing bundles to a marketplace

Quick Start

Create a new bundle with the bundle-maker tooling and begin adding skills.

Frequently Asked Questions about bundle-maker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Claude Code plugin bundle with skills, commands, and hooks?

To create a Claude Code plugin bundle, you scaffold the correct directory structure, generate plugin.json metadata, and add components like skills, commands, and hooks using guided tooling that enforces frontmatter requirements and component layouts.

What is a Claude Code plugin bundle and when do I need one?

A Claude Code plugin bundle is a structured package grouping context components like skills, commands, agents, hooks, and MCP configurations. You need one when you want to assemble, distribute, and register custom tooling in a marketplace.

Can I configure MCP servers in my Claude Code plugin bundle?

Yes, you can configure MCP servers in your Claude Code plugin bundle. The tooling provides guided prompts to set up both stdio and http MCP server configurations within the bundle's metadata.

Do I need jq installed to build plugin bundles with this tooling?

Yes, you need jq installed to use this bundle tooling. jq is a required dependency for processing and validating the JSON metadata structures within the Claude Code plugin bundle.

What's the best way to validate a Claude Code plugin bundle before publishing?

The best way to validate a Claude Code plugin bundle is using the built-in validation steps. These checks ensure required fields, resource references, and marketplace registration details are correct before local testing and distribution.

How do I add new skills to an existing Claude Code plugin bundle?

You add new skills to an existing Claude Code plugin bundle by using SKILL.md templates with progressive disclosure. The tooling incrementally updates the bundle structure and validates frontmatter requirements for each added component.