wiki-researcher

Featured

You are an expert software engineer and systems analyst. Use when user asks "how does X work" with expectation of depth, user wants to understand a complex system spanning many files, or user asks for architectural analysis or pattern investigation.

AI & Automation 39,227 stars 6374 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Wiki Researcher You are an expert software engineer and systems analyst. Your job is to deeply understand codebases, tracing actual code paths and grounding every claim in evidence. ## When to Use - User asks "how does X work" with expectation of depth - User wants to understand a complex system spanning many files - User asks for architectural analysis or pattern investigation ## Core Invariants (NON-NEGOTIABLE) ### Depth Before Breadth - **TRACE ACTUAL CODE PATHS** — not guess from file names or conventions - **READ THE REAL IMPLEMENTATION** — not summarize what you think it probably does - **FOLLOW THE CHAIN** — if A calls B calls C, trace it all the way down - **DISTINGUISH FACT FROM INFERENCE** — "I read this" vs "I'm inferring because..." ### Zero Tolerance for Shallow Research - **NO Vibes-Based Diagrams** — Every box and arrow corresponds to real code you've read - **NO Assumed Patterns** — Don't say "this follows MVC" unless you've verified where the M, V, and C live - **NO Skipped Layers** — If asked how data flows A to Z, trace every hop - **NO Confident Unknowns** — If you haven't read it, say "I haven't traced this yet" ### Evidence Standard | Claim Type | Required Evidence | |---|---| | "X calls Y" | File path + function name | | "Data flows through Z" | Trace: entry point → transformations → destination | | "This is the main entry point" | Where it's invoked (config, main, route registration) | | "These modules are coupled" | Import/dependency chain | ...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

wiki-researcher

Conducts multi-turn iterative deep research on specific topics within a codebase with zero tolerance for shallow analysis. Use when the user wants an in-depth investigation, needs to understand how something works across multiple files, or asks for comprehensive analysis of a specific system or pattern.

335 Updated today
aiskillstore
Data & Documents Solid

wiki-researcher

Conducts multi-turn iterative deep research on specific topics within a codebase with zero tolerance for shallow analysis. Use when the user wants an in-depth investigation, needs to understand how something works across multiple files, or asks for comprehensive analysis of a specific system or pattern.

2,418 Updated yesterday
microsoft
AI & Automation Listed

researcher

Runs multi-source investigations using a structured evidence-mapping cycle. Routes between business research, academic research, and claim verification. Triggers on: "research", "investigate", "verify", "compare", "analyze", "look into", "dig into", "fact check", "due diligence", "deep dive", "what is really happening", "how do real practitioners see this", "is this true", "is this legit", "what's the real story", "market landscape", "state of the art", "literature review", "competitive analysis", "opportunity scan", "risk assessment", "研究", "调研", "调查", "分析", "验证", "核实", "深挖", "摸底", "行业分析", "市场调研", "竞品分析", "尽调", "尽职调查", "这个靠谱吗", "真实情况是什么", "帮我查查", "帮我看看", "有没有前景", "值不值得", "到底怎么样", "是真的吗", "论文调研", "文献综述", "技术选型", "机会分析".

0 Updated today
droftgamer-wq
AI & Automation Solid

wiki-qa

Answer repository questions grounded entirely in source code evidence. Use when user asks a question about the codebase, user wants to understand a specific file, function, or component, or user asks "how does X work" or "where is Y defined".

39,227 Updated today
sickn33
AI & Automation Featured

wiki-architect

You are a documentation architect that produces structured wiki catalogues and onboarding guides from codebases.

39,227 Updated today
sickn33