Agent skill · Frontend

analyzing-frontend-layer

Use when analyzing frontend/UI layer including components, state management, routing, and API integration (optional - skip if no frontend exists)

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill analyzing-frontend-layer --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Allowed tools: -Read-Grep-Glob-Bash(mkdir:*ls:*)-Write(docs/unwind/**)-
Path: skills/analysis/analyzing-frontend-layer/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

# Analyzing Frontend Layer **Output:** `docs/unwind/layers/frontend/` (folder with index.md + section files) **Principles:** See `analysis-principles.md` - completeness, machine-readable, link to source, no commentary, incremental writes. ## Output Structure ``` docs/unwind/layers/frontend/ ├── index.md # Route overview, page count, tech stack ├── routes.md # Routing structure ├── pages.md # Page purposes and user flows [MUST] ├── state.md # State management └── api-hooks.md # API integration points ``` For large codebases (20+ pages), split by feature: ``` docs/unwind/layers/frontend/ ├── index.md ├── auth-feature.md ├── dashboard-feature.md └── ... ``` ## Process (Incremental Writes) **Step 1: Setup** ```bash mkdir -p docs/unwind/layers/frontend/ ``` Write initial `index.md`: ```markdown # Frontend Layer ## Sections - [Routes](routes.md) - _pending_ - [Pages](pages.md) - _pending_ - [State](state.md) - _pending_ - [API Hooks](api-hooks.md) - _pending_ ## Summary _Analysis in progress..._ ``` **Step 2: Analyze and write routes.md** 1. Find route definitions 2. Document URL patterns and nesting 3. Write `routes.md` immediately 4. Update `index.md` **Step 3: Analyze and write pages.

What's inside
Steps it walks through
  1. Output Structure
  2. Process (Incremental Writes)
  3. Output Format
  4. Additional Requirements
  5. Focus on WHAT, not HOW
  6. MUST Document (Essential for Feature Parity)
  7. SHOULD Document (Valuable Patterns)
  8. DON'T Document (Tech-Specific)
  9. Page Documentation Format
  10. Mandatory Tagging
  11. Refresh Mode
Ships with 1 file
  • metadata.json
Commands it runs
mkdir -p docs/unwind/layers/frontend/
More from claude-skill-registry
All skills →
About this skill
What does the analyzing-frontend-layer skill do?

Use when analyzing frontend/UI layer including components, state management, routing, and API integration (optional - skip if no frontend exists)

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill analyzing-frontend-layer --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