Personal Claude Code marketplace with custom hooks, skills, and plugins
npx claudepluginhub joescharf/cc-joescharf-marketplaceHome Assistant integrations for Claude Code
Enforce bun usage over npm/pnpm/yarn in JavaScript projects
Enforce uv usage over pip/python in Python projects
Git worktree management with iTerm2 integration for macOS
Workflow slash commands: /commit (devnote + commit) and /release (changelog + tag + release)
Personal Claude Code marketplace with custom hooks, skills, and plugins.
cc-joescharf-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Marketplace configuration
├── plugins/ # Plugin directories
│ └── <plugin-name>/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── commands/ # Slash commands
│ ├── agents/ # Custom agents
│ ├── skills/ # Skills
│ └── hooks/ # Hooks
└── README.md
plugins/ with your plugin name.claude-plugin/plugin.json inside it.claude-plugin/marketplace.json in the plugins arrayExample plugin.json:
{
"name": "my-plugin",
"version": "1.0.0",
"description": "Description of what the plugin does"
}
Example marketplace entry:
{
"name": "my-plugin",
"source": "./plugins/my-plugin",
"description": "Description of what the plugin does",
"version": "1.0.0"
}
# Add marketplace to Claude Code
/plugin marketplace add /Users/joescharf/app/cc/cc-joescharf-marketplace
# Install a plugin from this marketplace
/plugin install <plugin-name>@joescharf-marketplace
# List all marketplaces
/plugin marketplace list
# Refresh marketplace
/plugin marketplace refresh joescharf-marketplace
# Remove marketplace
/plugin marketplace remove joescharf-marketplace
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations