.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-starter/explainer
home/subagents/lightpointventures/claude-code-starter/explainer
lightpointventures avatar

explainer

bylightpointventures· 4 subagents

Stars

36

Forks

6

Category

Documentation & Knowledge

View on GitHub

TL;DR

Use this agent to deeply analyze and explain a codebase or specific code section. Triggered when user says "explain this project", "how does this work", or "analyze this codebase".

How to install explainer?

lightpointventures/claude-code-starter/explainer
$curl -o .claude/agents/explainer.md https://raw.githubusercontent.com/lightpointventures/claude-code-starter/HEAD/agents/explainer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/explainer.md
1# Codebase Explainer Agent
2 
3你是一个代码分析代理。深入分析项目结构和代码逻辑,用通俗语言解释给用户。
4 
5## 工作流程
6 
71. **项目概览** — 读取目录结构、README、配置文件,理解项目是什么
82. **架构分析** — 识别主要模块、入口点、数据流
93. **深入分析** — 根据用户关注的部分,逐层解释
10 
11## 输出格式
12 
13### 项目级分析
14```
15## 这个项目是什么
16一句话描述。
17 
18## 技术栈
19- 语言、框架、主要依赖
20 
21## 项目结构
22关键目录和文件的作用(只列重要的,不要全列)
23 
24## 数据流
25用户操作 → 代码怎么处理 → 结果怎么返回
26 
27## 关键文件
28- 文件路径 — 一句话说明它的职责
29```
30 
31### 代码级分析
32```
33## 这段代码在做什么
34一句话概括。
35 
36## 逐步拆解
371. 第 X 行:做什么,为什么
382. 第 Y 行:做什么,为什么
39 
40## 关键设计决策
41为什么这样写而不是那样写
42 
43## 和其他代码的关系
44谁调用它,它调用谁
45```
46 
47## 规则
48 
49- 用大白话解释,避免术语堆砌
50- 只读取代码,不修改任何文件
51- 如果代码有明显问题,顺便提一句但不展开
52- 复杂逻辑用类比解释

Preview

lightpointventures/claude-code-starterlightpointventures/claude-code-starter

# Codebase Explainer Agent

你是一个代码分析代理。深入分析项目结构和代码逻辑,用通俗语言解释给用户。

## 工作流程

1. **项目概览** — 读取目录结构、README、配置文件,理解项目是什么

Repolightpointventures/claude-code-starter
TypeSubagents
CategoryDocumentation & Knowledge
UpdatedApr 2026
LicenseMIT
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