원클릭으로
ask
Ask a question about past work and get a synthesized answer informed by conversation history from the RAG database
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Ask a question about past work and get a synthesized answer informed by conversation history from the RAG database
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
First-time setup for the Claude RAG plugin — configure backend connection, test everything, show quick reference
Browse past sessions, projects, and their events in the RAG database
Configure the Claude RAG plugin — connection, capture settings, RAG mode, privacy, and more
Search past conversations and tool results for relevant historical context. Use when the user references past work ("how did we do X", "remember when", "last time"), asks about project history, or when historical context from previous sessions would help with the current task.
Soft-delete data from the RAG database — by session, project, or all. Data can be restored later.
Restore soft-deleted data in the RAG database — undo a previous forget/delete operation
| name | ask |
| description | Ask a question about past work and get a synthesized answer informed by conversation history from the RAG database |
| disable-model-invocation | true |
| allowed-tools | Bash(curl *) |
| argument-hint | [question] |
Answer the user's question using RAG context: "$ARGUMENTS"
Read the plugin config to get the backend endpoint:
cat ~/.claude/plugins/claude-rag/config.json 2>/dev/null || echo '{"connection":{"endpoint":"https://api.clauderag.io"}}'
Search the RAG database for relevant context:
curl -s -X POST <endpoint>/api/v1/search \
-H "Content-Type: application/json" \
-d '{"query": "<user_question>", "limit": 10, "threshold": 0.4}'
Synthesize an answer based on the search results:
Structure the response:
If insufficient context is found: