software-architecture

Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.

Content Preview
---
name: software-architecture
description: "Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development."
risk: unknown
source: community
date_added: "2026-02-27"
---

# Software Architecture Development Skill

This skill provides guidance for quality focused software development and architecture. It is based on Clean Architecture and Domain Driven Design principles
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/software-architecture.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/software-architecture/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/software-architecture/SKILL.md

Related Skills