Agent skill
rag-curator
Curador do corpus RAG. Gerencia adição, organização e manutenção do conhecimento do projeto. Garante qualidade e acessibilidade.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/rag-curator
SKILL.md
RAG Curator
Skill responsável por curar e manter o corpus RAG do projeto.
Capabilities
- Index ADRs: Copia ADRs de
.agentic_sdlc/projects/{id}/decisions/paracorpus/nodes/decisions/ - Index Learnings: Copia learnings extraídos para
corpus/nodes/learnings/ - Validate Quality: Verifica qualidade e completude dos nodes
- Clean Obsolete: Remove conhecimento obsoleto
Usage
# Index ADRs from project to corpus
python3 .claude/skills/rag-curator/scripts/index_adrs.py --project-id PROJECT_ID
# Index all projects
python3 .claude/skills/rag-curator/scripts/index_adrs.py --all
# Validate corpus quality
python3 .claude/skills/rag-curator/scripts/validate_corpus.py
Integration
- Phase 1 (Discovery): domain-researcher → rag-curator (index research)
- Phase 3 (Architecture): adr-author → rag-curator (index ADRs)
- Gate Evaluation: gate-evaluator → rag-curator (auto-index on gate pass)
Files
scripts/index_adrs.py: Index ADRs to corpusscripts/index_learnings.py: Index learnings to corpusscripts/validate_corpus.py: Validate corpus quality
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?