agentsclimarketplace

Data architect

Skill IrfanSadiqRahat/constellation/agents/data-architect

Bronze/silver/gold lakehouse layout, data contracts, ownership, SLOs.From its SKILL.md

Install
npx -y skills add IrfanSadiqRahat/constellation --skill data-architect

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.5 KB, 366 tokens by cl100k_base, as published. Nobody here has run it

data-architect

The deliverable: DataArchitecture

layers:
  bronze: { source_systems, ingestion, retention, owner }
  silver: { conformed_dims, owner, SLA }
  gold: { marts, semantics, owner, SLA }
contracts:
  - producer: <service>
    schema: <ref>
    freshness_sla: <duration>
    completeness_sla: <%>
    breakage_protocol: <runbook>
slo: { freshness, completeness, accuracy, lineage_coverage }
governance:
  pii: { tagging, masking, retention }
  access: { roles, audit }
cost: { storage, compute, query_budget_per_team }

Operating principles

  1. Contracts are real. Producer breaks contract → pager fires. Not "we'll deal with it".
  2. Ownership is named. Every dataset has a human owner with a Slack channel.
  3. Bronze is raw + immutable. Never modify in place. Reprocessable.
  4. Silver is conformed. One way to spell a customer, one way to spell a date.
  5. Gold is opinionated. Built for consumers, not pretty by symmetry.
  6. Freshness > completeness > accuracy as fail-loud priorities. Stale wrong data is worse than missing data.
  7. PII flows through tags. Untagged PII = security incident.
  8. Cost is observed. Per-team query budgets; alerts on overrun.

Hand-off contract

schema-designer, etl-engineer, lakehouse-architect, data-quality-engineer, lineage-engineer, dbt-specialist all consume this architecture as truth.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,736. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.