npx claudepluginhub samklevin/claude-skills --plugin checkpointCreate a reusable harness that defines how to process workflow tasks — step-by-step instructions, constraints, and behavior.
Create a persistent workflow from the current conversation. Captures learnings, decisions, and tasks into a resumable skill with YAML tracking files.
Run a harness against a workflow — execute the harness steps on the next actionable task.
Update a workflow's tracking files — mark tasks done, add learnings, record decisions, adjust scope.
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
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Battle-tested Claude Code plugin for engineering teams — 48 agents, 184 skills, 79 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,393 supported skills.