·system-architecture
{}

system-architecture

hieutrtr/ai1-skills

System architecture guidance for Python/React full-stack projects. Use during the design phase when making architectural decisions — component boundaries, service layer design, data flow patterns, database schema planning, and technology trade-off analysis. Covers FastAPI layer architecture (Routes/Services/Repositories/Models), React component hierarchy, state management, and cross-cutting concerns (auth, errors, logging). Produces architecture documents and ADRs. Does NOT cover implementation (use python-backend-expert or react-frontend-expert) or API contract design (use api-design-patterns).

11Installs·1Trend·@hieutrtr

Installation

$npx skills add https://github.com/hieutrtr/ai1-skills --skill system-architecture

SKILL.md

The standard Python/React full-stack architecture follows a layered pattern with strict dependency direction.

| Maintainability | High | Can the team understand, modify, and debug this easily? | | Testability | High | Can each component be tested in isolation? | | Performance | Medium | Does it meet latency and throughput requirements? | | Team familiarity | Medium | Does the team have experience with this approach? |

| Operational cost | Low | What are the infrastructure and maintenance costs? | | Future flexibility | Low | How easily can this evolve as requirements change? |

System architecture guidance for Python/React full-stack projects. Use during the design phase when making architectural decisions — component boundaries, service layer design, data flow patterns, database schema planning, and technology trade-off analysis. Covers FastAPI layer architecture (Routes/Services/Repositories/Models), React component hierarchy, state management, and cross-cutting concerns (auth, errors, logging). Produces architecture documents and ADRs. Does NOT cover implementation (use python-backend-expert or react-frontend-expert) or API contract design (use api-design-patterns). Source: hieutrtr/ai1-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hieutrtr/ai1-skills --skill system-architecture
Category
{}Data Analysis
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is system-architecture?

System architecture guidance for Python/React full-stack projects. Use during the design phase when making architectural decisions — component boundaries, service layer design, data flow patterns, database schema planning, and technology trade-off analysis. Covers FastAPI layer architecture (Routes/Services/Repositories/Models), React component hierarchy, state management, and cross-cutting concerns (auth, errors, logging). Produces architecture documents and ADRs. Does NOT cover implementation (use python-backend-expert or react-frontend-expert) or API contract design (use api-design-patterns). Source: hieutrtr/ai1-skills.

How do I install system-architecture?

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