wiki-context

Search the personal LLM wiki and cite up to three relevant pages.

2|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/vietbui1999ru/llm-wiki --skill wiki-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-context
Source: https://github.com/vietbui1999ru/llm-wiki/tree/main/claude-setup/skills/wiki-context
Command: npx skills add https://github.com/vietbui1999ru/llm-wiki --skill wiki-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Search the personal LLM wiki for concepts, patterns, and decisions relevant to the current task. Use when you need to look up agent engineering patterns, context management strategies, security concepts, or any topic that may have a wiki page. Invoke before designing systems, reviewing patterns, or answering architecture questions.

Core Features & Use Cases

  • Identify search terms
  • Search the wiki using the MCP tool (already connected) or CLI
  • Load up to 3 pages with scores > 0.4 and cite them
  • Apply patterns found and always cite the page: Per [[concepts/agent-harness]]: ...
  • If you discover a reusable pattern not in the wiki, flag: WIKI-CANDIDATE: <description of the pattern>

Quick Start

Load relevant wiki knowledge into context before proceeding with the task.

Frequently Asked Questions about wiki-context

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

FAQPage Schema
How do I retrieve architecture patterns from a personal wiki before system design?

You can pull wiki context by searching for concepts using the connected MCP tool or CLI, loading pages with scores above 0.4, and citing them in your task prompt to inform system design and architecture decisions.

What is the best way to apply agent engineering patterns from a wiki into my system architecture?

The best way to apply agent engineering patterns from a wiki is to search for relevant pages, load up to three high-scoring results, and integrate the discovered patterns into your system design while explicitly citing the wiki page source.

How many wiki pages can I load into context when looking up security concepts?

You can load up to three wiki pages into context when looking up security concepts, provided each page has a relevance score greater than 0.4 from your search query to ensure quality information retrieval.

Do I need an MCP tool to search my personal LLM wiki for context-management strategies?

You do not strictly need an MCP tool to search your personal LLM wiki for context-management strategies, as you can alternatively use a CLI to perform the search and retrieve the necessary agent engineering decisions.

What should I do if I discover a reusable pattern that is not in the wiki during architecture review?

If you discover a reusable pattern not in the wiki during architecture review, you should flag it by outputting WIKI-CANDIDATE followed by a description of the pattern, allowing the knowledge to be captured for future agent engineering tasks.