skill

Query the Dojo registry to discover skills and export portable bundles.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/theslashdojo/dojo --skill skill-theslashdojo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/theslashdojo/dojo/tree/main/nodes/dojo/skill
Command: npx skills add https://github.com/theslashdojo/dojo --skill skill-theslashdojo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill lets agents and integrators quickly find executable capabilities and authoritative knowledge inside the Dojo registry, removing manual browsing, guesswork about relevance, and fragile URI construction.

Core Features & Use Cases

  • Discover & Resolve: Full-text search, natural-language resolution, and alias lookup to find the right node for a task.
  • Knowledge-first Reading: Answer-first and targeted learn flows that return ranked excerpts, relevant sections, and suggested follow-up routes.
  • Graph Inspection & Debugging: Graph, backlinks, and skill views to inspect why a node matched and to audit discovery quality.
  • Portability & Execution: Bundle export and a Node.js CLI/entry script to fetch portable skill packages that include SKILL.md, manifests, scripts, and tests.

Quick Start

Run agent_learn with the question 'find info in dojo' to receive answer-first results and suggested follow-up routes.

Frequently Asked Questions about skill

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

FAQPage Schema
How do I discover and resolve the right agent skills from a registry?

Discover agent skills from a registry using full-text search, natural-language resolution, and alias lookup to find the right node for your task.

How do I export portable skill bundles for other runtimes?

Export portable skill bundles by fetching packages that include SKILL.md, manifests, scripts, and tests for execution in Node.js 18+ CLI workflows and other runtimes.

Can I inspect graph context and backlinks to debug why a skill matched my query?

Yes, inspect graph context, backlinks, and skill views to audit discovery quality and diagnose exactly why a specific node matched your query.

Does Dojo registry discovery work with Node.js 18+ CLI workflows?

Yes, Dojo registry discovery works with Node.js 18+ CLI workflows, accepting structured inputs like current_context, tags, and query_options for HTTP-based operations.

What is the best way to read knowledge nodes and get answer-first results?

Read knowledge nodes using targeted learn flows that return answer-first ranked excerpts, relevant sections, and suggested follow-up routes directly from the registry.