ito-update-repo

Updates Ito-managed assets and removes orphaned skills and commands via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill refreshes Ito-managed assets and prunes stray skills or commands left behind by renames or deprecations, helping maintain a clean project environment.

Core Features & Use Cases

  • Asset Refresh: Updates Ito-managed assets from the installed CLI.
  • Orphaned Skills/Commands Removal: Audits and deletes orphaned skills and commands that the ito init --update command does not prune.
  • Use Case: When a project is on an older Ito version or after upgrading the ito binary.

Quick Start

Run 'ito update-repo' to refresh assets and prune orphans.

Frequently Asked Questions about ito-update-repo

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

FAQPage Schema
How do I remove orphaned skills and commands left behind after renaming or deprecating project assets?

You can remove orphaned skills and commands by running a dedicated pruning script that audits and deletes stranded assets left behind by renames or deprecations, refreshing your project environment.

What is the best way to refresh Ito-managed assets after upgrading the Ito CLI binary?

The best way to refresh Ito-managed assets is to execute an update command that pulls the latest assets from the installed CLI and simultaneously prunes any leftover orphans for a cleaner setup.

Why does the ito init --update command leave stray skills and commands in my project?

The ito init --update command leaves stray skills and commands because it does not automatically prune leftovers from renames or deprecations, requiring a separate audit and deletion process to clean them up.

Do I need the Ito CLI installed to audit and delete stranded project commands?

Yes, you need the Ito CLI installed and available in your environment, as the asset refreshing and orphan removal processes depend on the CLI to manage and audit project assets.

When should I run an orphan removal process for my project maintenance workflow?

You should run an orphan removal process when your project is on an older Ito version or immediately after upgrading the ito binary, ensuring deprecated or renamed assets do not clutter your environment.