10x-research

Research codebases by spawning parallel sub-agents and synthesizing findings into structured documents.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/Assamir/ai-toolkit --skill 10x-research-assamir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-research
Source: https://github.com/Assamir/ai-toolkit/tree/main/.cursor/skills/10x-research
Command: npx skills add https://github.com/Assamir/ai-toolkit --skill 10x-research-assamir

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Answering questions about a large codebase requires reading many files and tracing connections across components, which is slow and error-prone when done manually. This Skill orchestrates parallel research agents to investigate a codebase question and produces a structured, evidence-backed research document. ## Core Features & Use Cases - Parallel sub-agent research: Spawns 2-4 concurrent Explore and general-purpose agents to search files, trace code paths, and analyze architecture, each returning file:line references. - Scope clarification: Asks targeted questions about depth, focus, and output format before researching ambiguous queries. - Structured research documents: Generates a Markdown research artifact with YAML frontmatter, code references, architecture insights, and historical context stored under context/changes/<change-id>/research.md. - Use Case: Ask "how does authentication work in this repo" and receive a comprehensive document with component breakdowns, code references, GitHub permalinks, and open questions. ## Quick Start Invoke the 10x-research skill and ask a research question such as how the payment processing flow works across the codebase.

Frequently Asked Questions about 10x-research

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I research a large codebase with AI agents?

Invoke the skill with a research question, and it decomposes the query into research areas, then spawns 2-4 parallel sub-agents to search files and analyze architecture. Findings are synthesized into a structured document with file:line references.

How to generate a codebase research document automatically?

After sub-agents complete, the skill writes a Markdown document to context/changes/<change-id>/research.md with YAML frontmatter, summary, detailed findings, code references, and architecture insights. Follow-up questions append new sections to the same document.

What types of sub-agents does parallel codebase research use?

It uses Explore agents for fast file and pattern searches and general-purpose agents for deep multi-file analysis. Agents run concurrently, each focused on a specific research dimension with read-only prompts.

Does codebase research include historical context from past changes?

Yes, it reads context/changes and context/archive directories as supplementary historical context alongside fresh codebase analysis. Prior decisions and past research documents are cited in a dedicated Historical Context section.

When should I skip the scope clarification questions?

Scope questions are skipped when the query is already tight and unambiguous, such as finding all files using a specific tool. Ambiguous queries like broad architecture questions trigger 1-3 clarifying questions about depth and focus.