cnb-npc-delegate

Delegates complex tasks to specialized NPC agents via search and mention syntax.

3|1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/wopal-cn/wopal-space-ontology --skill cnb-npc-delegate-wopal-cn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cnb-npc-delegate
Source: https://github.com/wopal-cn/wopal-space-ontology/tree/main/skills/cnb-npc-delegate
Command: npx skills add https://github.com/wopal-cn/wopal-space-ontology --skill cnb-npc-delegate-wopal-cn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a task exceeds a single agent's expertise or can be parallelized, this Skill guides the AI to find and summon specialized NPC agents for collaborative work, avoiding poor results from handling everything alone. ## Core Features & Use Cases - Delegation Decision Framework: Evaluates whether a task needs domain experts, parallel processing, or cross-repository collaboration before summoning. - NPC Discovery: Searches the knowledge base with cnb knowledge-base search-npc using scenario keywords like code review, frontend, testing, or security audit. - Correct Summon Syntax: Uses the @{slug}({name}) mention format with complete context including background, files, constraints, and expected deliverables. - Use Case: While reviewing authentication code, you realize security expertise is needed. The Skill searches for a security NPC, summons it with @npc/security-audit(...), and passes the OWASP Top 10 checklist plus the target directory for review. ## Quick Start Ask the AI to find and summon a specialized NPC to review the login logic in your auth directory for security issues.

Frequently Asked Questions about cnb-npc-delegate

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

FAQPage Schema
How do I delegate a task to another NPC agent?

First search for a suitable NPC using the cnb knowledge-base search-npc command with relevant keywords, then summon it using the @{slug}({name}) mention format. Provide complete context including task background, related files, constraints, and expected deliverables.

When should I summon another NPC instead of doing the task myself?

Summon another NPC when the task needs domain expertise outside your scope, when subtasks can run in parallel, when work spans multiple repositories, or when another NPC is simply more efficient. Always evaluate capability fit before delegating.

What is the correct syntax to mention an NPC in a comment?

Use the format @{slug}({name}), for example @npc/hok(π) for the NPC named π in repository npc/hok. If you only want to reference an NPC without summoning it, remove the @ symbol or wrap the mention in backticks.

What collaboration modes are supported after summoning an NPC?

Three modes are supported: division of labor where each NPC handles part of the task, sequential review where one NPC refines another's output, and parallel processing where multiple NPCs handle independent tasks simultaneously.

What information should I include when summoning an NPC?

Include the task background describing the problem, relevant files or code paths, constraints such as tech stack and coding standards, and the expected deliverable format. Providing full context upfront avoids repeated back-and-forth clarification.