Harness Context
by mifunedev · development · python, docker, git, skill
Explain the Open Harness architecture, layout, and conventions. Use this skill when the user asks about project structure, layout, git workflow, rules, or how things are organized. Returns specific file paths and `path:line` citations. TRIGGER when: asked about harness structure, layout, conventions, rules, process, or project organization.
Source: https://github.com/mifunedev/openharness
Install
git clone https://github.com/mifunedev/openharnessTags: python, docker, git, skill
⭐ 18 GitHub stars · Source: skillsdirectory
About development MCP servers and Claude skills
development MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.
Harness Context is one of hundreds of development entries indexed on Skiln. Browse the full development category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.
Related development MCPs and skills
- Caveman Stats by mifunedev
Estimate caveman token savings — compare a normal-prose baseline against its compressed form and report tokens-in / tokens-out / % reduction. Heuristic estimate (≈4 chars/token), not exact billing. TRIGGER when: /caveman-stats invoked, or asked how much caveman saved.
- Ci Status by mifunedev
Check the CI pipeline status for the current branch after pushing changes. Reports pass/fail with failure details. Use this after every push to confirm your changes are truly done — CI must be green. TRIGGER when: after git push, after committing changes, when asked to check CI, or when verifying that work is complete.
- Context Audit by mifunedev
Score the default-loaded context budget across 4 dimensions and emit KEEP/TRIM/DEMOTE/CUT verdicts per file. Optional Tier-2 ablation harness removes a target file, runs a fixed probe suite, and measures behavior degradation — the only provably safe gate for cutting load-bearing content. TRIGGER when: asked to audit context window, check default context load, "what's in my context", evaluate rules for signal vs noise, or before/after any change to context/rules/ or CLAUDE.md.
- Post Bridge by mifunedev
Interact with the Post Bridge social media post management API. Use when the user wants to publish posts, upload media, manage social accounts, schedule content, or retrieve analytics via the Post Bridge platform. Triggers on: post to instagram, upload media to post bridge, schedule a social post, list social accounts, create a post, publish video, post bridge api.
- Render Html by mifunedev
Render an artifact (or in-context material) as a bespoke, self-contained HTML file for one-shot human consumption. Writes to memory/<UTC-date>/<slug>.html. Output is gitignored — these are consumption artifacts, not source. TRIGGER when: asked to render HTML, generate an HTML report, visualize an audit/council/lint/digest, "make this readable", "make a dashboard for", or as a follow-up to /harness-audit, /strategic-proposal, /skill-lint.
- Strategic Proposal by mifunedev
Spawn 5 domain experts to propose roadmap items, then an AI council drafts a roadmap, a Strategic Critic challenges it, and the council finalizes with revisions. Updates the pinned roadmap issue and /roadmap page data. TRIGGER when: asked to build roadmap, prioritize features, strategic proposal, "what should we build next", or rank product priorities.
- Wiki Ingest by mifunedev
Capture a source (URL or file path) or promote a sub-agent draft into the harness wiki. For URL/path ingest: WebFetch or reads the source, writes an immutable snapshot to wiki/raw/<yyyy-mm-dd>-<slug>.md, then writes or updates the corresponding wiki/<slug>.md entity page following the schema and body-merge rules in context/rules/wiki.md. For draft promotion: resolves the most-recent draft from memory/*/wiki-drafts/<slug>.md (by ISO date in parent dir name, not mtime), checks staleness, then p...
- Wiki Lint by mifunedev
Manual health-check skill for the wiki corpus. Surfaces five finding types: stale entries (updated > 90 days ago), deprecated entries (confidence: deprecated), orphaned entries (zero inbound [[slug]] references), broken outbound links ([[slug]] references with no matching entry), and a stub for contradiction detection (not yet implemented). Default invocation atomically regenerates wiki/README.md; --dry-run prints proposed changes without writing. Always logs to memory/<today>/log.md per the ...
Frequently asked questions
How do I install Harness Context?
Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.
Which clients support Harness Context?
Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.
Is Harness Context free?
The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.