explain-code
SolidExplain what code does in plain English
Web & Frontend 810 stars
47 forks Updated 3 weeks ago Apache-2.0
Install
Quality Score: 90/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
**Usage:** `/explain-code PATH_OR_DESCRIPTION`
**Examples:**
- `/explain-code v2/lib/src/components/Button.ts`
- `/explain-code the button ripple effect`
- `/explain-code design token system`
Explain: $ARGUMENTS
**Setup:**
1. Read `.claude/PROJECT_CONTEXT.md` to understand AgnosticUI's architecture
**Process:**
2. **Locate and read the code:**
- Identify if it's a core component, framework implementation, or utility
- Read the specified file(s)
- Use Grep/Glob to find related files if needed:
- If explaining core component, show framework usage examples
- If explaining framework story, reference core component
- If explaining utility, show where it's used
3. **Understand the context:**
- Where does this fit in AgnosticUI's architecture?
- Is it framework-agnostic or framework-specific?
- Does it use design tokens or CSS custom properties?
- Are there related files in other frameworks?
4. **Explain clearly:**
- **What it does** (high level, user-facing behavior)
- **How it works** (key logic, algorithms, patterns)
- **Why it's structured this way** (architectural decisions)
- **AgnosticUI-specific context:**
- How it fits the CSS-first approach
- Framework-agnostic vs framework-specific aspects
- Design token usage
- Accessibility considerations
- **Common usage patterns** with examples
- **Edge cases or gotchas** to be aware of
5. **Provide helpful context:**
- Show where it's used (examples,...
Details
- Author
- AgnosticUI
- Repository
- AgnosticUI/agnosticui
- Created
- 5 years ago
- Last Updated
- 3 weeks ago
- Language
- TypeScript
- License
- Apache-2.0
Integrates with
Related Skills
Web & Frontend Featured
antigravity-design-expert
Core UI/UX engineering skill for building highly interactive, spatial, weightless, and glassmorphism-based web interfaces using GSAP and 3D CSS.
38,979 Updated today
sickn33 Web & Frontend Featured
frontend-design
You are a frontend designer-engineer, not a layout generator.
38,979 Updated today
sickn33 Web & Frontend Featured
ui-component
Generate a new UI component that follows StyleSeed Toss conventions for structure, tokens, accessibility, and component ergonomics.
38,979 Updated today
sickn33