Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

ito

ito contém 90 skills coletadas de withakay, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
90
Stars
2
atualizado
2026-06-18
Forks
0
Cobertura ocupacional
5 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

ito-lite-apply
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-05-31
ito-orchestrator
Desenvolvedores de software

Coordinator-only agent for orchestrating multi-change runs

2026-05-31
ito-planner
Desenvolvedores de software

Plans Ito orchestration runs from change metadata and gates

2026-05-31
ito-quick
Desenvolvedores de software

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

2026-05-31
ito-researcher
Desenvolvedores de software

Read-only researcher for Ito orchestration context gathering

2026-05-31
ito-reviewer
Analistas de garantia de qualidade de software e testadores

Reviews Ito orchestration gate results and worker changes

2026-05-31
ito-thinking
Desenvolvedores de software

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

2026-05-31
ito-worker
Desenvolvedores de software

Implements Ito orchestration work packets and remediation tasks

2026-05-31
ito-apply
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-05-31
ito-cleanup
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-05-31
ito-finish
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-05-31
ito-list
Desenvolvedores de software

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

2026-05-31
ito-loop
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-05-31
ito-orchestrate
Desenvolvedores de software

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

2026-05-31
ito-orchestrator-workflow
Desenvolvedores de software

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

2026-05-31
ito-path
Desenvolvedores de software

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

2026-05-31
ito-plan
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-05-31
ito-proposal
Desenvolvedores de software

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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

2026-05-31
ito-subagent-driven-development
Desenvolvedores de software

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

2026-05-31
ito-tasks
Desenvolvedores de software

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

2026-05-31
ito-test-with-subagent
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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

2026-05-31
ito-update-repo
Desenvolvedores de software

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
Mostrando as 40 principais de 90 skills coletadas neste repositório.