architecture-review

Analyze, audit, and improve project structure.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "architecture-review" with this command: npx skills add srstomp/pokayokay/srstomp-pokayokay-architecture-review

Architecture Review

Analyze, audit, and improve project structure.

Key Principles

  • Measure before changing — Map structure and identify concrete issues before proposing changes

  • Clear boundaries — Layers (UI, logic, data) separated with consistent dependency direction

  • Colocation — Related code together; easy to find, change, and delete features

  • Incremental migration — Refactor in phases, validate each step with tests

Quick Assessment

  • No circular dependencies

  • Consistent directory naming and grouping (by feature or by type)

  • Single responsibility per file/module, reasonable file sizes (<500 lines)

  • External dependencies isolated, shared code properly extracted

  • New developers can navigate and find code for any feature easily

Quick Start Checklist

  • Map current structure: directory tree, dependency graph, module boundaries

  • Identify issues: circular deps, god modules, leaky abstractions, deep nesting

  • Classify severity: critical (blocks dev), high (maintenance burden), medium/low (friction)

  • Propose target structure with migration plan

  • Execute incrementally, validating with tests after each move

References

Reference Description

analysis-techniques.md Dependency graphs, complexity metrics, code analysis

refactoring-patterns.md Safe refactoring techniques, migration strategies

structural-patterns.md Directory structures for different project types

dependency-management.md Circular deps, coupling, module boundaries

cleanup-strategies.md Dead code removal, consolidation, naming conventions

anti-rationalization.md Iron Law, common rationalizations, red flag STOP list for architecture discipline

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

AxonFlow Governance Policies

Govern OpenClaw with AxonFlow — block dangerous commands, detect PII, prevent data exfiltration, protect agent config files, explain policy decisions, grant...

Registry SourceRecently Updated
2381Profile unavailable
Security

Dropbox Business

Dropbox Business API integration with managed OAuth. Manage team members, groups, team folders, devices, and audit logs for Dropbox Business teams. Use this...

Registry SourceRecently Updated
6972Profile unavailable
Security

Code Review Inspector

Automated code review checking for bugs, security issues, best practices, performance problems, and code style

Registry SourceRecently Updated
330Profile unavailable
Security

Vorim AI — Agent Identity & Trust

AI agent identity, permissions, trust scores, and audit trails via Vorim AI. Use when: (1) performing sensitive actions that need permission checks, (2) logg...

Registry SourceRecently Updated
190Profile unavailable