ln-641-pattern-analyzer
Analyzes single pattern implementation, calculates compliance/completeness/quality scores, identifies gaps. Use when auditing a specific pattern.
npx skills add majiayu000/claude-skill-registry --skill ln-641-pattern-analyzer-levnikolaevich-claude-code-skills-2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # Pattern Analyzer L3 Worker that analyzes a single architectural pattern against best practices and calculates 4 scores. ## Purpose & Scope - Analyze ONE pattern per invocation (receives pattern name, locations, best practices from coordinator) - Find all implementations in codebase (Glob/Grep) - Validate implementation exists and works - Calculate 4 scores: compliance, completeness, quality, implementation - Identify gaps and issues with severity and effort estimates - Return structured analysis result to coordinator **Out of Scope** (owned by ln-624-code-quality-auditor): - Cyclomatic complexity thresholds (>10, >20) - Method/class length thresholds (>50, >100, >500 lines) - Quality Score focuses on pattern-specific quality (SOLID within pattern, pattern-level smells), not generic code metrics ## Input (from ln-640 coordinator) ``` - pattern: string # Pat
- Purpose & Scope
- Input (from ln-640 coordinator)
- Workflow
- Phase 1: Find Implementations
- Phase 2: Read and Analyze Code
- Phase 3: Calculate 4 Scores
- Phase 4: Identify Issues and Gaps
- Phase 5: Calculate Score
- Phase 6: Write Report
- Phase 7: Return Summary
- Critical Rules
- Definition of Done
- Reference Files
What does the ln-641-pattern-analyzer skill do?
Analyzes single pattern implementation, calculates compliance/completeness/quality scores, identifies gaps. Use when auditing a specific pattern.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill ln-641-pattern-analyzer-levnikolaevich-claude-code-skills-2 --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.
