A collection of Claude Code skills for cross-repo workflows
npx claudepluginhub samklevin/claude-skillsStarter plugin with example skill
Persist workflow state into resumable skills with YAML tracking files
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
A collection of Claude Code skills and plugins for cross-repo workflows.
Add this marketplace to Claude Code:
/plugin marketplace add <github-user>/claude-skills
Then install a plugin:
/plugin install starter@sam-claude-skills
.claude-plugin/
marketplace.json # Registry manifest
plugins/
<plugin-name>/
.claude-plugin/
plugin.json # Plugin metadata
skills/
<skill-name>/
SKILL.md # Skill definition
plugins/<plugin-name>/skills/<skill-name>/SKILL.md with frontmatter (name, description) and instructionsplugin.json and register it in marketplace.json| Field | Description |
|---|---|
name | Becomes the /slash-command |
description | Triggers auto-invocation; shown in /help |
allowed-tools | Restrict which tools Claude can use |
disable-model-invocation | Set true to prevent auto-invocation |
user-invocable | Set false to hide from user menu |
context | Set fork to run in isolated subagent |
argument-hint | Autocomplete hint (e.g., [filename]) |
MIT