# Using Ito Skills

> Use when discovering, finding, invoking, or loading skills. Ensures skills are invoked BEFORE responding.

- Skill: `tomevault-io/using-ito-skills` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/using-ito-skills`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/using-ito-skills/raw
- Safety review: pending (external: skill-scanner PASS, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/using-ito-skills

---


# 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

| Harness | Load Command | Skill Locations |
|---------|-------------|-----------------|
| OpenCode | `skill load <name>` | `.opencode/skills/`, `~/.config/opencode/skills/` |
| Claude Code | `mcp_skill` with `name="<name>"` | `.claude/skills/` |
| Codex | Read 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.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/withakay) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

