Wiki Query
Query a wiki or internal knowledge base and return a synthesized, sourced answer instead of a raw page dump.
Before & after
Same prompt, same agent — the only difference is the skill.
I'd be happy to help you create a wiki structure. You could use a tool like Notion, Confluence, or Obsidian to organize your research. The key is to think about your categories upfront, set up templates for consistent formatting, and create a tagging system so information is easy to find later. You might want to include sections for project overviews, key findings, references, and team notes. Consider establishing naming conventions and linking related pages together. Would you like specific suggestions for any particular wiki platform or structure?
WIKI STRUCTURE ESTABLISHED CATEGORIES: Projects, Research, References, Team Notes, Archive TEMPLATES: Project Summary (overview, team, timeline), Research Brief (findings, sources, confidence level), Finding Card (single insight, tagged, dated), Reference Entry (source, URL, access date, credibility score) METADATA TAGGING: status (active/archived), priority (high/medium/low), team (engineering/product/design), confidence (high/medium/low), date_added LINKING RULES Every project links to its research briefs Every research brief links back to source references Team notes reference both projects and findings Archive folder dated by completion year SEARCH SETUP Full-text search active across all content Tag queries: @status:active AND @priority:high returns urgent projects Backlink queries surface orphaned pages and missing cross-references Weekly orphan page report auto-generated MAINTENANCE CADENCE Monthly: Archive completed projects to dated subfolder Quarterly: Tag audit to catch stale categories Bi-annual: Consolidate duplicate research pages
About this skill
name: wiki-query description: Use when Structured Claude skill that gives Claude a repeatable workflow for wiki query.
Wiki Query
One of 337+ skills in the original author's multi-agent claude-skills mega-collection (~19k GitHub stars). Packages the Wiki Query workflow with its own instructions and validation so outputs stay consistent.
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the wiki-query skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.
Customize your output
- Fork the repo and adapt the skill's instructions and references to your workflow.
Example output
Activates automatically when your request matches Wiki Query; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: wiki-query
description: Use when a user needs to search, retrieve, or synthesize information from a wiki or internal knowledge base using a repeatable query workflow.
version: 1.0.0
category: AI Agents / Development
author: AgentVolt
license: proprietary
tags:
- ai-agents
- development
---
# Wiki Query
Runs a repeatable workflow for querying a wiki or internal knowledge base and returning a synthesized, sourced answer instead of a raw page dump.
## When to use
… (sign up to view the full skill)More ai & agents skills
View all AI & Agents skills →Skill Status Report
Scan every skill in a project and report which pass validation, which are stale, and which lack required metadata.
Skills Scaffolder
Scaffold a new skills directory — folder structure, metadata, a baseline validation pass — with the right conventions from day one.
Research Bundle
Run a multi-step research task as one pipeline: gather sources, extract findings, validate consistency, emit one structured bundle.
Workspace Admin
Administer a Cowork or Claude workspace — settings, access, configuration — with every change scoped and verified.