AgentStack
SKILL verified MIT Self-run

Architecture

skill-fujigo-software-f5-framework-claude-architecture · by Fujigo-Software

Software architecture patterns, principles, and best practices

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-fujigo-software-f5-framework-claude-architecture

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Architecture? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Architecture Skills

Overview

This module covers fundamental and advanced architecture concepts applicable across all technology stacks.

Categories

Principles

Core software design principles that guide architectural decisions.

  • SOLID Principles
  • DRY, KISS, YAGNI
  • Separation of Concerns
  • Dependency Inversion

Patterns

High-level architecture patterns for organizing systems.

  • Clean Architecture
  • Hexagonal Architecture
  • Layered Architecture
  • Domain-Driven Design
  • CQRS & Event Sourcing
  • Microservices

Design Patterns

Reusable solutions to common design problems.

  • Creational: Factory, Builder, Singleton, DI
  • Structural: Adapter, Decorator, Facade, Repository
  • Behavioral: Strategy, Observer, Command, State Machine

Distributed Systems

Patterns for building distributed applications.

  • Service Communication
  • Data Consistency
  • Resilience Patterns
  • Event-Driven Architecture

Decision Making

Tools and frameworks for architectural decisions.

  • Architecture Decision Records (ADR)
  • Trade-off Analysis
  • Documentation Best Practices

When to Use

  • Starting new projects
  • Refactoring legacy systems
  • Making architecture decisions
  • Code review and design discussions
  • Team knowledge sharing

Directory Structure

skills/architecture/
├── _index.md
├── principles/
│   ├── solid.md
│   ├── dry-kiss-yagni.md
│   ├── separation-of-concerns.md
│   └── dependency-inversion.md
├── patterns/
│   ├── clean-architecture.md
│   ├── hexagonal-architecture.md
│   ├── layered-architecture.md
│   ├── domain-driven-design.md
│   ├── cqrs-event-sourcing.md
│   └── microservices.md
├── design-patterns/
│   ├── creational/
│   ├── structural/
│   └── behavioral/
├── distributed-systems/
└── decision-making/

Integration with F5 Framework

These skills are referenced by:

  • Stack templates for implementation guidance
  • Agents for architecture decisions
  • Quality gates for design review

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.