wiki

Retrieve personal wiki pages via keyword and semantic search with citations.

Updated Sep 26, 2025
One-click install
npx skills add https://github.com/vietbui1999ru/dotfiles --skill wiki-vietbui1999ru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/vietbui1999ru/dotfiles/tree/main/llm-wiki-plugin/skills/wiki
Command: npx skills add https://github.com/vietbui1999ru/dotfiles --skill wiki-vietbui1999ru

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It reduces time spent re-deriving agent engineering and security best practices by quickly retrieving relevant notes from your personal LLM wiki.

Core Features & Use Cases

  • Keyword + semantic wiki retrieval: Extracts 2–3 task-specific terms and searches the wiki for high-signal concept pages.
  • Targeted context loading: Loads up to 3 pages and prioritizes concept pages over summaries for better downstream answers.
  • Citations and pattern surfacing: Requires citing the source pages and flags newly discovered reusable patterns as wiki candidates.

Use case: You are designing an agent plugin for context management and need known guidance on context compression, indirect prompt injection defenses, and verification pipelines—use this Skill to load those pages before proposing an architecture.

Quick Start

Use the wiki skill to search for relevant concepts for your current task and load the best-matching pages into context before you start designing or answering.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I retrieve relevant LLM patterns for agent engineering from my personal notes?

Semantic wiki retrieval extracts task-specific keywords and searches your personal knowledge base to surface relevant LLM patterns. It loads up to three high-scoring concept pages for agent engineering and architectural decisions into your active context.

What is the best way to find guidance on context management and indirect prompt injection defenses?

Use keyword and semantic wiki retrieval to search your personal LLM knowledge base for high-signal concept pages. The system prioritizes loading full concept pages over summaries to deliver better downstream answers for security hardening and context compression strategies.

Can I use this wiki search for designing agent orchestration and verification pipelines?

Yes, wiki retrieval supports scenarios like designing agent orchestration, managing context windows, hardening against indirect prompt injection, and selecting retrieval and verification strategies. It extracts two to three task-specific terms to find the most relevant pages for your architecture.

How does the wiki skill handle source citation for applied LLM patterns?

Source citation enforcement requires citing the loaded wiki pages when applying patterns to your agent engineering tasks. It also flags newly discovered reusable patterns as wiki candidates, ensuring your personal knowledge base continuously captures emerging architectural decisions.

What are the limitations of using keyword extraction for personal wiki retrieval?

Retrieval is limited to extracting two to three task-specific terms and loading a maximum of three pages above a minimum score threshold. Results depend on the existing content in your personal wiki and prioritize concept pages over general summaries.