·swe

Applies software engineering best practices, design principles, and avoids common anti-patterns. Use when designing systems, reviewing code quality, refactoring legacy code, making architectural decisions, or improving maintainability.

26Installs·1Trend·@knoopx

Installation

$npx skills add https://github.com/knoopx/pi --skill swe

How to Install swe

Quickly install swe 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/knoopx/pi --skill swe
  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: knoopx/pi.

SKILL.md

View raw

| Simplicity | Simplest code that works; complexity only when required | | Single Responsibility | Each function/class/module does one thing | | Self-Documenting | Code explains itself; comments are a smell | | Fail Fast | Validate early, propagate unexpected errors | | Test Behavior | What code does, not implementation |

| No Backwards Compat | Don't add legacy support unless requested | | Consistency | Match project conventions over preference |

| Single Responsibility | Class doing too many things | | Open/Closed | Modifying existing code for new features | | Liskov Substitution | Overridden methods breaking contracts | | Interface Segregation | Clients depend on unused methods | | Dependency Inversion | High-level imports low-level details |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/knoopx/pi --skill swe
Source
knoopx/pi
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from knoopx/pi

Quick answers

What is swe?

Applies software engineering best practices, design principles, and avoids common anti-patterns. Use when designing systems, reviewing code quality, refactoring legacy code, making architectural decisions, or improving maintainability. Source: knoopx/pi.

How do I install swe?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/knoopx/pi --skill swe 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/knoopx/pi

Details

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