harness-creator

harness-creator is a skill for Codex from walkinglabs/learn-harness-engineering. It costs 142 tokens per session (1,115 once invoked), scanned A, original, MIT.

A set of working rules and files that help AI coding agents work reliably inside a software project. It covers instructions, progress tracking, checks, boundaries, and handoffs between sessions.

In plain words
What is it for?
Use it to create or review AGENTS.md or CLAUDE.md files, feature lists, progress notes, verification commands, completion criteria, session handoffs, and multi-agent workflows.
Why use it?
It reduces forgotten requirements, work outside the requested scope, unverified changes, and lost context when an agent session ends.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

About the project

Learn Harness Engineering is a project-based course about building the instructions, tools, environment, state, and feedback systems that help AI coding agents work reliably. It is for people learning how to design and understand the surrounding systems that guide coding agents.

walkinglabs/learn-harness-engineering · 14,851 stars · on GitHub · walkinglabs.github.io

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/walkinglabs/learn-harness-engineering/harness-creator
Any agent
npx skills add walkinglabs/learn-harness-engineering --skill harness-creator
Clone the repo
git clone --depth 1 https://github.com/walkinglabs/learn-harness-engineering

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for harness-creator

README.md
[![agentmods](https://agentmods.dev/badge/skills/walkinglabs/learn-harness-engineering/harness-creator.svg)](https://agentmods.dev/skills/walkinglabs/learn-harness-engineering/harness-creator)
Your own site
<a href="https://agentmods.dev/skills/walkinglabs/learn-harness-engineering/harness-creator"><img src="https://agentmods.dev/badge/skills/walkinglabs/learn-harness-engineering/harness-creator.svg" alt="Measured on agentmods" height="20"></a>
Per session 142 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,115 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00142 $0.01115
Opus 5 $0.00071 $0.00558
Sonnet 5 $0.00028 $0.00223
Haiku 4.5 $0.00014 $0.00112

Measured 6d ago against content hash 6b152a8c5191, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

harness-creator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (scripts/create-harness.mjs, scripts/lib/harness-utils.mjs, scripts/render-assessment-html.mjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/harness-creator/SKILL.md · 112 lines

How it starts

The opening of the file, as written. The whole thing — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Harness Creator

Use this skill to make a repository easier for coding agents to start, stay in scope, verify work, and resume across sessions. Keep the harness small enough that agents actually follow it.

Not for model selection, prompt tuning in isolation, chat UI design, or general app architecture.

Core Model

Every useful coding-agent harness has five subsystems:

Subsystem Minimal artifact Purpose
Instructions AGENTS.md or CLAUDE.md Startup path, working rules, definition of done
State feature_list.json, progress.md Current feature, status, evidence, next step
Verification init.sh or documented commands Tests/checks the agent must run before claiming done
Scope Feature dependencies and done criteria Prevents overreach and half-finished work
Lifecycle session-handoff.md, end-of-session routine Makes the next session restartable

First Move

  1. Inspect what already exists: instruction files, feature/state files, verification commands, docs, package manifests.
  2. Ask only for missing context that cannot be inferred safely: target agent, desired file name, tolerance for structure, and whether overwriting is allowed.
  3. Prefer a minimal harness first. Add memory, tool safety, multi-agent, or benchmark details only when the user's problem calls for them.

Common Tasks

Create a harness

Use the bundled script when working on a local repository:

node skills/harness-creator/scripts/create-harness.mjs --target /path/to/project

Options:

  • --agent-file CLAUDE.md for Claude-oriented projects.
  • --package-manager npm|pnpm|yarn|bun when detection is wrong.
  • --commands "cmd one,cmd two" for custom verification.
  • --force only after confirming overwrites are acceptable.

Then explain what was created and how the user should replace placeholder feature entries.

Audit an existing harness

Run:

node skills/harness-creator/scripts/validate-harness.mjs --target /path/to/project

Read the full file on GitHub · 112 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 112 lines · 142 tokens per session scan A 6b152a8c5191

Subscribe to this mod's changes

harness-creator is a skill published in the GitHub repository walkinglabs/learn-harness-engineering (14,851 stars, last pushed 11d ago), licensed MIT. It adds 142 tokens to every session and 1,115 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

openloomi-memory

OpenLoomi Memory is the long-lived context layer of OpenLoomi — a tiered, locally-stored knowledge graph that grows on its own from your Connectors, chats, and Screen Capture. Memory is what makes Chat grounded and what Loop reads before it produces a Decision. It is always on your machine (local-first), always…

melandlabs/openloomi · 74 tokens

continual-learn

Persist learning across turns by actively maintaining MENTALMODEL.md in the workspace. Use for iterative coding, debugging, benchmarking, or any feedback-driven task; read and update the file with actual filesystem writes before every response, never just hidden/internal memory.

melandlabs/openloomi · 55 tokens

algorithmic-art

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright…

alleneee/skill-agent · 62 tokens

slack-gif-creator

Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".

alleneee/skill-agent · 57 tokens

mcp-builder

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external agents through well-designed tools. Use when building MCP servers to integrate external APIs or agents, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

alleneee/skill-agent · 61 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

alleneee/skill-agent · 59 tokens