acp-loader

Activate relevant marketplace skills before each task execution.

6|2|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/acaprino/claude-code-daodan --skill acp-loader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: acp-loader
Source: https://github.com/acaprino/claude-code-daodan/tree/main/plugins/ai-tooling/skills/acp-loader
Command: npx skills add https://github.com/acaprino/claude-code-daodan --skill acp-loader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Activation Engine ensures that relevant marketplace skills are invoked for every task, preventing skills from sitting idle and ensuring consistent outcomes.

Core Features & Use Cases

  • Automatically activates appropriate marketplace skills before executing tasks
  • Enforces a clear priority order: user instructions > marketplace skills > default system prompts
  • Handles subagent scenarios by skipping activation when dispatched as a subagent
  • Use Case: Orchestrate multi-skill workflows across agents to guarantee required capabilities are applied per task

Quick Start

Invoke the acp-loader at conversation start and before each task to ensure marketplace skills are activated.

Frequently Asked Questions about acp-loader

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

FAQPage Schema
How do I ensure marketplace skills are automatically activated for every task?

To ensure marketplace skills are automatically activated for every task, you need an always-on activation engine that triggers at conversation start and before each task. This guarantees relevant skills are invoked consistently rather than sitting idle.

What is the priority order for resolving skill activation in agent orchestration?

The priority order for resolving skill activation enforces a strict hierarchy: user instructions override marketplace skills, which in turn override the default system prompt. This ensures explicit user commands always take precedence.

How do I orchestrate multi-skill workflows across agent teams without conflicts?

You orchestrate multi-skill workflows across agent teams by invoking an activation engine before every task to apply required capabilities. It enforces priority resolution where user instructions override marketplace skills to prevent conflicts.

Should skill activation run when an agent is dispatched as a subagent?

Skill activation should be skipped when an agent is dispatched as a subagent. The activation engine operates at conversation start and before top-level tasks, bypassing subagent scenarios to maintain workflow efficiency.

Why do marketplace skills sit idle during multi-agent workflows?

Marketplace skills sit idle during multi-agent workflows when there is no automatic activation mechanism triggered at conversation start and before each task. Implementing an always-on skill activation engine ensures required capabilities are consistently applied.