aops-interactive

Routes operator requests to matching AOPS skills or runs the global assets lifecycle.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/eeemzs/aops --skill aops-interactive-eeemzs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aops-interactive
Source: https://github.com/eeemzs/aops/tree/main/assets/skills/aops-interactive
Command: npx skills add https://github.com/eeemzs/aops --skill aops-interactive-eeemzs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When working with the AOPS ecosystem, users often do not know which dedicated skill handles their request. This Skill acts as an interactive router that asks the operator what they want and loads the smallest matching AOPS skill, avoiding duplicated logic across skills. ## Core Features & Use Cases - Skill Routing: Directs requests to the right AOPS skill, such as aops-loop-interactive for loop orchestration, aops-cli-discuss for decisions, aops-cli-chat for coordination, aops-cli-projectman for boards and sprints, aops-cli-tasker for tasker operation, and aops-cli-docman for documents. - Global Assets Lifecycle: Runs the aops assets commands (status, install, update, rollback) to manage global AOPS CLI, setup, and TUI assets, including version-pinned updates via tags. - Use Case: An operator says they want to plan a sprint. The router gathers minimal inputs and loads aops-cli-projectman instead of reimplementing sprint mechanics inline. ## Quick Start Ask the agent to use the aops-interactive skill to figure out which AOPS skill matches your task, such as planning a sprint or updating global AOPS assets.

Frequently Asked Questions about aops-interactive

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

FAQPage Schema
How do I choose the right AOPS skill for my task?▼

Use the aops-interactive router, which asks what you want and loads the smallest matching skill. Loop orchestration goes to aops-loop-interactive, decisions to aops-cli-discuss, boards and sprints to aops-cli-projectman, and documents to aops-cli-docman.

How do I install or update global AOPS assets?▼

Run aops assets install --target all --json to install and aops assets update --target all --json to update. Use aops assets status --json to check state, and add --tag <version> to pin an exact public release.

Does aops-interactive create sprints, reviewers, or loop runs automatically?▼

No. Roles remain operator-assigned, and the router does not automatically create a reviewer, room, sprint, or real loop run. It only gathers minimum inputs and delegates to the dedicated skill.

What happens to old AOPS asset installs after updating?▼

Install and update clean-reinstall AOPS-managed paths, remove assets retired by the new manifest, and preserve unrelated user skills. The former ~/.aops/agent-assets store is removed after a successful new install.

When should I use a dedicated AOPS skill instead of the router?▼

If you already know the task domain, load the dedicated skill directly, such as aops-cli-projectman for boards or aops-cli-docman for documents. The router exists for cases where the matching skill is unclear.