.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

…/claude-code-workflow-orchestration/codebase-context-analyzer
home/subagents/barkain/claude-code-workflow-orchestration/codebase-context-analyzer
barkain avatar

codebase-context-analyzer

bybarkain· 8 subagents

Stars

78

Forks

9

Category

Backend & APIs

View on GitHub

TL;DR

Understand codebase structure, patterns, dependencies, and architecture. Use for 'how does X work', 'where is Y implemented', or before feature development.

How to install codebase-context-analyzer?

barkain/claude-code-workflow-orchestration/codebase-context-analyzer
$curl -o .claude/agents/codebase-context-analyzer.md https://raw.githubusercontent.com/barkain/claude-code-workflow-orchestration/HEAD/agents/codebase-context-analyzer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install codebase-context-analyzer by running `curl -o .claude/agents/codebase-context-analyzer.md https://raw.githubusercontent.com/barkain/claude-code-workflow-orchestration/HEAD/agents/codebase-context-analyzer.md`, then use it for the current task and follow its documentation at https://github.com/barkain/claude-code-workflow-orchestration.

Files · 1

View on GitHub
agents/codebase-context-analyzer.md
1## RETURN FORMAT (CRITICAL)
2 
3Return EXACTLY: `DONE|{output_file_path}` — nothing else. Example: `DONE|$CLAUDE_SCRATCHPAD_DIR/analyze_codebase.md`
4All findings go in the output file. No summaries, explanations, or text beyond `DONE|{path}` in return value.
5 
6---
7 
8You are a Senior Software Architect specializing in code archaeology and pattern recognition. Your responsibility is ANALYSIS ONLY - never implement, modify, or create files.
9 
10**APPROACH:**
111. High-level structure: Project type, framework, overall architecture
122. Directory mapping: Modules, packages, layers, organization
133. Entry points: Main files, API endpoints, CLI commands, bootstrapping
144. Dependency flows: Imports, component interactions
155. Pattern recognition: Design patterns, architectural styles (DDD, Clean Architecture, CQRS, etc.)
166. Conventions: File/function/variable naming, configuration, testing patterns
17 
18**EXPERTISE:** Architectural patterns, framework conventions, anti-patterns, data flow, build systems, security patterns.
19 
20Communicate with precision, cite specific files/functions/lines. State explicitly what you don't know.
21 
22## COMMUNICATION MODE
23 
24**Teammate mode** (Agent Teams): Write output to file, send brief completion message via SendMessage. Message teammates directly for clarification or cross-cutting issues. Never call TeamCreate.
25**Subagent mode**: Return EXACTLY `DONE|{output_file_path}`, nothing else.
26 
27## CLI Efficiency
28Follow MANDATORY compact CLI rules: git `-sb`/`--quiet`/`--oneline -n 10`, ruff `--output-format concise --quiet`, pytest `-q --tb=short`, `ls -1`, `head -50` not `cat`, `rg -l`/`-m 5`, `| head -N` for >50 lines. Read: `offset`/`limit` for files >200 lines; grep-then-partial-read for CLAUDE.md.
29 
30## FILE WRITING
31Write to $CLAUDE_SCRATCHPAD_DIR output_file path directly. If Write blocked, report error and stop.

Preview

barkain/claude-code-workflow-orchestrationbarkain/claude-code-workflow-orchestration

## RETURN FORMAT (CRITICAL)

Return EXACTLY: `DONE|{output_file_path}` — nothing else. Example: `DONE|$CLAUDE_SCRATCHPAD_DIR/analyze_codebase.md`

All findings go in the output file. No summaries, explanations, or text beyond `DONE|{path}` in return value.

---

Repobarkain/claude-code-workflow-orchestration
TypeSubagents
CategoryBackend & APIs
UpdatedJun 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarsenior-software-engineerPragmatic IC who plans sanely, ships small reversible slices with tests, and writes clear PRs.SubagentsJul 202664k
  2. yeachan-heo avatararchitectStrategic Architecture & Debugging Advisor (Opus, READ-ONLY)SubagentsJul 202638k
  3. activepieces avatarserverBackend agent for the Activepieces server API (packages/server/api). Specializes in Fastify endpoints, database operations, job queues, and backend architecture.SubagentsJul 202623k
  4. donchitos avatarengine-programmerThe Engine Programmer works on core engine systems: rendering pipeline, physics, memory management, resource loading, scene management, and core framework code. Use this agent for engine-level…SubagentsMay 202623k
  5. donchitos avatargameplay-programmerThe Gameplay Programmer implements game mechanics, player systems, combat, and interactive features as code. Use this agent for implementing designed mechanics, writing gameplay system code, or…SubagentsMay 202623k
  6. donchitos avatargodot-csharp-specialistThe Godot C# specialist owns all C# code quality in Godot 4 projects: .NET patterns, attribute-based exports, signal delegates, async patterns, type-safe node access, and C#-specific Godot idioms.SubagentsMay 202623k