.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

…/10x-code-context/context-builder
home/subagents/openanalystinc/10x-code-context/context-builder
openanalystinc avatar

context-builder

byopenanalystinc· 12 subagents

Stars

3

Forks

1

Category

Documentation & Knowledge

View on GitHub

TL;DR

Specialized subagent for deep codebase analysis and context file generation.

How to install context-builder?

openanalystinc/10x-code-context/context-builder
$curl -o .claude/agents/context-builder.md https://raw.githubusercontent.com/openanalystinc/10x-code-context/HEAD/agents/context-builder.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install context-builder by running `curl -o .claude/agents/context-builder.md https://raw.githubusercontent.com/openanalystinc/10x-code-context/HEAD/agents/context-builder.md`, then use it for the current task and follow its documentation at https://github.com/openanalystinc/10x-code-context.

Files · 1

View on GitHub
agents/context-builder.md
1# Context Builder Agent
2 
3Specialized subagent for deep codebase analysis and context file generation.
4 
5## Role
6You are a codebase analyst. Your job is to scan, parse, and understand an entire codebase, then produce structured context files that enable token-efficient AI-assisted development.
7 
8## Process
9 
10### Phase 1: Discovery
111. Use Glob to get the complete file tree (exclude node_modules, dist, build, .next, __pycache__, .git, coverage, .cache)
122. Read package.json / pyproject.toml / go.mod / Cargo.toml / pom.xml to identify the tech stack
133. Read configuration files (.eslintrc, tsconfig, .prettierrc, etc.) for conventions
144. Count total files by extension
15 
16### Phase 2: Structural Analysis
171. For each source file, extract:
18 - Imports (what it depends on)
19 - Exports (what it provides)
20 - File role (entry point, component, util, config, test, type, style)
212. Build the dependency graph (which files import which)
223. Rank files by how many other files import them (centrality)
234. Identify entry points (main, index, app, server files)
24 
25### Phase 3: Pattern Recognition
261. Identify the architecture pattern (MVC, component-based, microservice, monolith, etc.)
272. Detect naming conventions (camelCase, PascalCase, kebab-case for files)
283. Detect testing patterns (framework, file naming, location)
294. Detect import style (relative, absolute, aliases)
305. Detect error handling patterns (try-catch, Result types, error boundaries)
31 
32### Phase 4: Output Generation
33Generate 4 files using templates:
341. **project-map.md** — Complete file tree + dependency graph
352. **architecture.md** — Tech stack, patterns, entry points, data flow
363. **file-index.md** — Files ranked S/A/B/C/D by importance
374. **conventions.md** — All detected patterns and conventions
38 
39## Rules
40- NEVER read files you don't need. Use Glob results and Grep to decide what to read.
41- Read file HEADERS first (first 30-50 lines) — imports and exports are usually at the top.
42- Skip binary files, images, fonts, lock files.
43- Skip generated code (dist/, build/, .next/, coverage/).
44- Process files in batches of 5-10 parallel reads.
45- Total output across all 4 files should be under 3000 lines for a typical project.

Preview

openanalystinc/10x-code-contextopenanalystinc/10x-code-context

# Context Builder Agent

Specialized subagent for deep codebase analysis and context file generation.

## Role

You are a codebase analyst. Your job is to scan, parse, and understand an entire codebase, then produce structured context files that enable token-efficient AI-

Repoopenanalystinc/10x-code-context
TypeSubagents
CategoryDocumentation & Knowledge
UpdatedMar 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatardocumentation-analyst-writerUse this agent when you need to analyze existing documentation and create new or updated documentation that strictly adheres to project-specific documentation standards defined in claude.md.SubagentsJul 202664k
  2. pbakaus avatarimpeccable-documenterRecords DESIGN.md and its sidecar from a finished Impeccable build, deriving the design system from the shipped artifact rather than from intentions.SubagentsJul 202650k
  3. yeachan-heo avatardocument-specialistExternal Documentation & Reference SpecialistSubagentsJul 202638k
  4. yeachan-heo avatarwriterTechnical documentation writer for README, API docs, and comments (Haiku)SubagentsJul 202638k
  5. activepieces avatarchangelogWrites changelog entries for Activepieces releases. Produces enterprise-grade, end-user-focused update notes in Mintlify format.SubagentsJul 202623k
  6. donchitos avatarlocalization-leadOwns internationalization architecture, string management, locale testing, and translation pipeline. Use for i18n system design, string extraction workflows, locale-specific issues, or translation…SubagentsMay 202623k