🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@agent-pattern-labs/create-agent-harness

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agent-pattern-labs/create-agent-harness

Scaffold portable ISO-based agent harness projects.

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

create-agent-harness

Scaffold a portable agent harness project backed by the ISO toolchain.

The generated project follows the Agent Pattern Labs harness shape:

  • agent.md for structured agent instructions.
  • iso/ as the source of truth for Codex, Claude Code, Cursor, OpenCode, and Pi output.
  • modes/ for workflow procedures.
  • templates/ for executable policy and contracts.
  • bin/ for deterministic helper commands.
  • config/ for user-owned local settings examples.

Usage

npx @agent-pattern-labs/create-agent-harness my-agent-workflow
cd my-agent-workflow
npm install
npm run verify

Preview without writing files:

npx @agent-pattern-labs/create-agent-harness my-agent-workflow --dry-run

CLI

create-agent-harness <dir> [--name <name>] [--description <text>] [--force] [--dry-run]

Flags:

  • --name <name> controls the generated package and agent names.
  • --description <text> sets the generated package description.
  • --force allows writing into a non-empty target directory and overwrites scaffold-owned files.
  • --dry-run prints the file plan without writing.

Generated Scripts

The scaffolded project includes:

npm run plan          # show the ISO pipeline plan
npm run build:config  # generate harness files for supported agent runtimes
npm run verify        # run a dry-run config build
npm run harness       # run the generated local helper CLI

Keywords

agent

FAQs

Package last updated on 21 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts