harness-skill-creator

Featured

Use when bootstrapping or tightening the smallest harness-oriented skill from an existing repository, workflow, evaluation corpus, or harness-analysis chain. Trigger for meta skills, reusable harness workflows, Qoder/Codex plugin skill sets, skill blueprints, and harness-analysis-like skills that need evidence-backed references, validation gates, and qodercli forward-tests.

AI & Automation 1,937 stars 160 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Harness Skill Creator Create the smallest skill that makes another agent repeat one harness job with evidence, validation, and clear ownership. ## Workflow 1. Resolve source, target, and host: canonical `skills/<name>/`, `.agents/skills/` wrapper, or both. 2. Inspect the source chain before designing: entry `SKILL.md`, first-hop references, scripts, validators, templates, specs, tests, plugin manifests, and any real smoke evidence. 3. Load `references/bootstrap-patterns.md` after the first inventory. Use it to extract patterns, not product-specific rules. 4. Draft the minimum viable skill map: - skill name and trigger sentence - one job the skill owns - files to create under `skills/<skill-name>/`, usually `SKILL.md` plus one reference - evidence boundary and validation commands - forward-test prompt and pass/fail gates 5. Initialize new canonical skills with the system `skill-creator` helper when available. Add `scripts/` only for stable repeated automation; keep ad-hoc evaluation prompts out of runtime scripts. 6. Write the `SKILL.md` as a router. Put trigger conditions in frontmatter `description`, keep the body short, and route detailed rules to first-hop references. 7. Validate locally, then forward-test. Treat qodercli output as model evidence; local validators and file inspection decide pass/fail. ## Design Gates - Prefer one skill over a stage tree until the target process proves multiple reusable stages. - Copy ownershi...

Details

Author
QoderAI
Repository
QoderAI/better-harness
Created
1 months ago
Last Updated
today
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category