From agentops
Turn a mature .agents corpus into packets, belief books, briefings, and gaps.
npx claudepluginhub boshu2/agentops --plugin agentopsThis skill uses the workspace's default tool permissions.
Turn a mature `.agents` corpus into operator-ready knowledge surfaces.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Turn a mature .agents corpus into operator-ready knowledge surfaces.
Use this skill when the problem is no longer "capture more knowledge," but:
$compile remains the hygiene loop. knowledge-activation owns corpus operationalization.
Knowledge activation is the fourth step in the global-corpus workflow:
$harvest — gather artifacts from many rigs into ~/.agents/learnings/$compile — synthesize raw artifacts into .agents/compiled/$dream overnight — bounded compounding loop$knowledge-activation — lift compiled knowledge into playbooks,
beliefs, and runtime briefingsSee docs/skills-decision-tree.md for the full "which skill next?" decision table covering harvest, compile, dream, knowledge-activation, and quickstart.
This skill assumes the current workspace already has:
.agents/ directory.agents/scripts/ when ao knowledge activate needs to rebuild source manifests, topics, promoted packets, and chunk bundles from custom workspace logic.agents/harvest/latest.json, which ao knowledge activate can use as a native fallback to turn the latest harvest catalog into a harvested-praxis topic packet, promoted packet, and chunk bundleRead references/script-contracts.md for the required builder inventory and command ownership.
The stable product surface is the ao knowledge command family:
ao knowledge activate --goal "turn agents into usable information"
ao knowledge beliefs
ao knowledge playbooks
ao knowledge brief --goal "fix auth startup"
ao knowledge gaps
The skill owns routing, sequencing, interpretation, and next-step recommendations. ao owns the belief/playbook/brief/gap product surfaces directly.
ao context assemble and ao codex start consume these outputs as operator context. Matched knowledge briefings are the preferred dynamic startup surface, while selected beliefs and healthy playbooks provide bounded supporting guidance.
Verify that .agents/ exists. When you plan to run ao knowledge activate, verify that at least one evidence substrate is present:
source_manifest_build.py, topic_packet_build.py, corpus_packet_promote.py, knowledge_chunk_build.py.agents/harvest/latest.jsonao knowledge beliefs, ao knowledge playbooks, ao knowledge brief, ao knowledge gapsRun the packet layers in order:
Read references/dag.md for the full DAG and its trust gates.
Refresh the promoted operator layers:
ao knowledge beliefs
ao knowledge playbooks
These should materialize the consumer surfaces under .agents/knowledge/ and .agents/playbooks/.
When there is an active objective, compile a bounded startup aid:
ao knowledge brief --goal "your goal here"
The briefing should stay small, cite its source surfaces, and include warnings when a selected topic is thin.
Run:
ao knowledge gaps
This reports thin topics, missing promotions, weak claims needing review, and the next recommended mining work.
If you want the complete pass in one step, run:
ao knowledge activate --goal "your goal here"
That command sequences evidence consolidation, belief/playbook refresh, optional briefing compilation, and a gap summary.
Read references/output-surfaces.md for the canonical output surfaces and trust boundaries.
The consumer-facing outputs are:
.agents/knowledge/book-of-beliefs.md.agents/playbooks/index.md.agents/playbooks/<topic>.md.agents/briefings/YYYY-MM-DD-<goal>.md.agents/retro/The substrate surfaces remain:
.agents/packets/.agents/topics/.agents/packets/chunks/catalog.jsonlActivate the full outer loop for an active goal
/knowledge-activation
ao knowledge activate --goal "productize knowledge activation"
Refresh only the belief and playbook promotion layers
ao knowledge beliefs
ao knowledge playbooks
Check whether the corpus is safe to promote
ao knowledge gaps