Agent Plugins Marketplace
All plugins

rag-kag-decision

v1.0.0

Decide quando usar RAG, KAG, GraphRAG ou abordagem hibrida em arquiteturas LLM com conhecimento externo.

Codex1 Skill

By Carlos AraujoLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install rag-kag-decision for Codex

Installs for the current user
codex plugin marketplace add cadugevaerd/codex-skills
codex plugin marketplace upgrade codex-skills
codex plugin add rag-kag-decision@codex-skills

Paste and run these commands in a terminal with Codex. They add and refresh the codex-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “rag-kag-decision-2” remain stable.

  • Codex: rag-kag-decision-2@agent-plugin-marketplacerag-kag-decision@codex-skills

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/cadugevaerd/codex-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/rag-kag-decision/.

Plugin files

plugins/rag-kag-decision/
├── .codex-plugin/plugin.json
└── skills/rag-kag-decision/SKILL.md

Included Skills1

rag-kag-decisionskills/rag-kag-decision/SKILL.md

Decide quando usar RAG, KAG, GraphRAG ou arquitetura híbrida para sistemas LLM com conhecimento externo.

Plugin manifests1

plugins/rag-kag-decision/.codex-plugin/plugin.json
{
  "name": "rag-kag-decision",
  "version": "1.0.0",
  "description": "Decide quando usar RAG, KAG, GraphRAG ou abordagem hibrida em arquiteturas LLM com conhecimento externo.",
  "author": {
    "name": "Carlos Araujo",
    "email": "[email protected]",
    "url": "https://github.com/cadugevaerd"
  },
  "homepage": "https://github.com/cadugevaerd/codex-skills",
  "repository": "https://github.com/cadugevaerd/codex-skills",
  "license": "MIT",
  "keywords": [
    "rag",
    "kag",
    "graphrag",
    "llm",
    "knowledge-graph",
    "architecture",
    "decision"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "RAG KAG Decision",
    "shortDescription": "Decide entre RAG, KAG, GraphRAG ou hibrido.",
    "longDescription": "Ajuda a escolher a arquitetura de conhecimento para LLMs com base em documentos, entidades, relacoes, regras, temporalidade, custo e risco.",
    "developerName": "Carlos Araujo",
    "category": "Development",
    "capabilities": [
      "Architecture",
      "RAG",
      "KAG",
      "Knowledge Graph",
      "Decision Framework"
    ],
    "defaultPrompt": [
      "/rag-kag-decision base documental de suporte com FAQs e manuais",
      "/rag-kag-decision sistema ITSM com usuários, ativos, chamados e SLA"
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[rag-kag-decision on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rag-kag-decision-2)