Purpose: Context files specific to the OpenAgents Control repository
Last Updated: 2026-01-30
| Function | Files | Purpose |
|---|---|---|
| Concepts | 2 files | Core ideas and principles |
| Examples | 1 file | Working code samples |
| Guides | 10 files | Step-by-step workflows |
| Lookup | 4 files | Quick reference tables |
| Errors | 1 file | Common issues + solutions |
| File | Topic | Priority |
|---|---|---|
concepts/subagent-testing-modes.md |
Standalone vs delegation testing | ⭐⭐⭐⭐⭐ |
When to read: Before testing any subagent
| File | Topic | Priority |
|---|---|---|
examples/subagent-prompt-structure.md |
Optimized subagent prompt template | ⭐⭐⭐⭐ |
When to read: When creating or optimizing subagent prompts
| File | Topic | Priority |
|---|---|---|
guides/testing-subagents.md |
How to test subagents standalone | ⭐⭐⭐⭐⭐ |
guides/adding-agent.md |
How to add new agents | ⭐⭐⭐⭐ |
guides/testing-agent.md |
How to test agents | ⭐⭐⭐⭐ |
guides/external-libraries-workflow.md |
How to handle external library dependencies | ⭐⭐⭐⭐ |
guides/github-issues-workflow.md |
How to work with GitHub issues and project board | ⭐⭐⭐⭐ |
guides/npm-publishing.md |
How to publish package to npm | ⭐⭐⭐ |
guides/updating-registry.md |
How to update registry | ⭐⭐⭐ |
guides/debugging.md |
How to debug issues | ⭐⭐⭐ |
guides/resolving-installer-wildcard-failures.md |
Fix wildcard context install failures | ⭐⭐⭐ |
guides/creating-release.md |
How to create releases | ⭐⭐ |
When to read: When performing specific tasks
| File | Topic | Priority |
|---|---|---|
lookup/subagent-test-commands.md |
Subagent testing commands | ⭐⭐⭐⭐⭐ |
lookup/file-locations.md |
Where files are located | ⭐⭐⭐⭐ |
lookup/commands.md |
Available slash commands | ⭐⭐⭐ |
When to read: Quick command lookups
| File | Topic | Priority |
|---|---|---|
errors/tool-permission-errors.md |
Tool permission issues | ⭐⭐⭐⭐⭐ |
When to read: When tests fail with permission errors
| File | Topic | Priority |
|---|---|---|
core-concepts/agents.md |
How agents work | ⭐⭐⭐⭐⭐ |
core-concepts/evals.md |
How testing works | ⭐⭐⭐⭐⭐ |
core-concepts/registry.md |
How registry works | ⭐⭐⭐⭐ |
core-concepts/categories.md |
How organization works | ⭐⭐⭐ |
When to read: First time working in this repo
concepts/subagent-testing-modes.md (understand modes)guides/testing-subagents.md (step-by-step)lookup/subagent-test-commands.md (commands)errors/tool-permission-errors.mdcore-concepts/agents.md (understand structure)guides/adding-agent.md (step-by-step)guides/external-libraries-workflow.md (fetch docs)examples/subagent-prompt-structure.md (if subagent)guides/testing-agent.md (validate)guides/github-issues-workflow.md (understand workflow)guides/debugging.md (general approach)errors/lookup/file-locations.md (find files)All files follow MVI principle (<200 lines):
../core/ - Core system context (standards, patterns)../core/context-system/ - Context management systemquick-start.md - 2-minute repo orientation../content-creation/navigation.md - Content creation principles../to-be-consumed/claude-code-docs/plugins.md - Claude Code extension docsWhen adding new context files:
/context validate