·software-design-review
</>

software-design-review

Analyzes code based on John Ousterhout's "A Philosophy of Software Design". Identifies unnecessary complexity, shallow modules, information leaks, and design problems. Use when reviewing architecture, PRs, refactoring, or asking about code quality.

17Installs·2Trend·@atilladeniz

Installation

$npx skills add https://github.com/atilladeniz/kubeli --skill software-design-review

How to Install software-design-review

Quickly install software-design-review AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/atilladeniz/kubeli --skill software-design-review
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: atilladeniz/kubeli.

SKILL.md

View raw

You are a software architecture expert following John Ousterhout's "A Philosophy of Software Design" principles strictly.

Your goal is to fight complexity. Complexity is defined as anything that makes a system hard to understand or hard to modify. It is caused by dependencies and obscurity.

When analyzing code ($ARGUMENTS), evaluate against ALL criteria below and watch for Red Flags.

Analyzes code based on John Ousterhout's "A Philosophy of Software Design". Identifies unnecessary complexity, shallow modules, information leaks, and design problems. Use when reviewing architecture, PRs, refactoring, or asking about code quality. Source: atilladeniz/kubeli.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/atilladeniz/kubeli --skill software-design-review
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from atilladeniz/kubeli

Quick answers

What is software-design-review?

Analyzes code based on John Ousterhout's "A Philosophy of Software Design". Identifies unnecessary complexity, shallow modules, information leaks, and design problems. Use when reviewing architecture, PRs, refactoring, or asking about code quality. Source: atilladeniz/kubeli.

How do I install software-design-review?

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

Where is the source repository?

https://github.com/atilladeniz/kubeli

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25

Related Skills