Agent skill · Frontend

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"

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/analysis/architecture-review-ionfury-homelab/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Current Technology Stack
  2. Evaluation Criteria
  3. 1. Principle Alignment
  4. 2. Stack Fit
  5. 3. Operational Cost
  6. 4. Complexity Budget
  7. 5. Alternative Analysis
  8. 6. Failure Modes
  9. Common Design Patterns
  10. New Application
  11. New Infrastructure Component
  12. New Secret
  13. New Storage
  14. New Database
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going