agentsclimarketplace

9 factor rag

Skill Just-Agent/just-product-factor/skills/9-factor-rag

Reusable Factor Skills for Agent-native product optimization

Install
npx -y skills add Just-Agent/just-product-factor --skill 9-factor-rag

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.7 KB, as published. Nobody here has run it

9-factor-rag Skill

Name

9-factor-rag

Purpose

Audit and refactor RAG systems for ingestion, chunking, retrieval, reranking, grounding, citations, evaluation, and context control.

When to use

  • RAG apps
  • Knowledge bases
  • Document QA
  • Search-augmented Agents
  • Citation-heavy assistants

When not to use

  • Pure chatbots with no retrieval
  • Static documents without query flow

Inputs

Ask for or inspect:

  • README and docs
  • source files
  • examples and recipes
  • configuration files
  • tests and validation scripts
  • CI/CD workflow files
  • logs, changelog, release notes, or version history

Workflow

  1. Identify the project goal and user-facing promise.
  2. Inspect available files.
  3. Apply checklist.md.
  4. Score with scoring-rubric.md.
  5. Produce an audit report using audit-report-template.md.
  6. Produce a refactor plan using refactor-plan-template.md.
  7. Prioritize changes by product value and release readiness.
  8. Validate changes if the environment allows.

Review dimensions

  • Data ingestion
  • Chunking
  • Indexing
  • Retrieval
  • Reranking
  • Context assembly
  • Citations
  • Evaluation
  • Failure handling

Refactor priorities

  1. Make data pipeline explicit
  2. Improve retrieval quality
  3. Enforce citations
  4. Add evaluation
  5. Add monitoring and fallbacks

Output format

Return:

  1. Summary
  2. Scorecard
  3. Critical findings
  4. Recommended changes
  5. Refactor plan
  6. Validation plan
  7. Next iteration suggestions

Example calls

See usage-examples.md.

Version

v0.5.0

Agent manifest

This Skill includes a machine-readable skill.json manifest so an Agent can quickly identify triggers, expected inputs, expected outputs, required files, and the review protocol before reading the full markdown pack.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.