agentsclimarketplace

Harness docs

Skill harnessprotocol/harness-kit/skills/harness-docs

Your plugins, skills, MCP servers, hooks, conventions, and governance packaged into a single config

Install
npx -y skills add harnessprotocol/harness-kit --skill harness-docs

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Harness Kit documentation — installation, plugin catalog, creating plugins, cross-harness setup, architecture, and FAQ. Use when working with or configuring harness-kit plugins, understanding the plugin/skill system, installing slash commands, setting up AI coding tool configuration, answering questions about the plugin marketplace, writing SKILL.md files, using harness.yaml, or integrating with Copilot, Cursor, or Codex. Do NOT use for general Claude Code questions unrelated to harness-kit.

SKILL.md

3.9 KB, as published. Nobody here has run it

Harness Kit Documentation

harness-kit is a harness-agnostic framework for AI coding tools. Plugins, skills, MCP servers, hooks, and conventions live in one portable config. It works with Claude Code today and is designed to travel across tools.

Repo: https://github.com/harnessprotocol/harness-kit
Docs: https://harnesskit.ai/docs

How to Use This Skill

This is a background knowledge skill. When the user asks about harness-kit, load the relevant reference file from ${CLAUDE_SKILL_DIR}/references/ and answer from it.

TopicReference file
Installation, architecture, quick startgetting-started.md
Plugin list, what each plugin doesplugin-catalog.md
Creating plugins, writing SKILL.md, frontmattercreating-plugins.md
Using with Copilot, Cursor, Codexcross-harness.md
Core concepts, FAQ, harness.yaml, comparison with MCP/A2Aconcepts-and-faq.md

Load with: Read ${CLAUDE_SKILL_DIR}/references/<filename>.md

Quick Reference: 17 Plugins

PluginSlash commandWhat it does
research/researchProcess any source (URL, GitHub, YouTube, PDF) into a structured knowledge base
orient/orientTopic-focused session orientation across knowledge graph and research
capture/captureCapture session info into a staging file for later reflection
review/reviewStructured code review for branches, PRs, or file paths with severity labels
rubber-ducky/rubber-duckySecond opinion on a plan, design, or diff — independent critics on different Claude models
explain/explainLayered explanations of files, functions, directories, or concepts
lineage/lineageColumn-level lineage tracing through SQL, Kafka, Spark, JDBC
docgen/docgenGenerate or update README, API docs, architecture overview, or changelog
open-pr/open-prPre-flight checks and PR creation: tests, review, CI
merge-pr/merge-prMerge a ready PR: verify CI, sync base, squash merge, clean up
pr-sweep/pr-sweepCross-repo PR sweep: triage, review, merge, fix CI
dependabot-sweep/dependabot-sweepEnd-to-end Dependabot remediation: fetch alerts, fix per ecosystem, verify, open/merge a PR
harness-share/harness-export, /harness-importCompile, export, import, and sync harness configs across 8 AI coding tools
stats/statsInteractive HTML dashboard for Claude Code token and session usage
iterm-notifymacOS desktop notifications and iTerm2 badge management for Claude Code events
frontend-design/frontend-designProduction-grade frontend design rules: OKLCH color, typography, motion, accessibility
membrain/memoryGraph-based agent memory — search, trace, and manage a persistent knowledge graph

Key Concepts

Skill — A SKILL.md file: the workflow Claude reads when you type a slash command.
Plugin — The package wrapping a skill: a directory with plugin.json, the skill, optional scripts, hooks, and agents.
harness — Your complete AI tool setup: CLAUDE.md, plugins, MCP servers, hooks, permissions.
harness.yaml — A portable snapshot of your complete harness. Export with /harness-export, restore with /harness-import.

Install

/plugin marketplace add harnessprotocol/harness-kit
/plugin install <plugin-name>@harness-kit

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.