ki-harness

Audit, conform, and initialize Knowledge Islands agentic harnesses against the five-part directory structure.

Updated May 29, 2026
One-click install
npx skills add https://github.com/knowledgeislands/ki-agentic-harness --skill ki-harness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ki-harness
Source: https://github.com/knowledgeislands/ki-agentic-harness/tree/main/skills/ki-harness
Command: npx skills add https://github.com/knowledgeislands/ki-agentic-harness --skill ki-harness

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps manage and maintain Knowledge Islands agentic harnesses, ensuring they adhere to the required structure and standards.

Core Features & Use Cases

  • Audit Harness: Check harness compliance against the standard, including directory structure, documentation, and configuration files.
  • Conform Harness: Automatically fix common issues in harnesses to meet the standard.
  • Initialize Harness: Scaffold a new harness with the required structure and documentation.
  • Refresh Standard: Update the harness standard based on external sources and reference implementation.

Quick Start

To audit a harness, run: bun scripts/audit.ts [path-to-harness-root]

Frequently Asked Questions about ki-harness

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit an agentic harness for directory structure and compliance?

To audit an agentic harness, run the audit script to check compliance against the five-part directory structure, CLAUDE.md documentation, package.json scripts, and .ki-config.toml configuration using mechanical checkers and prose criteria.

What is a Knowledge Islands agentic harness standard?

A Knowledge Islands agentic harness standard is a specification requiring a five-part directory structure, CLAUDE.md documentation, package.json scripts, and .ki-config.toml configuration to ensure harness integrity and completeness.

How do I scaffold a new agentic harness with required documentation?

To scaffold a new agentic harness, use the initialize function to generate the required five-part directory structure, CLAUDE.md documentation, package.json scripts, and .ki-config.toml configuration files automatically.

Can I automatically fix configuration issues in my harness?

Yes, you can automatically fix common issues in your harness by using the conform function, which adjusts the directory structure and configuration files to meet the required standard.

Does the harness audit check package.json scripts and .ki-config.toml?

Yes, the harness audit checks package.json scripts and .ki-config.toml configuration alongside the five-part directory structure and CLAUDE.md documentation to verify full harness compliance.

What's the best way to update an agentic harness standard from external sources?

The best way to update an agentic harness standard from external sources is using the refresh function, which updates the standard based on external sources and a reference implementation.