Agent skill · AI & Agents

rag-curator

Curador do corpus RAG. Gerencia adição, organização e manutenção do conhecimento do projeto. Garante qualidade e acessibilidade.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/ai-llm/rag-curator-arbgjr-satra-3/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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/` 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

What's inside
Steps it walks through
  1. Capabilities
  2. Usage
  3. Integration
  4. Files
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going