Skip to main content
Back to registry

software-architecture

sickn33/antigravity-awesome-skills

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

Installs1
Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill software-architecture
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill provides guidance for quality focused software development and architecture. It is based on Clean Architecture and Domain Driven Design principles. This skill is applicable to execute the workflow or actions described in the overview. - Early return pattern : Always use early returns when possible, over nested conditions for better readability - Avoid code duplication through creation of reusable functions and modules - Decompose long (more than 80 lines of code) components and functions into multiple smaller components and functions. If they cannot be used anywhere else, keep it in the same file. But if file longer than 200 lines of code, it should be split into multiple files. - Use arrow functions instead of function declarations when possible - ALWAYS search for existing solutions before writing custom code - Check npm for existing libraries that solve the problem - Evaluate existing services/SaaS solutions - Consider third-party APIs for common functionality - Use libraries instead of writing your own utils or helpers. For example, use cockatiel instead of writing your own retry logic.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does software-architecture do?

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

Is software-architecture good?

software-architecture does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does software-architecture work with?

software-architecture currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot, claude-code.

What are alternatives to software-architecture?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install software-architecture?

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill software-architecture

Related skills

More from sickn33/antigravity-awesome-skills

Related skills

Alternatives in Software Engineering