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
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimPersist workflow state into resumable skills with YAML tracking files
npx claudepluginhub samklevin/claude-skills --plugin starterSkill authoring guidance and best practices
Complete toolkit for creating, validating, and managing Claude Code skills with intelligent agents, interactive commands, and professional templates
Create, test, measure, and iteratively improve Claude Code skills with category-aware design, gotchas-driven development, progressive disclosure coaching, and automated description optimization.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns