Skip to main content
Run any Skill in Manus
with one click
GitHub repository

research

research contains 39 collected skills from withakay, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
39
Stars
0
updated
2026-05-25
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

showboat
software-developers

Build reproducible Showboat demo documents that prove repo behavior with executable markdown. Use when asked to create demos, proof-of-work walkthroughs, or verification artifacts with showboat, especially for tests, CLIs, local services, Aspire AppHosts, and HTTP APIs.

2026-05-25
showboat
software-developers

Build reproducible Showboat demo documents that prove repo behavior with executable markdown. Use when asked to create demos, proof-of-work walkthroughs, or verification artifacts with showboat, especially for tests, CLIs, local services, Aspire AppHosts, and HTTP APIs.

2026-05-25
ito-general
software-developers

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

2026-05-23
ito-orchestrator
software-developers

Coordinator-only agent for orchestrating multi-change runs

2026-05-23
ito-quick
software-developers

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

2026-05-23
ito-researcher
software-developers

Read-only researcher for Ito orchestration context gathering

2026-05-23
ito-thinking
software-developers

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

2026-05-23
ito-worker
software-developers

Implements Ito orchestration work packets and remediation tasks

2026-05-23
ito-apply
software-developers

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-23
ito-archive
software-developers

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-23
ito-brainstorming
software-developers

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

2026-05-23
ito-commit
software-developers

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-23
ito-feature
software-developers

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

2026-05-23
ito-finish
software-developers

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-23
ito-fix
software-developers

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

2026-05-23
ito-list
software-developers

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

2026-05-23
ito-loop
software-developers

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-23
ito-memory
software-developers

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-23
ito-orchestrate-setup
software-developers

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

2026-05-23
ito-orchestrate
software-developers

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

2026-05-23
ito-orchestrator-workflow
software-developers

Repo-specific workflow conventions consumed by the orchestrator.

2026-05-23
ito-path
software-developers

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

2026-05-23
ito-proposal-intake
software-developers

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

2026-05-23
ito-proposal
software-developers

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

2026-05-23
ito-research
software-developers

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-23
ito-review
software-quality-assurance-analysts-and-testers

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-23
ito
software-developers

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

2026-05-23
ito-subagent-driven-development
software-developers

Use when executing implementation plans with independent tasks in the current session using subagents

2026-05-23
ito-tasks
software-developers

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

2026-05-23
ito-test-with-subagent
software-quality-assurance-analysts-and-testers

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-23
ito-tmux
software-developers

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

2026-05-23
ito-update-repo
software-developers

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-23
ito-using-git-worktrees
software-developers

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

2026-05-23
ito-using-ito-skills
software-developers

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

2026-05-23
ito-verification-before-completion
software-quality-assurance-analysts-and-testers

Use before claiming work is complete, finished, fixed, or passing — requires running verification commands and confirming output before making success claims

2026-05-23
ito-workflow
software-developers

Ito workflow delegation - delegates all workflow content to Ito CLI instruction artifacts.

2026-05-23
ito-orchestrator-workflow
software-developers

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

2026-05-23
ito-subagent-driven-development
software-developers

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

2026-05-23
ito-update-repo
software-developers

Refresh Ito-managed assets in a project, prune stray skills/commands left behind by renames or deprecations, and wire `ito validate repo` into the project's pre-commit hook (auto-detected framework, dry-run + approval). Use when the user asks to "update Ito", "refresh Ito templates", "update repo to latest Ito", "wire pre-commit", or says the project is on an older Ito. NOT for editing individual skills, authoring new templates, or shipping Ito releases.

2026-05-23