aops-cli-agentspace

Manages agent memory, checkpoints, experience, playbooks, and structured discussions via the AOPS CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI agents lose context between sessions and duplicate knowledge across projects. This Skill provides the AOPS CLI Agentspace playbook for durable memory, resumable checkpoints, reusable experience, and structured discussions so agents can pick up where they left off. ## Core Features & Use Cases - Memory and Resume: Create checkpoints, summaries, and bounded memory briefs with required titles, then resume prior work through search and retrieval ladders. - Experience and Playbooks: Capture evidence-backed lessons, search accepted playbooks, and manage hosted prompts, skills, resources, and artifacts through summary-first inventory commands. - Structured Discussions: Run multi-turn decision discussions with defined exit codes and clear boundaries against ChatV3 coordination and Projectman planning. - Use Case: An agent finishing a milestone runs a guarded checkpoint with title, validation evidence, and next action, then a later session resumes the exact context with a bounded memory brief instead of reloading full transcripts. ## Quick Start Ask the agent to run aops host health, then create a checkpoint for the current project with a concise title and next action using the aops mem checkpoint command.

Frequently Asked Questions about aops-cli-agentspace

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

FAQPage Schema
How do I save and resume agent work with the aops CLI?▼

Use aops mem checkpoint with a project slug, concise title, content, and next action to save progress. Resume later with aops mem brief or aops mem resume using a focus query to load a bounded context pack.

How do I find the right aops command flags for memory or skills?▼

Run the smallest nested help surface such as aops mem checkpoint --help, or use aops agent tools --domain agentspace with a capability query. The skill is intentionally thin and defers exact flags to live help output.

What is the difference between aops mem checkpoint and aops mem summary?▼

Checkpoints record milestones, decisions, blockers, or handoffs during ordinary continuation. Summaries are used at session end or explicit summary points, and durable closeout requires explicit closeout and confirmation flags.

Why does aops mem write fail with memory_item_title_required?▼

Every memory create path requires a nonblank human-readable title via --title or data.title. Generate a concise title from the note's meaning and retry the same guarded write; never use UUIDs or placeholders.

When should I use aops discuss instead of aops chat?▼

Use aops discuss for material decisions needing independent stances and a durable conclusion. Use aops chat for coordination and wake traffic, since discuss does not wake ChatV3 listeners.

Can I edit .aops mirror files directly to update hosted content?▼

No. Hosted prompt and skill mirrors are read-only and .aops mirrors are not canonical state. Use the create, update, version, and publish commands, then verify the new current version through the server.