architecture-review
Architecture evaluation criteria and technology standards for the homelab. Preloaded into the designer agent to ground design decisions in established patterns and principles. Use when: (1) Evaluating a proposed technology addition, (2) Reviewing architecture decisions, (3) Assessing stack fit for a new component, (4) Comparing implementation approaches. "technology comparison", "design review", "architecture decision"
npx skills add majiayu000/claude-skill-registry --skill architecture-review-ionfury-homelab --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Architecture Evaluation Framework ## Current Technology Stack | Layer | Technology | Purpose | |-------|-----------|---------| | **OS** | Talos Linux | Immutable, API-driven Kubernetes OS | | **GitOps** | Flux + ResourceSets | Declarative cluster state reconciliation | | **CNI/Network** | Cilium | eBPF networking, network policies, Hubble observability | | **Storage** | Longhorn | Distributed block storage with S3 backup | | **Object Storage** | Garage | S3-compatible distributed object storage | | **Database** | CNPG (CloudNativePG) | PostgreSQL operator with HA and backups | | **Cache/KV** | Dragonfly | Redis-compatible in-memory store | | **Monitoring** | kube-prometheus-stack | Prometheus + Grafana + Alertmanager | | **Logging** | Alloy → Loki | Log collection pipeline | | **Certificates** | cert-manager | Automated TLS certificate management | | **Secrets** | ESO + AWS SSM | External Secrets Operator with Parameter Store | | **Upgrades** | Tuppr | Declarative Talos/Kubernetes/Cilium upgrades | | **Infrastructure** | Terragrunt + OpenTofu | Infrastructure as Code for bare-metal provisioning | | **CI/CD** | GitHub Actions + OCI | Artifact-based promotion pipeline | ## Evaluati
- Current Technology Stack
- Evaluation Criteria
- 1. Principle Alignment
- 2. Stack Fit
- 3. Operational Cost
- 4. Complexity Budget
- 5. Alternative Analysis
- 6. Failure Modes
- Common Design Patterns
- New Application
- New Infrastructure Component
- New Secret
- New Storage
- New Database
What does the architecture-review skill do?
Architecture evaluation criteria and technology standards for the homelab. Preloaded into the designer agent to ground design decisions in established patterns and principles. Use when: (1) Evaluating a proposed technology addition, (2) Reviewing architecture decisions, (3) Assessing stack fit for a new component, (4) Comparing implementation approaches. "technology comparison", "design review", "architecture decision"
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill architecture-review-ionfury-homelab --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
