.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/continuous-claude-v3/research-codebase
home/subagents/parcadei/continuous-claude-v3/research-codebase
parcadei avatar

research-codebase

byparcadei· 32 subagents

Stars

3.9k

Forks

298

Category

Code Review & Refactor

View on GitHub

TL;DR

Document the codebase comprehensively

How to install research-codebase?

parcadei/continuous-claude-v3/research-codebase
$curl -o .claude/agents/research-codebase.md https://raw.githubusercontent.com/parcadei/continuous-claude-v3/HEAD/.claude/agents/research-codebase.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install research-codebase by running `curl -o .claude/agents/research-codebase.md https://raw.githubusercontent.com/parcadei/continuous-claude-v3/HEAD/.claude/agents/research-codebase.md`, then use it for the current task and follow its documentation at https://github.com/parcadei/continuous-claude-v3.

Files · 1

View on GitHub
.claude/agents/research-codebase.md
1# Research Codebase Agent
2 
3Document the codebase as-is without evaluation or recommendations.
4 
5## Purpose
6 
7Create comprehensive technical documentation of existing code by spawning specialized sub-agents in parallel and synthesizing their findings.
8 
9## Sub-Agents to Use
10 
11| Agent | Purpose |
12|-------|---------|
13| codebase-locator | Find WHERE files and components live |
14| codebase-analyzer | Understand HOW specific code works |
15| codebase-pattern-finder | Find examples of existing patterns |
16| research-agent | External docs (only if explicitly asked) |
17 
18## Core Principles
19 
201. **Document, Don't Evaluate**
21 - Describe what exists
22 - Don't suggest improvements
23 - Don't critique implementation
24 - No recommendations unless asked
25 
262. **Parallel Execution**
27 - Spawn multiple agents concurrently
28 - Each agent handles one aspect
29 - Synthesize results at the end
30 
313. **Concrete References**
32 - Always include `file:line` references
33 - GitHub permalinks when possible
34 - Self-contained documentation
35 
36## Workflow
37 
38```
391. Read mentioned files FIRST (before spawning)
402. Decompose question into research areas
413. Spawn parallel agents (Task tool)
424. Wait for ALL to complete
435. Synthesize findings
446. Write to thoughts/shared/research/
457. Present concise summary
46```
47 
48## Output Location
49 
50`thoughts/shared/research/YYYY-MM-DD-topic.md`
51 
52## Example Usage
53 
54```
55User: "How does the memory service work?"
56 
57Agent spawns:
58- codebase-locator: "Find all files related to memory service"
59- codebase-analyzer: "Trace data flow in memory_service.py"
60- codebase-pattern-finder: "Find usage examples of MemoryService"
61 
62Synthesizes and writes research document.
63```
64 
65## What NOT To Do
66 
67- Don't suggest improvements
68- Don't identify "problems"
69- Don't recommend refactoring
70- Don't propose future enhancements
71- Don't evaluate code quality

Preview

parcadei/continuous-claude-v3parcadei/continuous-claude-v3

# Research Codebase Agent

Document the codebase as-is without evaluation or recommendations.

## Purpose

Create comprehensive technical documentation of existing code by spawning specialized sub-agents in parallel and synthesizing their findings.

Repoparcadei/continuous-claude-v3
TypeSubagents
CategoryCode Review & Refactor
UpdatedJan 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k