knowledge

Search and organize Markdown knowledge bases using FTS5 indexing and vector embeddings.

5|2|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/William2333ZZ/ParameciumU --skill knowledge-william2333zz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge
Source: https://github.com/William2333ZZ/ParameciumU/tree/main/packages/agent-template/template/skills/knowledge
Command: npx skills add https://github.com/William2333ZZ/ParameciumU --skill knowledge-william2333zz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you manage and quickly access information stored within your project's knowledge base, ensuring you can find answers and learn new information efficiently.

Core Features & Use Cases

  • Knowledge Retrieval: Search your workspace documentation, FAQs, and notes using keywords.
  • Content Learning: Learn new information by providing text or URLs, which the skill will organize into your knowledge base.
  • Skill Creation: Convert specific knowledge topics into dedicated skills for specialized querying.
  • Use Case: When you need to recall how a specific configuration is set up in your project, you can use knowledge_search to find the relevant documentation. If you find a useful article online, you can use knowledge_learn_from_urls to add it to your project's knowledge base.

Quick Start

Search the knowledge base for information on setting up the database connection.

Frequently Asked Questions about knowledge

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

FAQPage Schema
How do I search my project knowledge base using keywords?

You can search your project knowledge base using keywords through FTS5 indexing and optional vector embeddings, which enables efficient hybrid retrieval of Markdown documentation and notes.

Can I add external web content to my workspace documentation?

Yes, you can ingest external web content into your workspace documentation by providing URLs, which the skill organizes into your project knowledge base as Markdown files.

How does hybrid search work for retrieving information from Markdown files?

Hybrid search for retrieving information from Markdown files works by combining FTS5 keyword indexing with optional vector embeddings to locate relevant documentation within your project knowledge base efficiently.

What is the best way to organize specific knowledge topics for specialized querying?

The best way to organize specific knowledge topics for specialized querying is converting them into dedicated skills, enabling focused retrieval and learning within your project knowledge base.

Do I need vector embeddings to search my workspace knowledge base?

No, you do not need vector embeddings to search your workspace knowledge base; the skill utilizes FTS5 keyword-based retrieval by default, with vector embeddings serving as an optional enhancement for hybrid search.

Why convert knowledge topics into dedicated skills instead of keeping them as notes?

Converting knowledge topics into dedicated skills instead of keeping them as notes enables specialized querying and structured retrieval, allowing the system to apply focused search logic to specific information domains.