Agent skill · Databases

warehouse

Plan and review read-only data warehouse analysis with explicit scope, privacy, provenance, and validation checks.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill warehouse --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Declared author: Rudra-G-23
Path: skills/warehouse/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

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

From the SKILL.md

# Warehouse Analysis ## Overview Use this skill to turn a business question into a careful, reproducible warehouse-analysis plan. It is vendor-neutral and assumes no particular schema, semantic layer, connector, or command-line tool. The skill defaults to read-only work. It helps identify the data needed, review a proposed query, and communicate results without overstating what the evidence supports. ## When to Use - The user wants to answer a business question using an authorized data warehouse. - A proposed SQL query needs a review for grain, joins, filters, privacy, or interpretation risks. - An analysis needs a clear record of scope, freshness, assumptions, and source tables. Do not use this skill for warehouse administration, pipeline repair, access escalation, schema mutation, or production data changes. ## Required Inputs Before proposing a query, establish: 1. The decision or question the analysis should inform. 2. The population, metric, dimensions, and time window. 3. The authorized warehouse or query interface available to the user. 4. The relevant schema documentation or table metadata. 5. Any privacy, retention, regional, or minimum-group-size constraints. If a require

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Required Inputs
  4. Workflow
  5. 1. Define the analytical contract
  6. 2. Find governed sources
  7. 3. Draft a read-only query
  8. 4. Review before execution
  9. 5. Execute only with authorization
  10. 6. Validate the result
  11. 7. Report with provenance
  12. Example
  13. Security & Safety Notes
  14. Limitations
More from agentic-awesome-skills
All skills →
About this skill
What does the warehouse skill do?

Plan and review read-only data warehouse analysis with explicit scope, privacy, provenance, and validation checks.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill warehouse --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 sickn33/agentic-awesome-skills, a repository with 44,414 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