·architecture-review
>_

architecture-review

srstomp/pokayokay

Review project architecture, identify structural issues, and plan refactoring. Analyzes directory structure, module boundaries, dependencies, and code organization. Provides systematic approaches for cleanup, restructuring, and migration. Primary focus on TypeScript/JavaScript projects with patterns applicable to other languages. Use this skill when auditing codebases, planning refactors, or improving project organization.

49Installs·5Trend·@srstomp

Installation

$npx skills add https://github.com/srstomp/pokayokay --skill architecture-review

SKILL.md

Pros: Colocation, feature isolation, clear ownership Cons: May duplicate patterns, harder to share

Pros: Clear responsibilities, familiar pattern Cons: Features spread across folders, harder to delete features

Pros: Feature isolation + clear layers within Cons: More boilerplate per feature

Review project architecture, identify structural issues, and plan refactoring. Analyzes directory structure, module boundaries, dependencies, and code organization. Provides systematic approaches for cleanup, restructuring, and migration. Primary focus on TypeScript/JavaScript projects with patterns applicable to other languages. Use this skill when auditing codebases, planning refactors, or improving project organization. Source: srstomp/pokayokay.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/srstomp/pokayokay --skill architecture-review
Category
>_Productivity
Verified
First Seen
2026-02-02
Updated
2026-02-18

Quick answers

What is architecture-review?

Review project architecture, identify structural issues, and plan refactoring. Analyzes directory structure, module boundaries, dependencies, and code organization. Provides systematic approaches for cleanup, restructuring, and migration. Primary focus on TypeScript/JavaScript projects with patterns applicable to other languages. Use this skill when auditing codebases, planning refactors, or improving project organization. Source: srstomp/pokayokay.

How do I install architecture-review?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/srstomp/pokayokay --skill architecture-review Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/srstomp/pokayokay