builder

A reusable workflow for creating or updating coding-agent instructions, skills, commands, and rules. It selects the right format and follows the matching guidance.

In plain words
What is it for?
Use it when building, scaffolding, converting, reviewing, or updating an agent, skill, command, workflow, rule, or coding standard.
Why use it?
It prevents these artifacts from being created with the wrong structure or inconsistent instructions.

Skill for Claude CodeCodex

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/mifunedev/openharness/builder
Any agent
npx skills add mifunedev/openharness --skill builder
Clone the repo
git clone --depth 1 https://github.com/mifunedev/openharness

Made for: Claude Code, Codex.

Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 940 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 $0.00068 $0.00940
Opus 5 $0.00034 $0.00470
Sonnet 5 $0.00014 $0.00188
Haiku 4.5 $0.00007 $0.00094

Measured 2d ago against content hash d91d81c37001, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

builder 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 2d ago.

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.

.oh/skills/builder/SKILL.md · 102 lines

How it starts

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

Builder

Build one artifact through the matching type reference. Run inline and inherit the session model; do not fork or override the model unless the artifact being authored has an independently justified need.

Arguments received: $ARGUMENTS

Dispatch

  1. Treat the first whitespace-delimited argument as TYPE and the remainder as the artifact name, request, or path.

  2. Accept exactly these types:

    Type Read and follow
    agent references/agent.md
    skill references/skill.md
    command references/command.md
    rule references/rule.md
  3. If TYPE is missing or unknown, or the remaining request is empty or only whitespace, print the following and stop without reading type references or modifying files:

    Usage: /builder <agent|skill|command|rule> <name-or-request>
    
  4. Read the selected reference completely, then execute its protocol against the remainder of $ARGUMENTS. The selected reference is authoritative for artifact shape and type-specific validation.

Shared protocol

Apply these steps for every valid type before the selected reference's type-specific steps.

1. Discover local authority

  • Find and read applicable AGENTS.md and CLAUDE.md files from repository root through the target directory. More local instructions win; in one directory, AGENTS.md is canonical.
  • Identify the source-of-truth artifact directory. In Open Harness and equipped projects, edit .oh/agents/ or .oh/skills/; provider directories such as .claude/, .codex/, and .pi/ are generated or symlinked exposure surfaces.
  • Outside an Open Harness layout, follow the target project's documented canonical path rather than creating .oh/ speculatively.
  • Inspect two or three nearby artifacts of the same type. Reuse their naming, frontmatter, structure, tone, and validation conventions.
  • Search for an existing artifact with the same purpose. Prefer a focused update or explicit consolidation over a near-duplicate.

Read the full file on GitHub · 102 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago First seen · 102 lines · 68 tokens per session scan A d91d81c37001

Subscribe to this mod's changes

builder is a skill published in the GitHub repository mifunedev/openharness (36 stars, last pushed 2d ago), licensed Apache-2.0. It adds 68 tokens to every session and 940 once invoked, about $0.0003 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

langgraph-docs

Fetches and references LangGraph Python documentation to build stateful agents, create multi-agent workflows, and implement human-in-the-loop patterns. Use when the user asks about LangGraph, graph agents, state machines, agent orchestration, LangGraph API, or needs LangGraph implementation guidance.

langchain-ai/deepagents · 62 tokens

skill-creator

Guide for creating effective skills that extend agent capabilities with specialized knowledge, workflows, or tool integrations. Use this skill when the user asks to: (1) create a new skill, (2) make a skill, (3) build a skill, (4) set up a skill, (5) initialize a skill, (6) scaffold a skill, (7) update or modify an…

langchain-ai/deepagents · 159 tokens

skill-generator

Generates AND modifies complete skills from natural language descriptions. Guides the user through need analysis and archetype selection, produces a skill package compliant with the agentskills.io standard, and imports it directly into the user's skills. Also adjusts, enriches or fixes an existing user skill by…

jgouviergmail/LIA-Assistant · 64 tokens

blog-post

Writes and structures long-form blog posts, creates tutorial outlines, and optimizes content for SEO with cover image generation. Use when the user asks to write a blog post, article, how-to guide, tutorial, technical writeup, thought leadership piece, or long-form content.

langchain-ai/deepagents · 58 tokens

cudf-analytics

Use for GPU-accelerated data analysis on datasets, CSVs, or tabular data using NVIDIA cuDF. Triggers when tasks involve groupby aggregations, statistical summaries, anomaly detection, or large-scale data profiling.

langchain-ai/deepagents · 51 tokens

deepagents-thread-inspector

Inspect and explain conversations in the local Deep Agents Code SQLite session store. Use as a fallback when LangSmith trace tooling is unavailable, for offline or untraced sessions, or when asked to identify or summarize a local dcode thread, inspect checkpoint metadata, list recent local threads, or parse…

langchain-ai/deepagents · 82 tokens