Create 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
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub samklevin/claude-skills --plugin checkpointStarter plugin with example skill
Capture repeatable session workflows into reusable SKILL.md files. An open-source reimplementation of the internal /skillify skill.
Agentic workflow mechanics: CLAUDE.md instruction quality and structured context handoff
Skill memory layer for Claude Code — auto-capture, learn, and reuse skills from Acontext
Persistent memory across sessions. Learns preferences, conventions, and corrections automatically.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses