explore-agent-system

Inspect Kollab agent directories and verify agent.json configurations.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/kollaborai/kollab --skill explore-agent-system
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: explore-agent-system
Source: https://github.com/kollaborai/kollab/tree/main/bundles/skills/explore-agent-system
Command: npx skills add https://github.com/kollaborai/kollab --skill explore-agent-system

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves common pain points when working with Kollab's agent system, including missing agents, failed skill loading, unexpected agent switching, and confusion over local versus global agent priority rules.

Core Features & Use Cases

  • Agent Discovery & Inspection: List all available local and global Kollab agents, verify directory structure, and confirm agent priority rules.
  • Skill & Configuration Troubleshooting: Debug skill loading failures, check active agent settings, and resolve agent.json configuration issues.
  • Use Case: If you created a custom coding agent with specialized skills but it fails to activate, or you can't find your project-specific agent when switching contexts, this Skill provides step-by-step checks to identify and resolve the root cause.

Quick Start

Use the explore-agent-system skill to diagnose why your custom Kollab agent is not appearing in the available agent list and fix the discovery issue.

Frequently Asked Questions about explore-agent-system

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

FAQPage Schema
How do I fix Kollab agent discovery issues when my custom agent is missing?

Fix Kollab agent discovery issues by inspecting the agent directory structure and verifying agent.json configurations to ensure your custom agent is correctly recognized and loaded into the available list.

How does local versus global agent priority work in Kollab?

Kollab agent priority differentiates local project-specific agents from global ones, resolving context switching conflicts by applying structured inspection workflows to verify which agent activates.

Why does my LLM agent fail to load specific skills?

LLM agent skill loading fails due to incorrect agent.json configurations or directory path issues, which you can identify and resolve by tracing the skill loading process step by step.

Can I programmatically manage Kollab agent systems using the AgentManager API?

Yes, you can programmatically manage Kollab agent systems using the AgentManager API to list available agents, inspect configurations, and resolve incorrect active agent selection.

What should I check when my active agent selection switches unexpectedly?

Check active agent selection issues by verifying local versus global agent priority rules and inspecting agent.json configurations to ensure the correct agent is activated for your project context.