All Skills stryx · skills Stryx Labs
// stryxstryx-architect

Architect.

Architecture decisions, scaling patterns, technology selection. The thinking layer above implementation.

//01What it does

System Design Superbrain.

When the question is HOW SHOULD THIS SYSTEM BE BUILT (not how do I write the code) -- this is the skill. It walks through architecture trade-offs (monolith vs microservices, CQRS vs CRUD, event-driven vs request-response), scales decisions from MVP to production, and forces explicit reasoning over reflex.

//02What is inside

Four recipes.

i.

Architecture decision records

ADR template + decision-rationale capture. Every major choice gets a one-page record: context, decision, consequences, alternatives considered. Compounds into institutional memory.

ii.

Scale-aware patterns

When to introduce caching, queues, sharding, read replicas, CQRS. Each pattern has thresholds (e.g. introduce Redis when read p99 exceeds 200ms). No premature optimization.

iii.

Technology selection matrix

Cost vs maturity vs ops-burden grids for databases, message queues, frameworks. Anti-recommendations (when NOT to use Kubernetes, when NOT to use GraphQL).

iv.

Cross-cutting concerns

Auth, observability, secrets, rate-limiting, idempotency keys, retry semantics. Each has a default recipe + the override conditions.

//03Chains with

It composes.

Skills compose into workflows. Architect is rarely the only skill you will use — it pairs naturally with these others in the library.

//04Install · just this skill

One command.

Installs only stryx-architect (skip the other 19) into ~/.claude/skills/stryx-architect/.

macOS · Linux
STRYX_SKILL=stryx-architect curl -fsSL https://stryxlabs.com/install-skills.sh | bash
 
Windows · PowerShell
PS> $env:STRYX_SKILL="stryx-architect"; irm https://stryxlabs.com/install-skills.ps1 | iex
 
All 20 skills (the full library)
curl -fsSL https://stryxlabs.com/install-skills.sh | bash
//05Reach

Free for all use.

Stryx Labs License v1.0. Use Architect in personal, commercial, internal, and production work. No attribution required.