Agent Plugins Marketplace
All plugins

harness-dev

v0.11.0

Authoring aids for the Claude Code harness — skill shapes (workflow, loop, instruction, router), pruning an existing skill or doc corpus into the house style, and repo bootstrap (README, CLAUDE.md, deploy and adr skills, settings).

Claude Code10 Skills

By popoffvg2 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
10 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install harness-dev for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install harness-dev@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/popoffvg/dotfiles

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is harness/plugins/harness-dev/.

Plugin files

harness/plugins/harness-dev/
├── .claude-plugin/plugin.json
├── skills/doc-examples-must-lint/SKILL.md
├── skills/help-command/SKILL.md
├── skills/plugin-evals-at-plugin-root/SKILL.md
├── skills/prompt-dry-run/SKILL.md
├── skills/prune-text/SKILL.md
├── skills/repo-settings/SKILL.md
├── skills/rules-file-conventions/SKILL.md
├── skills/session-cost-audit/SKILL.md
├── skills/skill-build/SKILL.md
└── skills/text-style/SKILL.md

Included Skills10

doc-examples-must-lintskills/doc-examples-must-lint/SKILL.md

Use when writing code examples inside a rules or docs file that agents will copy verbatim — CLAUDE.md, .claude/rules/*.md, a SKILL.md, a style guide, a contributing doc. The linter never sees these snippets, so a good/bad example can teach a shape the repo's own lint job rejects. Check the enabled linter set before writing the snippet.

help-commandskills/help-command/SKILL.md

Use when writing or fixing a `<router>:help` slash command in a plugin under harness/plugins/ — a command whose only job is to print a static help table/guide. Trigger on "add a help command", "write a help command", "the help command prints junk / shows load summary instead of the table", "fix code:help/work:help".

plugin-evals-at-plugin-rootskills/plugin-evals-at-plugin-root/SKILL.md

Use when adding an eval suite, test fixtures, or a grading runner for a skill that lives in a plugin under harness/plugins/. Trigger on "write evals for this skill", "add a rubric", "grade the gate", or when choosing where cases.jsonl and run.sh go.

prompt-dry-runskills/prompt-dry-run/SKILL.md

Use when the user runs "/prompt-dry-run <prompt>" or asks to draft/preview/dry-run how a prompt would be handled — reflect back the agent's reading of the prompt (intent, planned actions, limits) BEFORE acting, so misalignment surfaces first. Trigger on "draft this", "what would you do with", "before you act, tell me your plan", "how do you read this".

prune-textskills/prune-text/SKILL.md

Rewrite a skill, an AGENTS.md/CLAUDE.md, or a doc corpus into the agent-writing house style — cut duplication across files, cut dead weight inside each file, then reshape into steps plus disclosed reference. Use when the user asks to prune, dedup, compress, or restyle docs or skills, or says files repeat the same information.

repo-settingsskills/repo-settings/SKILL.md

Set up a repository's base documentation and Claude configuration — README.md, CLAUDE.md, a per-repo deploy skill, a per-repo adr skill, and .claude/settings.json. Use for "set up this repo", "add repo settings", "bootstrap README and CLAUDE.md", "add a deploy skill to this repo", "set up ADRs here".

rules-file-conventionsskills/rules-file-conventions/SKILL.md

Use when writing or editing an always-loaded rules file — a CLAUDE.md, or any other file the harness injects into every session — or when writing a cross-skill pointer inside one. Owns the two conventions those files carry; general prose shape lives in `text-style`.

session-cost-auditskills/session-cost-audit/SKILL.md

Audit why a Claude Code session was slow or expensive, and rank fixes onto existing harness levers. Triggers on "make sessions faster", "why did that session burn so many tokens", "where did the context go", "analyse this transcript", "too many turns per prompt", or any ask to profile a .jsonl under ~/.claude/projects.

skill-buildskills/skill-build/SKILL.md

Router for authoring a Claude Code skill. Use when the user wants to "build a skill", "write a skill", "create a skill", "author a SKILL.md", or build a specific shape — a "workflow" (step-by-step guide), a "loop" (repeat a flow), an "instruction" (rules / reference), or a "router" (dispatch table over branches). Names each shape and routes to its guide.

text-styleskills/text-style/SKILL.md

Shape agent-facing markdown into the house style — steps plus disclosed reference, a checkable completion criterion per step, leading words instead of restatements, positive targets instead of bans, and a description that fires as a context pointer. Load it when writing or rewriting a SKILL.md, an agent file, a command file, a `references/` doc, or an AGENTS.md/CLAUDE.md, when the `prune-text` skill reaches its reshape phase, and when judging whether a file reads as the shape its reader needs.

Plugin manifests1

harness/plugins/harness-dev/.claude-plugin/plugin.json
{
  "name": "harness-dev",
  "version": "0.11.0",
  "description": "Authoring aids for the Claude Code harness — skill shapes (workflow, loop, instruction, router), pruning an existing skill or doc corpus into the house style, and repo bootstrap (README, CLAUDE.md, deploy and adr skills, settings).",
  "author": {
    "name": "popoffvg"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[harness-dev on Agent Plugins Marketplace](https://pluginsmp.com/plugins/harness-dev)