Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

ito

ito には withakay から収集した 90 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
90
Stars
2
更新
2026-06-18
Forks
0
職業カバレッジ
5 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

ito-lite-apply
ソフトウェア開発者

Implement Ito Lite markdown changes by reading proposal/spec/design/tasks artifacts and updating manual task statuses. Use when applying or executing a prompt-only Ito Lite change without the ito CLI.

2026-06-18
ito-lite-archive
ソフトウェア開発者

Archive completed Ito Lite changes by manually merging spec deltas into current specs and moving the change to archive. Use after implementation and verification when no ito CLI is available.

2026-06-18
ito-lite-proposal
ソフトウェア開発者

Create prompt-driven Ito Lite change proposal packages in markdown. Use for drafting proposal.md, spec deltas, optional design.md, and tasks.md without the ito CLI or validation executable.

2026-06-18
ito-lite-review
ソフトウェア開発者

Review Ito Lite markdown proposal packages before implementation. Use to check proposal.md, spec deltas, design.md, and tasks.md for consistency, risk, testability, and manual validation without the ito CLI.

2026-06-18
ito-lite-setup
ソフトウェア開発者

Initialize a markdown-only Ito Lite workspace with no executables. Use when setting up prompt-driven change proposals, creating .ito-lite/project.md, or preparing a repo for Ito-style specs, changes, and tasks without the ito CLI.

2026-06-18
ito-lite
ソフトウェア開発者

Coordinate the prompt-only Ito Lite workflow for proposals, specs, tasks, reviews, implementation, and archive without the ito executable. Use when the user asks for Ito-style planning, change proposals, lightweight specs, or markdown-only change management.

2026-06-18
ito-general
ソフトウェア開発者

Balanced skill for typical development tasks, code review, and implementation work

2026-05-31
ito-orchestrator
ソフトウェア開発者

Coordinator-only agent for orchestrating multi-change runs

2026-05-31
ito-planner
ソフトウェア開発者

Plans Ito orchestration runs from change metadata and gates

2026-05-31
ito-quick
ソフトウェア開発者

Fast, cost-effective skill for simple tasks, quick queries, and small code changes

2026-05-31
ito-researcher
ソフトウェア開発者

Read-only researcher for Ito orchestration context gathering

2026-05-31
ito-reviewer
ソフトウェア品質保証アナリスト・テスター

Reviews Ito orchestration gate results and worker changes

2026-05-31
ito-thinking
ソフトウェア開発者

High-capability skill for complex reasoning, architecture decisions, and difficult problems

2026-05-31
ito-worker
ソフトウェア開発者

Implements Ito orchestration work packets and remediation tasks

2026-05-31
ito-apply
ソフトウェア開発者

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.

2026-05-31
ito-archive
ソフトウェア開発者

Archive a completed change and update main specifications. Use when the user has finished implementing and wants to integrate the change into the main codebase.

2026-05-31
ito-brainstorming
ソフトウェア開発者

Use for open-ended design exploration and idea refinement before scoping a concrete Ito change.

2026-05-31
ito-cleanup
ソフトウェア開発者

Find and remove legacy Ito-managed files left behind by older Ito versions. Use when a repo may contain stale or renamed Ito skills, commands, prompts, adapters, or planning artifacts.

2026-05-31
ito-commit
ソフトウェア開発者

Create atomic git commits aligned to Ito changes. Use when you want to commit work after applying a change, optionally with auto-mode.

2026-05-31
ito-feature
ソフトウェア開発者

Start a feature-oriented Ito change proposal with feature-biased intake and schema recommendations.

2026-05-31
ito-finish
ソフトウェア開発者

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

2026-05-31
ito-fix
ソフトウェア開発者

Start a fix-oriented Ito change proposal with fix-biased intake and schema recommendations.

2026-05-31
ito-list
ソフトウェア開発者

List Ito changes, archived changes, specs, or modules with status summaries and intelligent interpretation.

2026-05-31
ito-loop
ソフトウェア開発者

Run an ito ralph loop for a change, module, or repo-ready sequence, with safe defaults and automatic restart context on early exits.

2026-05-31
ito-memory
ソフトウェア開発者

Use Ito's configured memory provider to capture, search, and query project knowledge. Activate when users ask to remember, recall, search memory, query memory, save learnings, or use Ito memory. Provider-agnostic: routes through `ito agent instruction memory-capture`, `memory-search`, and `memory-query` rather than calling ByteRover or another backend directly.

2026-05-31
ito-orchestrate-setup
ソフトウェア開発者

Set up orchestration defaults, presets, and workflow guidance for a repo.

2026-05-31
ito-orchestrate
ソフトウェア開発者

Coordinate multi-change runs with gates, run state, and remediation.

2026-05-31
ito-orchestrator-workflow
ソフトウェア開発者

Optional repo-specific supplement for orchestrators after `ito agent instruction orchestrate` has been loaded.

2026-05-31
ito-path
ソフトウェア開発者

Use when you need stable absolute paths (project/worktree/.ito/worktrees) without embedding machine-specific paths into committed files

2026-05-31
ito-plan
ソフトウェア開発者

Exploratory, question-driven planning before creating Ito change proposals. Use when an idea needs shaping, scoping, sequencing, or research before proposal scaffolding.

2026-05-31
ito-proposal-intake
ソフトウェア開発者

Clarify a requested change before scaffolding a proposal, then recommend the next workflow lane and schema.

2026-05-31
ito-proposal
ソフトウェア開発者

Use when creating and writing an Ito change proposal (new change or existing change id). Delegates to Ito CLI instruction artifacts.

2026-05-31
ito-research
ソフトウェア開発者

Conduct structured research for feature development, technology evaluation, or problem investigation. Use when the user needs to explore options, analyze trade-offs, or investigate technical approaches.

2026-05-31
ito-review
ソフトウェア品質保証アナリスト・テスター

Review and validate Ito changes, specs, or implementations. Use when the user wants a quality check, code review, or validation of project artifacts.

2026-05-31
ito
ソフトウェア開発者

Unified entry point for ito commands with intelligent skill-first routing and CLI fallback.

2026-05-31
ito-subagent-driven-development
ソフトウェア開発者

Use for sequential per-task subagent delegation within one Ito change in the current session.

2026-05-31
ito-tasks
ソフトウェア開発者

Use Ito tasks CLI to manage tasks.md (status/next/start/complete/shelve/add).

2026-05-31
ito-test-with-subagent
ソフトウェア品質保証アナリスト・テスター

Use when tests need to be run with minimal output noise and delegated execution; routes test runs through the dedicated ito-test-runner subagent and returns curated pass/fail evidence.

2026-05-31
ito-tmux
ソフトウェア開発者

Remote control tmux sessions for interactive CLIs (python, gdb, etc.) by sending keystrokes and scraping pane output.

2026-05-31
ito-update-repo
ソフトウェア開発者

Refresh Ito-managed assets in a project and prune stray skills/commands left behind by renames or deprecations. Use when the user asks to "update Ito", "refresh Ito templates", "update repo to latest Ito", or says the project is on an older Ito. NOT for editing individual skills, authoring new templates, or shipping Ito releases.

2026-05-31
このリポジトリの収集済み skills 90 件中、上位 40 件を表示しています。