By vegastack
Local, deterministic Terraform docs harness for 31 providers (AWS, Azure, GCP, Cloudflare, Kubernetes, Helm, Vault, DigitalOcean, GitHub, GitLab, Vercel, Netlify, Datadog, Grafana, Splunk, PagerDuty, Okta, Auth0, CrowdStrike, 1Password, MongoDB Atlas, Snowflake, Redis Cloud, ClickHouse, Pinecone, Ansible, and the standard utility providers). Gives Claude Code accurate resource names, argument schemas (top-level + per-block), import syntax, deprecation flags, HCL examples, recent-change knowledge cards, cross-provider recipes, and concept-alias resolution — without web search, MCPs, or model-knowledge gaps.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
External network access
Connects to servers outside your machine
@vegastack/cliA deterministic, offline knowledge harness for coding agents. One npm install gives Claude Code, Codex, Cursor, and Gemini local, citable competence over 31 Terraform providers — without web search, MCPs, or model-knowledge gaps.
npm i -g @vegastack/cli # ~5 MB CLI + ~12 MB compressed bundle (97 MB on disk after extract)
vegastack doctor # verify environment
vegastack skills install --agent all # register skills with all installed agents
aws, azure, gcp, cloudflare, kubernetes, helm, vault, digitalocean, github, gitlab, vercel, netlify, datadog, grafana, splunk, pagerduty, okta, auth0, crowdstrike, 1password, mongodb-atlas, snowflake, redis-cloud, clickhouse, pinecone, ansible, random, tls, time, local, external.MANIFEST.json — resource schemas, argument lists, enum values, import syntax, deprecation flags, HCL reference graph, recommended companions.vegastack tf <query> — a deterministic discovery CLI. Returns one JSON envelope with files[], knowledge[] (curated recent-change facts), recipes[] (multi-provider scaffolds), concept_aliases_used[] (natural-language → resource mapping). Top-K results arrive with full schemas inline..agents/skills/), Cursor (.cursor/rules/), and Gemini (gemini-extension.json).hashicorp/agent-skillsHashiCorp shipped a competing agent-skills bundle in February 2026. They're complementary, not competitive:
| Aspect | hashicorp/agent-skills | @vegastack/cli |
|---|---|---|
| Audience | Provider authors | Provider consumers (devops/SRE/platform/sec engineers) |
| What it ships | "How to write a Terraform provider", "Run acceptance tests", azure-verified-modules patterns | Per-resource manifest, import-id syntax, deprecation flags, recipes, knowledge cards for 31 providers |
| Installs to | Claude Code skills | Claude Code / Codex / Cursor / Gemini / Continue / Aider via npm |
| License | MPL-2.0 | MIT |
Both can be installed side-by-side. Use hashicorp/agent-skills when authoring or testing your own provider; use @vegastack/cli when writing or modifying Terraform configurations that consume providers.
v0.1 status: internal-only release via GitHub Packages. The public-npm + skill-registry install paths below are reserved for the v1.0 public ship; they will not resolve a package today. Use the "Install (internal — GitHub Packages)" section first.
@vegastack/cli is published to GitHub Packages under the VegaStack org. Three steps:
1. Create a GitHub PAT with read:packages scope
Go to https://github.com/settings/tokens?type=beta → Generate new token → resource access: VegaStack org → permissions: Packages → Read-only. Save the token (ghp_...).
2. Authenticate npm to the GitHub Packages registry
Add to ~/.npmrc (create if missing):
@vegastack:registry=https://npm.pkg.github.com
//npm.pkg.github.com/:_authToken=ghp_YOUR_PAT_HERE
3. Install the CLI
# Global (recommended for CLI tools):
npm i -g @vegastack/cli
# Or local to a project:
npm i @vegastack/cli
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub vegastack/vegastack-cli --plugin vegastack-cliTwo-way markdown sync for Notion — push, pull, and round-trip local markdown files with Notion pages via the Markdown API. Auto-detects GFM vs Notion format, handles media uploads/downloads, icon replication, and database page properties.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Memory compression system for Claude Code - persist context across sessions
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.