
Wiki Qa
- 10 installs
- 82 repo stars
- Updated August 2, 2026
- aaaaqwq/agi-super-skills
wiki-qa is a Claude Code skill that answers repository questions grounded entirely in source-code evidence with inline citations.
About
wiki-qa answers questions about a code repository using only source-file analysis. It searches and reads relevant files, then synthesizes an answer with inline source citations and a Key Files table. A developer uses it to understand how a component works or where something is defined without relying on external knowledge or guessing.
- Answers repository questions grounded entirely in source-code evidence
- Cites sources inline like (src/path/file.ts:42) and includes a Key Files table
- Refuses to invent or use external knowledge, answering in the question's language
Wiki Qa by the numbers
- 10 all-time installs (skills.sh)
- Ranked #1,133 of 1,879 Documentation skills by installs in the Skillselion catalog
- Data as of Aug 3, 2026 (Skillselion catalog sync)
wiki-qa capabilities & compatibility
- Capabilities
- codebase qa · code navigation · source analysis · documentation
- Use cases
- documentation · research
What wiki-qa says it does
Answer repository questions grounded entirely in source code evidence.
NEVER invent, guess, or use external knowledge
npx skills add https://github.com/aaaaqwq/agi-super-skills --skill wiki-qaAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 10 |
|---|---|
| repo stars | ★ 82 |
| Last updated | August 2, 2026 |
| Repository | aaaaqwq/agi-super-skills ↗ |
What it does
Answer how-does-this-work and where-is-this-defined questions about a codebase, grounded in cited source files.
Who is it for?
Understanding how a codebase works from cited source evidence
Skip if: Answering with external or general knowledge beyond the repository
When should I use this skill?
When you ask how something works or where something is defined in a codebase
By the numbers
- cites sources inline with file:line
- includes a Key Files table
Files
Wiki Q&A
Answer repository questions grounded entirely in source code evidence.
When to Activate
- User asks a question about the codebase
- User wants to understand a specific file, function, or component
- User asks "how does X work" or "where is Y defined"
Procedure
1. Detect the language of the question; respond in the same language 2. Search the codebase for relevant files 3. Read those files to gather evidence 4. Synthesize an answer with inline citations
Response Format
- Use
##headings, code blocks with language tags, tables, bullet lists - Cite sources inline:
(src/path/file.ts:42) - Include a "Key Files" table mapping files to their roles
- If information is insufficient, say so and suggest files to examine
Rules
- ONLY use information from actual source files
- NEVER invent, guess, or use external knowledge
- Think step by step before answering
When to Use
This skill is applicable to execute the workflow or actions described in the overview.
/home/aa/clawd/skills/wiki-qaRelated skills
FAQ
How does it answer questions?
It searches and reads relevant source files and synthesizes an answer with inline citations and a Key Files table.
Does it use external knowledge?
No; it uses only actual source files and never invents or guesses.