aops-cli-tooling-agent

Routes agents to modular AOPS CLI family skills and help-first fallbacks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Older prompts and runtimes still reference the monolithic aops-cli-tooling-agent skill, but its content has been split into smaller family-focused skills. This compatibility index tells agents which family skill to use for each CLI task and what to do when a family skill is unavailable. ## Core Features & Use Cases - Skill Routing: Maps each CLI need (core, discuss, chat, projectman, docman, agentspace, fileman, tasker, view) to its dedicated aops-cli-<family> skill and canonical user guide. - Help-First Fallback: Provides the aops-cli --help discovery sequence and domain guide reading order when a family skill is missing in the active runtime. - Guard and Mirror Rules: Documents guard flags (--apply, --confirm, --json, --idempotency-key, --preview) and the read-only hosted mirror refresh workflow via sync pull and doc mirror pull. - Use Case: An agent receives an old prompt referencing aops-cli-tooling-agent to manage a sprint; it consults this index, routes to aops-cli-projectman, and follows the projectman USER_GUIDE.md for board and sprint operations. ## Quick Start Ask the agent to use the aops-cli-tooling-agent index to determine which aops-cli family skill handles your task, then follow that family skill's instructions.

Frequently Asked Questions about aops-cli-tooling-agent

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

FAQPage Schema
How do I find the right aops-cli skill for my task?▼

Consult the family skill index table, which maps each need to a dedicated skill: aops-cli-core for CLI basics, aops-cli-projectman for boards and sprints, aops-cli-docman for documents, and aops-cli-chat for coordination. New prompts should use the smallest matching family skill.

What should I do when an aops-cli family skill is missing?▼

Use the help-first fallback sequence: run aops-cli --help, then aops-cli <family> --help, then aops-cli <family> <subcommand> --help. After that, read the matching domain USER_GUIDE.md file listed in the compatibility fallback section.

Is aops-cli-tooling-agent deprecated or removed?▼

It is not hard-sunset. It remains a stable compatibility index for old prompts, AGENTS references, and runtimes that have not switched to family-specific skills, but new task prompts should prefer the smallest matching aops-cli-<family> skill.

What do the aops-cli guard flags like --apply and --confirm do?▼

The --apply flag executes a guarded write and is mostly mandatory for write commands, while --apply --confirm executes destructive operations like delete or overwrite. Additional flags include --json for structured output, --idempotency-key for retry-safe writes, and --preview for validation without side effects.

How do I refresh hosted skill mirrors in the local aops cache?▼

Run aops-cli sync pull --apply --hosted-project-slug aops --json to refresh hosted skill and prompt mirrors under .aops-cache/hosted. Docman guide mirrors require a separate aops-cli doc mirror pull command, since sync pull does not refresh them.