Coordination protocol for agents accessing the knowledge base. Use when any agent needs to fetch prior notes, templates, or reference documents from the vault. Triggers: fetch prior notes, access templates, find reference docs, get the template, find a prior document, previous work on, standing document, how did we handle this before
Scanned 9/3/2026
Install to Claude Code
npx -y skills add Elnora-AI/knowledge-vault --skill agent-coordination --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Agent Coordination?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/elnora-ai-agent-coordination)More formats (shields.io, HTML) on the badges page.
---
name: agent-coordination
description: |
Coordination protocol for agents accessing the knowledge base. Use when any agent needs to fetch prior notes, templates, or reference documents from the vault.
Triggers: fetch prior notes, access templates, find reference docs, get the template, find a prior document, previous work on, standing document, how did we handle this before
---
# Agent Coordination
## The Rule
**Call knowledge-base UNLESS you already have all context to finalize the task.**
Default: proactive checking. Not reactive.
## When to Call
| Category | Trigger Phrases |
|----------|-----------------|
| **Reference docs** | "the reference doc on", "our standard process for", "the how-to for" |
| **Templates** | "get the template", "our standard [document]", "find a template for" |
| **Standing docs** | "the standing document on", "our conventions for", "the runbook for" |
| **Procedures** | "how do we handle", "our process for", "the steps for" |
| **Prior Work** | "previous note on", "how did we handle [X] before", "prior agreement with" |
## Skip When
- Pure code generation (no vault context)
- General knowledge (not vault-specific)
- Context already fetched this task
- Facts already covered by your project instructions (use CLAUDE.md / README)
## Vault Path
Read `.claude/knowledge-base.local.md` for `vault_path` and `vault_dir`. Never hardcode paths. See the vault-access skill for tool selection and patterns.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!