← ClaudeAtlas

injectlisted

Load relevant .agents context.
boshu2/agentops · ★ 384 · AI & Automation · score 79
Install: claude install-skill boshu2/agentops
> **DEPRECATED (removal target: v3.0.0)** — Use `ao lookup --query "topic"` for on-demand learnings retrieval and phase-scoped context packets. This skill and the `ao inject` CLI command still work as compatibility adapters, but they are not the canonical context path and are not called from default hooks or other skills. # Inject Skill **On-demand knowledge retrieval. Not run automatically at startup (since ag-8km).** Load relevant prior knowledge into the current session as a legacy adapter. Treat `$inject` as passive compatibility lookup, not as a task-planning or task-execution entrypoint. ## Lease | Field | Value | |---|---| | Lease | retire-candidate | | Replacement port | `retrieve_context` / `assemble_context` | | Replacement adapters | `ao lookup`, knowledge brief artifacts | | Current allowed use | manual compatibility lookup only | | Not allowed | default startup injection, hidden hook delivery, task planning | ## How It Works In the default hookless startup path, no startup injection occurs. Run `ao session bootstrap` for the standard orientation report, then prefer `ao lookup` / `ao inject` for on-demand retrieval and bounded per-phase packets. Use `$inject` or `ao inject` only for legacy compatibility. If you author an opt-in SessionStart hook or run a legacy hook profile, it may call: ```bash # lean mode (MEMORY.md fresh): 400 tokens ao inject --apply-decay --format markdown --max-tokens 400 \ [--bead <bead-id>] [--predecessor <handoff-path>] # legac