boost-harness

Analyze AI agent skill architectures to detect design flaws and propose improvements.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/LancerLab/croqtile-tuner --skill boost-harness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: boost-harness
Source: https://github.com/LancerLab/croqtile-tuner/tree/main/.claude/skills/boost-harness
Command: npx skills add https://github.com/LancerLab/croqtile-tuner --skill boost-harness

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill identifies structural weaknesses in agent skill systems that lead to token waste, inconsistency, or silent failures, then proposes and implements targeted improvements.

Core Features & Use Cases

  • Structural Analysis: Evaluates the organization, sequencing, and validation approaches of multi-skill systems.
  • Smell Detection: Finds common design flaws like pipeline scatter, silent failures, or environment dependencies.
  • Interactive Remediation: Suggests fixes, then allows user approval before applying changes to improve reliability and efficiency.

Quick Start

Run /boost-harness on your skill directory to automatically analyze and suggest improvements for your agent skill set.

Frequently Asked Questions about boost-harness

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

FAQPage Schema
How do I debug silent failures in an AI agent skill system?

To debug silent failures in an agent skill system, you analyze the architecture to detect design flaws like pipeline scatter and environment dependencies. This skill identifies structural weaknesses and facilitates guided, interactive improvements to reduce silent errors.

What is the best way to reduce token waste in multi-skill architectures?

The best way to reduce token waste is by auditing the organization, sequencing, and validation approaches of your multi-skill system. This skill evaluates skill system architectures to find structural weaknesses and implements targeted improvements for efficiency.

How do I analyze agent skill system architectures for design flaws?

You analyze agent skill architectures by running an automated audit on your skill directory to evaluate structural organization. This process detects common design smells like pipeline scatter and suggests interactive remediation for improved reliability.

Can I automatically fix design smells in my agent skill directory?

Yes, you can automatically fix design smells by running an audit that suggests improvements and applies them after user approval. This interactive remediation targets structural weaknesses to prevent token waste and inconsistency.

Why does my multi-skill agent pipeline produce inconsistent outputs?

Inconsistent outputs often result from structural weaknesses like pipeline scatter or missing layered guardrails in your skill system. Analyzing the architecture's validation approaches helps detect these design flaws and implement targeted reliability improvements.