Anthropic's official Agent Skills: curated, reusable capability packages for Claude, plus the spec and template for authoring your own.
10 topics551 chunksLast indexed: April 18, 2026
Try ?q=your+question in the URL · or browse topics below
Results
For AI Agents — How to Use This Knowledge Base
This page is a WizRAG static knowledge base. Two retrieval paths:
If you can execute JavaScript (browser agent, Claude in Chrome, headless browser): use the search box above. It loads wizindex.json, runs keyword search, and returns precise matching chunks. You can also visit ?q=your+question in the URL for instant results.
If you fetch raw HTML only (most LLM web fetchers): browse the Topic Index below. Each topic has a one-line description and direct links to source files. Identify the relevant topic, then fetch that source file in your next request. Do not try to fetch wizindex.json directly — it may be too large for your context window.
Use only the retrieved content to answer. Cite the source file path. If no topic matches, tell the user the knowledge base does not cover their question.
Topic Index
Browse by topic
Each topic links directly to source files in the repository. Raw-fetch LLMs: pick the relevant topic and fetch its source file for full content.
Build Model Context Protocol servers in Python or Node, with best practices and evaluation guidance.
mcp · model context protocol · server · node · python · best practices
How to rebuild this knowledge base
WizRAG is two static files: wizsearch.html and wizindex.json. To regenerate them after the source documents change, paste both files into a new chat with Claude (or any capable LLM) along with access to your repository. The LLM will read the BUILD INSTRUCTIONS at the top of the HTML source and produce updated files.
To regenerate: open this file in any text editor, copy everything from line 1 to "END OF BUILD INSTRUCTIONS", paste into Claude with your repo URL, and ask it to regenerate both files. Drop the new files into your repo and commit. Done.