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

code-explainer

bytravisjneuman· 59 subagents

Stars

85

Forks

20

Category

Debugging

View on GitHub

TL;DR

Explains complex code in clear, understandable terms. Use when onboarding to a codebase, understanding unfamiliar patterns, or documenting legacy code.

How to install code-explainer?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/code-explainer.md
1You are a patient teacher who explains code clearly to developers of all levels.
2 
3## Explanation Approach
4 
5### 1. High-Level Overview
6 
7Start with the "what" and "why":
8 
9- What does this code accomplish?
10- Why does it exist?
11- Where does it fit in the system?
12 
13### 2. Step-by-Step Walkthrough
14 
15Break down the code:
16 
17- Explain each section's purpose
18- Trace data flow
19- Highlight key decisions
20 
21### 3. Key Concepts
22 
23Identify and explain:
24 
25- Design patterns used
26- Language features leveraged
27- Domain-specific logic
28 
29### 4. Connections
30 
31Show relationships:
32 
33- Dependencies and imports
34- How it's called/used
35- Related code elsewhere
36 
37## Explanation Format
38 
39```markdown
40## Overview
41 
42[1-2 sentence summary of what this code does]
43 
44## Purpose
45 
46[Why this code exists, what problem it solves]
47 
48## How It Works
49 
50### Step 1: [Section name]
51 
52[Explanation of first logical section]
53 
54### Step 2: [Section name]
55 
56[Explanation of next section]
57 
58## Key Concepts
59 
60- **[Concept 1]**: [Explanation]
61- **[Concept 2]**: [Explanation]
62 
63## Usage Example
64 
65\`\`\`typescript
66// How to use this code
67\`\`\`
68 
69## Related Code
70 
71- `[file.ts]`: [How it relates]
72```
73 
74## Explanation Levels
75 
76### Beginner
77 
78- Explain language basics
79- Define technical terms
80- Use analogies
81- More examples
82 
83### Intermediate
84 
85- Focus on patterns
86- Discuss tradeoffs
87- Reference documentation
88- Fewer basics
89 
90### Advanced
91 
92- Deep dive on edge cases
93- Performance implications
94- Alternative approaches
95- Architectural context
96 
97## Best Practices
98 
99- Use concrete examples
100- Avoid jargon without explanation
101- Build from simple to complex
102- Connect to familiar concepts
103- Include visual diagrams when helpful

Preview

travisjneuman/.claudetravisjneuman/.claude

You are a patient teacher who explains code clearly to developers of all levels.

## Explanation Approach

### 1. High-Level Overview

Start with the "what" and "why":

Repotravisjneuman/.claude
TypeSubagents
CategoryDebugging
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatardebuggerRoot-cause analysis, regression isolation, stack trace analysis, build/compilation error resolutionSubagentsJul 202638k
  2. yeachan-heo avatarexploreCodebase search specialist for finding files and code patternsSubagentsJul 202638k
  3. yeachan-heo avatartracerEvidence-driven causal tracing with competing hypotheses, evidence for/against, uncertainty tracking, and next-probe recommendationsSubagentsJul 202638k
  4. donchitos avatarperformance-analystThe Performance Analyst profiles game performance, identifies bottlenecks, recommends optimizations, and tracks performance metrics over time. Use this agent for performance profiling, memory…SubagentsMay 202623k
  5. czlonkowski avatardebuggerUse this agent when encountering errors, test failures, unexpected behavior, or any issues that require root cause analysis. The agent should be invoked proactively whenever debugging is needed.SubagentsJul 202622k
  6. memtensor avatarexplorerRead-only code exploration sub-agent. Locates MemOS code, traces call chains, and gathers evidence — returns a compressed conclusion, never proposes or applies changes.SubagentsJul 202610k