A personal collection of agents and skills
npx claudepluginhub ebigunso/agent-harnessAn orchestration harness for managing and coordinating multiple agents in a workflow.
Repository for agent plugins, reusable templates, and useful hooks or scripts intended to enhance an agent harness.
This repository currently publishes one plugin:
agent-harnesscoding-agent-orchestration-harness// settings.json
"chat.plugins.enabled": true
settings.json.For GitHub:
// settings.json
"chat.plugins.marketplaces": [
"ebigunso/agent-harness"
]
For a local clone:
// settings.json
"chat.plugins.marketplaces": [
"file:///path/to/agent-harness"
]
Open the Extensions view with Ctrl+Shift+X, search for @agentPlugins, then install coding-agent-orchestration-harness from the agent-harness marketplace.
After installation, the plugin's agents and skills appear in chat alongside your local customizations.
If you want to register the plugin directly from a local checkout instead of through a marketplace, use chat.plugins.paths:
// settings.json
"chat.plugins.paths": {
"/path/to/agent-harness/plugins/coding-agent-orchestration-harness": true
}
/plugin marketplace add ebigunso/agent-harness
If you already cloned the repo locally, you can add it from disk instead:
/plugin marketplace add ./agent-harness
/plugin install coding-agent-orchestration-harness@agent-harness
Run the plugin manager with /plugin to browse installed plugins, enable or disable them, and inspect any marketplace or loading errors.
If you install or update plugins during an active session, run /reload-plugins to apply changes that do not require a full restart.
1.0.33 or later..claude-plugin and .github/plugin metadata so the same plugin bundle can be consumed by supported clients.Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.