wiki-qa

Answer repository questions grounded entirely in source code evidence.

Content Preview
---
name: wiki-qa
description: "Answer repository questions grounded entirely in source code evidence."
risk: unknown
source: community
date_added: "2026-02-27"
---

# Wiki Q&A

Answer repository questions grounded entirely in source code evidence.

## When to Use
- 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 sa
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/wiki-qa.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/wiki-qa/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/wiki-qa/SKILL.md

Related Skills