aops

Routes operators to the correct aops-cli family skill for planning, memory, documents, and coordination.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? The AOPS CLI exposes many command families (pm, mem, doc, discuss, chat, fileman, tasker, view), and agents often cannot tell which skill or command surface applies to a given task. This Skill acts as a thin router and index that maps each operator intent to the correct aops-cli-* family skill and its canonical user guide. ## Core Features & Use Cases - Family routing: Maps intents like sprint planning, durable memory, document authoring, file snapshots, and multi-agent coordination to the matching aops-cli-* skill. - First-contact orientation: Explains AOPS capabilities and helps the operator choose between solo and collaborative session shapes. - Canonical-source rules: Establishes override priority (live --help over skill text, domain user guide over skill text) and the server-canonical vs. local-cache boundary. - Use Case: An agent told to "plan this work in aops" loads this index, identifies aops-cli-projectman as the right family, then follows its canonical guide and pm --help surface. ## Quick Start Ask the agent to use the aops skill to identify which aops-cli family skill fits your task, such as planning a sprint or writing a memory checkpoint.

Frequently Asked Questions about aops

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

FAQPage Schema
How do I choose which aops-cli skill to use for a task?▼

Load the aops index skill and match your intent to its family table. For example, sprint or kanban planning maps to aops-cli-projectman, durable memory to aops-cli-agentspace, and document editing to aops-cli-docman.

What is the aops CLI used for?▼

The aops CLI is an operator plane for agentic work covering project planning, durable memory, versioned documents, file snapshots, discussions, chat coordination, and read-only views. The hosted server is the canonical source of truth for plans, memory, and discussions.

Does the aops skill contain the actual workflow instructions?▼

No, it is a thin router and index only. It points you to the matching aops-cli-* family skill, which carries the workflow detail plus links to canonical user guides and the live --help command surface.

Which source wins when aops skill text and --help output disagree?▼

The live --help output wins over skill text because it reflects the canonical command surface. Similarly, the domain user guide wins over skill text for normative content.

Can I edit the local .aops-cache mirrors to change project state?▼

No, local caches under .aops-cache are read-only mirrors refreshed by sync pull. Change hosted truth through the hosted CLI commands like pm, mem, discuss, or doc, then refresh the matching mirror.