agents

Lists all available agents, subagents, and slash commands in NexusDB with their roles and capabilities.

3|4|Updated Jul 20, 2026
One-click install
npx skills add https://github.com/xrcodexcode/xr_node --skill agents-xrcodexcode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agents
Source: https://github.com/xrcodexcode/xr_node/tree/main/claude/skills/agents
Command: npx skills add https://github.com/xrcodexcode/xr_node --skill agents-xrcodexcode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working inside the NexusDB knowledge management system, it is hard to remember which agents, subagents, and slash commands exist and what each one does. This Skill provides a single registry so you can quickly discover the right agent for ingestion, review, writing, maintenance, or auditing tasks. ## Core Features & Use Cases - Agent Registry: Displays all registered agents such as youtube-ingestion-agent, knowledge-agent, planner-agent, review-agent, writing-agent, maintenance-agent, and code-auditor with their roles and capabilities. - Skill Command Reference: Lists specialized vault skills like biography-research, atomization, ingestion, and local-rag with short descriptions. - Invocation Guidance: Explains how to trigger agents via slash commands or subagent invocation. - Use Case: You have a raw YouTube transcript and want to know which command converts it into a study note; invoke this Skill to find that /youtube-ingestion-agent handles transcript-to-note transformation. ## Quick Start Ask the assistant to show all available NexusDB agents and slash commands along with their roles.

Frequently Asked Questions about agents

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

FAQPage Schema
How do I list all available agents in NexusDB?

Invoke the /agents slash command or ask the assistant to show available agents. It returns a table of all registered agents, subagents, and slash commands with their roles, missions, and key capabilities.

What agents are available for knowledge management tasks?

NexusDB registers agents for ingestion (youtube-ingestion-agent, knowledge-agent), planning (planner-agent), quality review (review-agent), synthesis writing (writing-agent), graph maintenance (maintenance-agent), and code auditing (code-auditor).

How do I invoke a NexusDB subagent?

You can invoke agents either by typing their slash command in the chat UI, such as /review-agent, or by calling invoke_subagent with the agent's TypeName during a conversation.

Which NexusDB command converts YouTube transcripts into study notes?

The /youtube-ingestion-agent command transforms raw YouTube transcripts into study notes with Schema v4 frontmatter, Hinglish translation, Markdown tables, and Mermaid flowcharts.

Does the agents skill execute tasks itself?

No, it is a read-only registry that displays available agents and commands. To perform actual work, you must invoke one of the listed agents or skills such as /atomization or /local-rag.