npx claudepluginhub samklevin/claude-skills --plugin starterA 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
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.