ito

Route commands to matching ito skills with CLI fallback.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/withakay/research --skill ito
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ito
Source: https://github.com/withakay/research/tree/main/.opencode/skills/ito
Command: npx skills add https://github.com/withakay/research --skill ito

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies command execution by intelligently routing to the most suitable skill, and provides a fallback to the CLI if needed.

Core Features & Use Cases

  • Skill-First Routing: Directs commands to the appropriate ito-* skill based on availability.
  • CLI Fallback: Executes the ito CLI if no matching skill is found.
  • Argument Preservation: Maintains the order and content of command arguments.

Quick Start

Execute the command 'ito archive 001-03_add-ito-skill' or 'ito dashboard'.

Frequently Asked Questions about ito

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

FAQPage Schema
How does command routing work for CLI skills?

Command routing directs commands to the most suitable available skill based on precedence, falling back to the CLI if no skill matches. Routing ensures the best skill is used first.

How do I execute commands while preserving argument order?

To preserve argument order during command execution, route commands through the skill-first logic which maintains the original order and content of all arguments before invoking the CLI fallback.

What happens when no matching skill is found during command parsing?

When command parsing finds no matching skill, the system uses a CLI fallback to execute the command directly, ensuring the task still runs even without a dedicated skill.

Does ito command handling require any external dependencies?

No, ito command handling requires no external dependencies. The skill detection and CLI invocation logic operates independently using its built-in scripts.

Why use skill-first routing instead of calling the CLI directly?

Skill-first routing ensures the most suitable and optimized skill handles the command before defaulting to the CLI, providing better execution results than a direct CLI call.