rag-curator
Curador do corpus RAG. Gerencia adição, organização e manutenção do conhecimento do projeto. Garante qualidade e acessibilidade.
npx skills add majiayu000/claude-skill-registry --skill rag-curator-arbgjr-satra-3 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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/` para `corpus/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 ```bash # 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 corpus - `scripts/index_learnings.py`: Index learnings to corpus - `scripts/validate_corpus.py`: Validate corpus quality
- Capabilities
- Usage
- Integration
- Files
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
What does the rag-curator skill do?
Curador do corpus RAG. Gerencia adição, organização e manutenção do conhecimento do projeto. Garante qualidade e acessibilidade.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill rag-curator-arbgjr-satra-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
