Agent skill

explain

Use when explaining code, concepts, patterns, or architecture: engineer-grade technical explanations with 3-tier depth control, ASCII diagrams, and execution traces.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill explain-arcasilesgroup-ai-engineering --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/explain-arcasilesgroup-ai-engineering/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Explain Engineer-grade technical explanations of code, concepts, patterns, and architecture. 3-tier depth control scales detail to what the developer needs. Anchored in the actual codebase with `file:line` references, ASCII diagrams, and execution traces. ## When to Use - "How does this work?", "What is this?", "Why does this do X?", "Trace this." - NOT for generating documentation -- use `/ai-write`. - NOT for writing/fixing code -- use `ai-build agent` or `/ai-debug`. ## Process ### 1. Identify subject Classify into: Code, Concept, Pattern, Architecture, Error, or Difference. If ambiguous, ask ONE clarifying question. ### 2. Search codebase Use Grep/Glob to find real instances. Codebase examples with `file:line` references are primary evidence. If not found, use generic example in project's stack and note it. ### 3. Select depth | Depth | Trigger cues | Sections | |-------|-------------|----------| | Brief | "TL;DR", "brief", "short" | Summary + Walkthrough (3-5 steps) | | Standard | General question (DEFAULT) | Summary + Walkthrough + Diagram + Gotchas + Trace | | Deep | "deep dive", "everything", "teach me" | All above + Context Map + Complexity Notes | ### 4. Deliver explana

What's inside
Steps it walks through
  1. When to Use
  2. Process
  3. 1. Identify subject
  4. 2. Search codebase
  5. 3. Select depth
  6. 4. Deliver explanation
  7. 5. Follow-up
  8. Quick Reference
  9. Common Mistakes
  10. Integration
  11. References
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the explain skill do?

Use when explaining code, concepts, patterns, or architecture: engineer-grade technical explanations with 3-tier depth control, ASCII diagrams, and execution traces.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill explain-arcasilesgroup-ai-engineering --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going