One-click install
npx skills add https://github.com/dhruvinrsoni/agentskills-garden --skill orchestrator-dhruvinrsoni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator
Source: https://github.com/dhruvinrsoni/agentskills-garden/tree/main/skills/00-foundation/orchestrator
Command: npx skills add https://github.com/dhruvinrsoni/agentskills-garden --skill orchestrator-dhruvinrsoni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the limitation of static skill loading by dynamically suggesting and injecting relevant skills as a task evolves, ensuring the AI has the right tools for changing requirements.

Core Features & Use Cases

  • Dynamic Skill Suggestion: Monitors task context for domain shifts and suggests appropriate skills.
  • User-Controlled Injection: Never auto-loads skills; always presents suggestions for user approval via checkpoints.
  • Modular Design: Can be enabled or disabled independently without affecting core agent functionality.
  • Use Case: While refactoring code, the agent might uncover a security vulnerability. The orchestrator would detect this shift and suggest loading a security-focused skill to address the new concern.

Quick Start

Use the orchestrator skill to monitor the task context for domain shifts and suggest relevant skills.

Frequently Asked Questions about orchestrator

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

FAQPage Schema
How do I dynamically load new skills for an AI agent when task requirements change mid-task?

Mid-task skill injection monitors evolving task context to detect domain shifts and proactively suggests relevant skills for dynamic loading. It analyzes keywords from file types, tool usage, and discovered content to identify when new capabilities are needed.

How does context monitoring detect domain shifts during task execution?

Context monitoring detects domain shifts by analyzing keywords from file types, tool usage, and discovered content during task execution. When the context evolves into a new domain, the system identifies the shift and presents appropriate skill suggestions.

Can I prevent automatic skill injection and manually approve mid-task suggestions?

Yes, mid-task skill suggestions are never auto-loaded; they are always presented as checkpoints for manual user approval. You retain full control over skill injection and can approve or reject suggestions before any new skill is loaded.

How do I configure custom activation triggers for skill surfacing?

You can define owner-defined activation triggers to exercise fine-grained control over skill surfacing. These custom triggers dictate exactly when the context monitoring system should proactively suggest injecting new skills based on your specific workflow requirements.

What happens when code refactoring uncovers a security vulnerability mid-task?

When code refactoring uncovers a security vulnerability mid-task, the context monitoring system detects this domain shift and suggests loading a security-focused skill. This mid-task suggestion appears as a checkpoint, allowing you to approve the injection to address the new concern.

Does enabling dynamic skill injection affect the core agent functionality if disabled?

No, the dynamic skill injection system features a modular design that can be enabled or disabled independently. Disabling mid-task suggestions will not affect or degrade the core agent functionality in any way.