knowledge

Retrieve project documentation and coding standards via hybrid search.

15|4|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/tao3k/xiuxian-artisan-workshop --skill knowledge-tao3k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge
Source: https://github.com/tao3k/xiuxian-artisan-workshop/tree/main/assets/skills/knowledge
Command: npx skills add https://github.com/tao3k/xiuxian-artisan-workshop --skill knowledge-tao3k

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires xiuxian_core_rs, structlog, tomli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Knowledge Skill gives fast, structured access to project rules, architecture documents, coding standards, and durable notes so agents and developers can quickly obtain authoritative context without manual searching.

Core Features & Use Cases

  • Unified search: hybrid link-graph + vector + keyword search across docs, references, skills, and harvested notes for high-precision retrieval.
  • Standards & guidance: load development context, language-specific coding standards, and writing memory to enforce project conventions before editing or committing.
  • Ingest, extract, summarize: ingest documents, chunk and embed content, extract entities into a knowledge graph, and summarize session trajectories for long-term memory.
  • Operational tools: status, index refresh, dependency symbol search, and knowledge-base management commands to support developer workflows and documentation tasks.

Quick Start

Ask the knowledge skill to load the development context and search for "git workflow" to retrieve commit rules and guardrails.

Frequently Asked Questions about knowledge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve project coding standards and architecture documentation for LLM context?

You can retrieve project coding standards and architecture documentation by applying hybrid link-graph, vector, and keyword search across docs, references, and notes to obtain authoritative context for LLM guidance.

What is the best way to search project knowledge using a link graph and vector retrieval?

The best way to search project knowledge is using a unified hybrid retrieval system that combines link-graph traversal, vector search, and keyword matching across ingested documents and durable notes for high-precision results.

How do I ingest documents and extract entities into a knowledge graph for session summarization?

You ingest documents by chunking and embedding content, extracting entities into a knowledge graph, and summarizing session trajectories to maintain long-term memory and project context.

Can I load language-specific coding standards and writing memory before committing code changes?

Yes, you can load development context, language-specific coding standards, and writing memory to enforce project conventions before editing or committing code changes.

Does this knowledge retrieval tool expose endpoints for index refresh and dependency symbol search?

Yes, the knowledge retrieval tool exposes skill command endpoints for status checks, index refresh, dependency symbol search, ingest operations, and knowledge-base maintenance.

When do I need to summarize session trajectories for long-term memory during development tasks?

You need to summarize session trajectories for long-term memory during development and documentation tasks when you require durable notes and contextual continuity across complex project workflows.