Warehouse Init
This skill initializes a warehouse state for simulations, allowing users to define and manage inventory and storage locations effectively.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add warehouse-init npx -- -y @trustedskills/warehouse-init
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"warehouse-init": {
"command": "npx",
"args": [
"-y",
"@trustedskills/warehouse-init"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill initializes a new Astronomer Warehouse instance, setting up the foundational environment required for managing Airflow deployments. It handles the initial configuration steps to ensure the warehouse is ready for subsequent data pipeline operations.
When to use it
- Starting a fresh project that requires a dedicated Airflow deployment managed by Astronomer.
- Provisioning a new infrastructure environment where no existing Warehouse or Deployment exists.
- Resetting or re-initializing a local development setup before applying custom configurations.
- Automating the creation of standard warehouse environments in CI/CD pipelines.
Key capabilities
- Creates a new Warehouse instance from scratch.
- Configures essential settings required for Airflow connectivity.
- Prepares the environment for immediate deployment of DAGs and operators.
Example prompts
- "Initialize a new Astronomer Warehouse for my local development environment."
- "Set up a fresh warehouse instance to host a new Airflow deployment."
- "Create a new warehouse configuration ready for pipeline ingestion."
Tips & gotchas
Ensure you have the necessary permissions and network access to create resources before running this skill. This step is strictly for initialization; it does not configure specific DAGs or custom operators, which must be added afterward.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.