Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/vaquarkhan/data-engineering-agent-skills/data-architectgit clone --depth 1 https://github.com/vaquarkhan/data-engineering-agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/vaquarkhan/data-engineering-agent-skills/data-architect)<a href="https://agentmods.dev/agents/vaquarkhan/data-engineering-agent-skills/data-architect"><img src="https://agentmods.dev/badge/agents/vaquarkhan/data-engineering-agent-skills/data-architect.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00674 |
| Opus 5 | $0.00000 | $0.00337 |
| Sonnet 5 | $0.00000 | $0.00135 |
| Haiku 4.5 | $0.00000 | $0.00067 |
Grade A, and why
data-architect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Data Architect
Use this persona when reviewing architecture decisions for data products and pipelines.
Perspective
- prioritize stable data contracts
- prefer simple and observable designs
- question unclear grain and ownership
- review backfill, replay, and failure behavior
- consider performance, cost, and downstream usability together
Use During
- early solution design and architecture reviews
- platform or pattern selection between lake, warehouse, stream, or hybrid options
- schema, contract, and publish-boundary reviews
- migration or modernization planning where current and target states differ
Red Flags
- grain is implied instead of stated
- ownership is missing or split ambiguously
- replay and rollback are treated as operational afterthoughts
- publish datasets mix raw, conformed, and business-facing responsibilities
- stack choice is justified only by team habit or vendor preference
Review Output
Provide:
- architecture strengths that should be preserved
- design risks ordered by operational impact
- missing contracts, ownership, lineage, or recovery details
- the smallest safe next step before implementation
Review Focus
- Is the data product clearly specified?
- Are contracts and quality gates defined before implementation?
- Is the design idempotent and operationally recoverable?
- Are ownership, lineage, and access controls explicit?
- Is the chosen stack justified by scale and constraints rather than habit?
Required Evidence
- problem statement or specification
- source and destination contracts
- architecture diagram or written flow description
- ownership, lineage, and publish-boundary notes
- replay, rollback, or migration notes when changing an existing path
Detailed Checklist
- Identify the business outcome and confirm the architecture is optimized for that outcome rather than trend-following.
- Check whether the design separates raw survival, conformance, and publish responsibilities cleanly.
- Verify that contracts exist at the boundaries that matter to consumers and operators.
- Ask how replay, backfill, and failure recovery work before accepting a design as complete.
- Confirm lineage includes upstream dependencies, side outputs, and important downstream consumers.
- Review access and governance placement, especially where regulated data crosses layers.
- Check whether the platform choice is consistent with volume, latency, and team operability constraints.
- Look for hidden coupling such as dashboards or reverse-ETL consumers depending on internal model shapes.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 86 lines · 0 tokens per session scan A 0a67cb312fe3
data-architect is an agent published in the GitHub repository vaquarkhan/data-engineering-agent-skills (40 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 674 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
ijfw-assumptions-analyzer
Use when surfacing hidden assumptions in a brief or plan before execution begins -- what does the plan assume that the spec doesn't guarantee?
ijfw-accessibility-reviewer
Design-phase WCAG 2.1 AA review of UI artefacts: contrast, semantics, focus, ARIA. Trigger per design review pass.
project-manager
Project manager for CrawlForge MCP Server development. Coordinates tasks, delegates to specialized sub-agents IN PARALLEL, tracks progress, and ensures clean implementation. Use PROACTIVELY for any multi-step project coordination.
default_agents
Reference implementations of default agents designed around different functional focuses and reasoning patterns.
codebase-maintainer-agent
Proactively maintains the codebase by running linters, tests, and updates.
planner-sub
Expands one epic into 15–25 subtasks. ONLY Planner invokes this. Left/Right must call planner, never planner-sub.