원클릭으로
using-ito-skills
Use when discovering, finding, invoking, or loading skills. Ensures skills are invoked BEFORE responding.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when discovering, finding, invoking, or loading skills. Ensures skills are invoked BEFORE responding.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Manage remote Kocao agent sessions from an AI assistant. Use when: listing running agents, starting a new remote agent, checking agent status, viewing agent logs, stopping an agent session, or sending a prompt to a running remote agent.
Fast trigram-indexed code search across the entire repository using Zoekt (the engine behind GitHub and Sourcegraph code search). Use INSTEAD OF grep/ripgrep for broad codebase searches. Supports regex, literal strings, file filters, and symbol queries. Auto-installs zoekt binaries and auto-indexes the repo on first use.
Apply a Change Proposal. Triggered by the user saying "Apply change <change-id>" or "Implement change <change-id>". Use when implementing, executing, applying, building, coding, or developing a feature, change, requirement, enhancement, fix, or modification. Use when running tasks from a spec, proposal, or plan.
You MUST use this before any creative work - creating features, proposing changes,building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work — presents structured options for merge, PR, or cleanup
Run an ito ralph loop for a specific change (or module/repo sequence), with safe defaults and automatic restart context on early exits.
| name | using-ito-skills |
| description | Use when discovering, finding, invoking, or loading skills. Ensures skills are invoked BEFORE responding. |
If a skill applies to your task, you must invoke it before responding. Even a 1% chance means check.
| 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.
When multiple skills apply:
Rigid (TDD, debugging): Follow exactly. Don't adapt away discipline. Flexible (patterns): Adapt principles to context. The skill itself tells you which.