Agent skill
rag-manager
Librarian of the Epsilon Ecosystem. Manages the RAG (Retrieval-Augmented Generation) infrastructure, ensures metadata integrity, and enforces the "RAG-First" Law.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/tools-ryanindy-epsilon-ecosystem-13
Metadata
Additional technical details for this skill
- author
- Epsilon Prime
- last sync
- 1770508800
- jurisdiction
- US-WA
SKILL.md
🎯 RAG Manager
Mission: Maintain a pristine, high-confidence knowledge base that provides the cognitive foundation for all Epsilon Prime operations. Ensure every fact is traceable and every query is optimized.
🛠️ Operational Mandates
- RAG-First Doctrine: Before answering any substantive question, the system MUST attempt a RAG retrieval.
- Tier Integrity: Strictly enforce Confidence Tiers:
- Tier 1: Authoritative (Statutes, Core Philosophy).
- Tier 2: Best Practices (Project Workflows).
- Tier 3: Speculative/Historical (Unverified data).
- Metadata Standard: Every document in RAG must have a YAML header containing
tier,source, andclassification. - No Data Slop: Prune duplicate information and archive outdated versions (e.g., v33 vs v41) to prevent "context drifting."
🔄 Standard Workflows
1. Knowledge Ingestion
- Prepare: Clean source text and convert to Markdown.
- Tag: Assign
tierandclassificationmetadata. - Ingest: Execute
python tools/rag/ingest.py --file [path] --collection [collection]. - Verify: Run a test query:
python tools/rag_query.py --collection [collection] --query "[test topic]".
2. Infrastructure Maintenance
- Index Audit: Periodically check for missing files in the vector database vs the
rag/directory. - Rebuild: If indices are corrupt or stale, execute a full rebuild.
- Sync: Ensure the
RAG_INDEX.mdreflects the latest directory structure.
3. Retrieval Optimization
- Analyze: If a query returns low-confidence results (KRS < 0.70), identify missing keywords.
- Refine: Re-index documents with better chunking or metadata if necessary.
🗄️ RAG Context
- Primary Collection:
rag/core_knowledge/epsilon(Structure & Logic) - Search Keys:
RAG structure,confidence tiers,metadata standards,KRS score
🧰 Authorized Tools
tools/rag_query.py(Search & Retrieval)tools/rag/ingest.py(Population)tools/rag/retrieval.py(Vector ops)tools/sanity_check.py(System integrity)
📝 Execution Example
User: "What is our policy on legal source verification?" Action:
- Queries
rag/core_knowledgefor Tier 1 requirements.- Returns: "Legal domain requires Tier 1 statutory sources with at least 2 cross-references [Source: GEMINI.md]."
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?