Imported from jcwleo/oh-no-harness (AGENTS.md). Install upstream with npx skills add jcwleo/oh-no-harness. Copyright stays with the author.
Agent Instructions
This repository root is a marketplace wrapper for the Oh No Harness plugin.
The plugin source of truth is:
plugins/oh-no-harness/
When editing skills, commands, agents, hooks, docs, or plugin manifests, work
inside that plugin directory and follow
plugins/oh-no-harness/AGENTS.md.
Root files should stay limited to marketplace manifests, repository metadata,
and release/test tooling. Do not reintroduce root-level duplicate plugin
content such as skills/, commands/, agents/, hooks/, docs/,
.codex-plugin/plugin.json, or .claude-plugin/plugin.json.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/jcwleo-oh-no-harness-oh-no-harness/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
jcwleo-oh-no-harness-oh-no-harness.ocm.jsonjson
{
"ocm": "1",
"id": "jcwleo-oh-no-harness-oh-no-harness",
"kind": "skill",
"name": "oh-no-harness",
"description": "This repository root is a marketplace wrapper for the Oh No Harness plugin.",
"publisher": "jcwleo",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This repository root is a marketplace wrapper for the Oh No Harness plugin."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/jcwleo/oh-no-harness",
"path": "AGENTS.md",
"ref": "aff4f7a92fc1a5513bbf169d86cbd8c98a12fda1",
"url": "https://github.com/jcwleo/oh-no-harness/blob/aff4f7a92fc1a5513bbf169d86cbd8c98a12fda1/AGENTS.md",
"key": "jcwleo/oh-no-harness/AGENTS.md"
}
},
"instructions": "# Agent Instructions\n\nThis repository root is a marketplace wrapper for the Oh No Harness plugin.\n\nThe plugin source of truth is:\n\n```text\nplugins/oh-no-harness/\n```\n\nWhen editing skills, commands, agents, hooks, docs, or plugin manifests, work\ninside that plugin directory and follow\n`plugins/oh-no-harness/AGENTS.md`.\n\nRoot files should stay limited to marketplace manifests, repository metadata,\nand release/test tooling. Do not reintroduce root-level duplicate plugin\ncontent such as `skills/`, `commands/`, `agents/`, `hooks/`, `docs/`,\n`.codex-plugin/plugin.json`, or `.claude-plugin/plugin.jso",
"cost": {
"context_tokens": 150
}
}
Fetch it by URL: GET /api/v1/registry/jcwleo-oh-no-harness-oh-no-harness/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.