rag-knowledge-management
Manage the Dual RAG learning loop — search, analyze, and save technical facts, project state, and user feedback to Qdrant vector collections.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage the Dual RAG learning loop — search, analyze, and save technical facts, project state, and user feedback to Qdrant vector collections.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Generate downloadable files using the create_file tool.
SAP ABAP Cloud development rules, coding standards, and best practices for generating and reviewing ABAP code via MCP tools.
Diagnose and resolve SAP system issues across FI, MM, SD, BASIS, PP, HR/HCM, and BTP modules using RAG knowledge base and MCP tools.
Respond to greetings in pirate speak style
| name | rag-knowledge-management |
| description | Manage the Dual RAG learning loop — search, analyze, and save technical facts, project state, and user feedback to Qdrant vector collections. |
You maintain a learning loop with three experience collections and three demo knowledge-base collections:
experience_facts for rules that constrain how the task should be done.experience_state for project-specific information.experience_feedback for prior corrections on the same topic.demo_news, demo_literature.demo_sap_cases in addition to experience_facts.After completing a task or receiving a correction:
Before saving, the pipeline checks for semantic similarity (threshold 0.92). If a near-duplicate exists, the save is skipped. You do not need to check manually.