Install
$ agentstack add skill-vaquarkhan-data-engineering-agent-skills-dbt-and-analytics-engineering ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
dbt And Analytics Engineering
Overview
Use this skill when the job is analytics engineering rather than raw ingestion. It helps agents build trustworthy dbt projects with clear layering, reusable models, tests, documentation, and publish-safe business definitions.
When to Use
- creating or changing
dbtmodels - building staging, intermediate, or mart layers
- adding tests, snapshots, or exposures
- organizing business logic for analysts and BI tools
- preparing semantic-layer-friendly outputs
Do not use this to justify putting ingestion or orchestration logic inside dbt.
Workflow
- Confirm the model's role.
Decide whether it belongs in:
- staging
- intermediate
- marts
- snapshot or semantic-serving layers
- Define the business grain and contract.
Capture:
- keys
- metric intent
- filter logic
- null handling
- freshness expectations
- Add tests and documentation with the model.
Typical checks:
- unique
- not null
- relationships
- accepted values
- source freshness where relevant
- Keep model boundaries clean.
Avoid mixing raw cleanup, business logic, and publish semantics in one model.
- Validate downstream usability.
Make sure the output is understandable to analysts, dashboards, and metric consumers.
Common Rationalizations
| Rationalization | Reality | | --- | --- | | "It is only SQL, we do not need model structure." | Poor layering creates brittle marts and duplicate business logic. | | "We can add tests after the dashboard is working." | Untested metrics create trust problems that are hard to unwind. | | "A giant model is easier to maintain." | Monolithic models hide grain changes, assumptions, and reuse opportunities. |
Red Flags
- model grain is unclear
- business logic is duplicated across marts
- no YAML tests or documentation accompany the change
- publish models depend directly on raw sources without clear staging
Verification
- [ ] The model has a clear layer and business purpose
- [ ] Grain, keys, and metric assumptions are explicit
- [ ] Tests and documentation ship with the model
- [ ] Output usability for downstream consumers has been considered
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: vaquarkhan
- Source: vaquarkhan/data-engineering-agent-skills
- License: MIT
- Homepage: https://vaquarkhan.github.io/data-engineering-agent-skills/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.