ln-645-architecture-modernization-auditor
Finds architecture-level modernization opportunities: obsolete custom mechanisms, overbuilt extension points, and simplifiable architecture. Use when auditing architecture evolution.
npx skills add majiayu000/claude-skill-registry --skill ln-645-architecture-modernization-auditor --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 (`references/`, `../ln-*`) are relative to this skill directory. # Architecture Modernization Auditor **Type:** L3 Worker L3 Worker that finds architecture-level simplification and modernization opportunities. ## Purpose & Scope - Audit obsolete custom architectural mechanisms, overbuilt extension points, and avoidable architecture indirection - Identify mechanisms that increase maintenance cost without current architectural value - Generate migration-safe modernization findings - Emit `SIMPLIFY_ARCHITECTURE`, `RETIRE_CUSTOM_MECHANISM`, or `CONSOLIDATE_EXTENSION_POINT` - Calculate compliance score (X/10) ## Inputs **MANDATORY READ:** Load `references/audit_worker_core_contract.md`. Tool policy: follow host AGENTS.md MCP preferences; load `references/mcp_tool_preferences.md` and `references/mcp_integration_patterns.md` only when host policy is absent or MCP behavior is unclear. Receives `contextStore` with: `tech_stack`, `architecture`, `codebase_root`, `output_dir`, `domain_mode`, `scan_path`. Use `hex-graph` first when references, architecture metrics, or implementation relationships materially improve modernization findings. Use `hex-line` first for local
- Purpose & Scope
- Inputs
- Workflow
- Audit Rules
- 1. Obsolete Custom Mechanisms
- 2. Overbuilt Extension Points
- 3. Parallel Architectural Mechanisms
- Scoring Algorithm
- Output Format
- Critical Rules
- Definition of Done
What does the ln-645-architecture-modernization-auditor skill do?
Finds architecture-level modernization opportunities: obsolete custom mechanisms, overbuilt extension points, and simplifiable architecture. Use when auditing architecture evolution.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill ln-645-architecture-modernization-auditor --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.
