IT

ito-using-ito-skills

Forces the agent to discover and load relevant skills before responding to any task, ensuring optimal tool usage.

Install

mkdir -p .claude/skills/ito-using-ito-skills && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15346" && unzip -o skill.zip -d .claude/skills/ito-using-ito-skills && rm skill.zip

Installs to .claude/skills/ito-using-ito-skills

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Use when discovering, finding, invoking, or loading skills. Ensures skills are invoked BEFORE responding.
105 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Discover available skills
  • Find relevant skills for a task
  • Invoke skills before responding
  • Load skills based on harness
  • Prioritize skill application

How it works

This skill ensures that relevant skills are discovered and invoked before a response is generated, based on the task and the available harness.

Inputs & outputs

You give it
a task or question
You get back
an invoked skill or a response informed by skill application

When to use ito-using-ito-skills

  • Discovering available skills
  • Ensuring correct skill invocation
  • Managing task execution order

About this skill

<!-- ITO:START --> <!--ITO:VERSION:0.1.31-->

Using Ito Skills

If a skill applies to your task, you must invoke it before responding. Even a 1% chance means check.

How to Access Skills

HarnessLoad CommandSkill Locations
OpenCodeskill load <name>.opencode/skills/, ~/.config/opencode/skills/
Claude Codemcp_skill with name="<name>".claude/skills/
CodexRead directly: cat .codex/skills/<name>/SKILL.md.codex/skills/, ~/.codex/skills/

Detecting your harness: OpenCode has the skill tool, Claude Code has mcp_skill, Codex has .codex/ directory.

Red Flags (you're rationalizing)

  • "This is just a simple question" — questions are tasks, check for skills
  • "I need more context first" — skill check comes BEFORE exploration
  • "The skill is overkill" — simple things become complex, use it
  • "I remember this skill" — skills evolve, read the current version

Priority

When multiple skills apply:

  1. Process skills first (brainstorming, debugging) — determine HOW to approach
  2. Implementation skills second — guide execution

Skill Types

Rigid (TDD, debugging): Follow exactly. Don't adapt away discipline. Flexible (patterns): Adapt principles to context. The skill itself tells you which.

<!-- ITO:END -->

When not to use it

  • When the skill is deemed overkill for a task
  • When the skill is remembered but not re-read for current version

Limitations

  • The skill requires explicit invocation before responding
  • The skill prioritizes process skills over implementation skills

How it compares

This skill enforces a mandatory skill invocation step before responding, ensuring that tasks are handled by specialized tools rather than general reasoning.

Compared to similar skills

ito-using-ito-skills side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
ito-using-ito-skills (this skill)02moNo flagsBeginner
using-superpowers953moNo flagsBeginner
ultrawork112moNo flagsAdvanced
clawhub253moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

using-superpowers

obra

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

95205

ultrawork

Yeachan-Heo

Parallel execution engine for high-throughput task completion

11184

clawhub

openclaw

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawhub CLI.

25151

skill-installer

openai

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

29141

continuous-learning

affaan-m

Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.

995

memory-keeper-proactive-context-maintenance

b4CU-R4U

Automatically detect and maintain memory freshness by monitoring context staleness, significant code changes, task completions, and phase transitions. Proactively suggests and executes memory sync operations with user confirmation. Use when the user says "sync memory", "update context", or when the Skill detects that context is stale (>2 hours), significant changes have occurred (new commits), tasks completed, or major milestones reached. Replaces passive "context is stale" warnings with active maintenance.

694

Search skills

Search the agent skills registry