원클릭으로
Remove previously ingested files from the GraphRAG knowledge graph
npx skills add https://github.com/okikusan-public/knowledge_graph --skill ingest-delete이 명령을 Claude Code에 복사하여 붙여넣어 스킬을 설치하세요
Remove previously ingested files from the GraphRAG knowledge graph
npx skills add https://github.com/okikusan-public/knowledge_graph --skill ingest-delete이 명령을 Claude Code에 복사하여 붙여넣어 스킬을 설치하세요
Autonomous multi-tool search agent that dynamically selects search strategies, evaluates results, and iterates until sufficient context is gathered to answer complex questions
Search X (Twitter) posts via Grok API and ingest results into the knowledge graph.
Convert YouTube video to structured Markdown via markitdown (metadata + transcript) and ingest into the knowledge graph.
Add knowledge directly to the graph from free-form text input without requiring a document file. Supports Note, WebSource, Conversation, or any custom source type.
Convert PDF to structured Markdown via markitdown and ingest into the knowledge graph. Preserves tables, headings, and formatting better than plain-text extraction.
Spaced repetition quiz using GraphRAG entities. Generates questions, grades answers, and tracks learning progress with optimal review intervals.
| name | ingest-delete |
| description | Remove previously ingested files from the GraphRAG knowledge graph |
Remove the Document node and all associated Chunks for a given file from the knowledge graph.
/ingest-delete report.pdf
/ingest-delete report.docx --project project_a
$0 in docs/ (Glob docs/**/$0)python ${CLAUDE_SKILL_DIR}/../../../scripts/auto_ingest.py delete "<file_path>" $1 $2