hiddink-harness:audit-agents

Validate agent-to-skill and agent-to-guide symlink mappings in hiddink-harness.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/hiddink-ai/hiddink-harness --skill hiddink-harness-audit-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hiddink-harness:audit-agents
Source: https://github.com/hiddink-ai/hiddink-harness/tree/main/templates/skills/audit-agents
Command: npx skills add https://github.com/hiddink-ai/hiddink-harness --skill hiddink-harness-audit-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves configuration drift and broken symlinks within the hiddink-harness ecosystem, ensuring that agents can reliably access their required skills and guides.

Core Features & Use Cases

  • Dependency Validation: Automatically verifies that all skills and guides referenced by an agent exist and are correctly linked.
  • Automated Repair: Provides a mechanism to fix broken symlinks and missing references across the harness.
  • Use Case: After updating the harness or moving agent files, run this audit to ensure your specialized agents like lang-golang-expert or be-fastapi-expert have full access to their required context.

Quick Start

Run the audit agents skill to check the health of all configured agents and automatically repair any broken references.

Frequently Asked Questions about hiddink-harness:audit-agents

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

FAQPage Schema
How do I validate agent configuration and check for missing dependencies in my harness?

Validate agent configuration by running an audit that verifies the integrity of agent-to-skill and agent-to-guide symlink mappings. It identifies missing dependencies and configuration errors across the entire harness environment.

Why does my agent lose access to required skills and guides after moving files?

Moving agent files causes configuration drift and broken symlinks. An audit performs automated path verification across the harness directory structure to identify these broken references and restore system consistency.

How do I fix broken symlinks for specialized agents like a golang or fastapi expert?

Fix broken symlinks by running the audit repair workflow. It automatically restores missing references and repairs links, ensuring specialized agents regain full access to their required skills and guides.

Can I check the health of all configured agents in the harness at once?

Yes, you can check the health of all configured agents at once. The audit operates across the entire harness environment to verify dependency integrity and identify configuration errors in agent definition files.

When do I need to run an agent dependency validation check?

Run an agent dependency validation check after updating the harness or moving agent files. This prevents configuration drift by ensuring all skills and guides referenced by an agent exist and are correctly linked.