By seilk
Instant on-the-fly harness assembler. Discovers available skills, agents, and commands across Claude Code, Hermes, and OpenClaw — pops them together to execute any task.
Red-team reviewer for popcorn-harness execution. Use this agent AFTER a harness run to evaluate output quality and flag gaps. Invoke as a post-execution quality gate: "did the harness actually answer the task?"
Use this agent when a task requires composing multiple skills, agents, or commands on the fly. The orchestrator discovers available capabilities, assembles the optimal harness, and executes with progressive disclosure. Examples: <example>Context: The user wants to prepare a project for production deployment and needs multiple checks run. user: "popcorn — prep this repo for production" assistant: "I'll use the popcorn-orchestrator to discover available capabilities and assemble the right harness for production readiness." <commentary>Since the task spans multiple domains (security, testing, deployment), use popcorn-orchestrator for dynamic capability composition.</commentary></example> <example>Context: The user has a complex codebase audit task and wants the agent to self-compose its approach. user: "assemble whatever skills you need to audit this codebase" assistant: "Let me use popcorn-orchestrator to discover what capabilities are available and build the optimal harness for this audit." <commentary>Open-ended task with multiple possible capability combinations — ideal for popcorn-orchestrator's dynamic assembly.</commentary></example>
Uses power tools
Uses Bash, Write, or Edit tools
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.
Instant on-the-fly harness assembler for Claude Code, Hermes, and OpenClaw.
Popcorn Harness is a cross-platform plugin that discovers your available skills, agents, and commands on the fly, then pops them together into an optimized execution harness. No manual selection. No guessing. Just describe your task and let it assemble the right capabilities for you.
User: /popcorn Prep this Next.js app for production
🍿 Popping harness for: Prep this Next.js app for production
Platform: Claude Code (project) | Tier: 3 — Full Pop
Assembled harness:
Phase 1 (parallel): security-review + e2e-testing + seo
Phase 2 (sequential): deployment-patterns -> docker-patterns
Proceed? [y/n/adjust]
| Platform | How capabilities are discovered |
|---|---|
| Claude Code | claude agents CLI + skill dirs (~/.claude/skills, ~/.claude/plugins/*/skills) + command dirs + ECC marketplace (if installed) |
| Hermes | available_skills injected in system prompt |
| OpenClaw | available_skills injected in system prompt |
Add this repo as a marketplace, then install from it:
/plugin marketplace add seilk/popcorn-harness
/plugin install popcorn-harness@popcorn-harness
seilk/popcorn-harness points to the GitHub repo, which contains .claude-plugin/marketplace.json.
The second popcorn-harness is the marketplace name field defined in that file.
After installation, run /reload-plugins if commands don't appear immediately.
claude --plugin-dir .
Use /reload-plugins after making changes. The local copy takes precedence over any installed version.
git clone https://github.com/seilk/popcorn-harness ~/.claude/plugins/popcorn-harness
cp -r skills/popcorn-harness ~/.hermes/skills/
The skill will appear in available_skills on the next session.
Add the skills directory to external_dirs in your Hermes config:
# ~/.hermes/config.yaml
skills:
external_dirs:
- /path/to/popcorn-harness/skills
If you host your own Claude Code marketplace, add popcorn-harness as a source:
{
"name": "my-marketplace",
"plugins": [
{
"name": "popcorn-harness",
"source": { "source": "url", "url": "https://github.com/seilk/popcorn-harness.git" }
}
]
}
Or point teammates directly at this repo as a marketplace:
/plugin marketplace add seilk/popcorn-harness
/plugin install popcorn-harness@popcorn-harness
/popcorn <task description>
Or invoke the orchestrator agent directly from any Claude Code session:
Use popcorn-orchestrator to: <task description>
popcorn — <task description>
Or just describe your task and say "use available skills":
use your available skills to review my codebase before deployment
Same as Hermes — the skill is automatically available once installed.
Single-domain task (Tier 1 — Quick Pop):
/popcorn run a security review on this repo
-> Pops: security-review (1 capability, executes immediately)
Multi-domain task (Tier 2 — Standard Pop):
/popcorn audit my portfolio and suggest rebalancing
-> Pops: obsidian-finance-vault + tossctl + market-research
-> Shows plan, waits for confirmation
Complex task (Tier 3 — Full Pop):
/popcorn get this app production-ready
-> Pops: security-review + e2e-testing + seo + deployment-patterns + docker-patterns
-> Shows full discovery, proposes phased execution, requires explicit confirmation
npx claudepluginhub seilk/popcorn-harness --plugin popcorn-harnessBeam your Claude Code setup across machines — sync plugins, skills, agents, rules, hooks, and settings
Async English coach for Claude Code. Critiques English prompts inline with a diff UI; translates non-English prompts (Korean, Japanese, etc.) to natural English. Zero perceived latency via fire-and-forget worker + defer-bash retrieval.
Multi-agent orchestration system with MCP tools and Claude Code plugin agents. 51 specialized agents for development workflows, code quality, deployment, research, and more.
Full-stack orchestration with deployment, performance, security, and test automation
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Portable, vendor-agnostic agent harness for project-specific skills, workflows, and agent teams aligned with your codebase, conventions, and engineering standards.
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
Unified capability management center for Skills, Agents, and Commands.