AI AGENT ADDONS

You can bring relevant context from your .agents folder into the current AI agent session. This is called injecting context. It helps the agent remember prior learnings and written details.

This tool works as a legacy adapter. It is still available for manual use. Newer commands like ao lookup are now the preferred way to retrieve knowledge.

The skill only reads knowledge. It never writes to your .agents folder. You can call it by saying "inject context" or using the command ao inject.

Add Inject skill to your workflow

Global

mkdir -p ~/.claude/skills/inject

Project

mkdir -p .claude/skills/inject

Source Repository

Stars
400
Forks
40
Watchers
400
License
NOASSERTION
Last Push
23 days ago
Created
8 months ago