Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Terraform Skill for Claude Code and Codex. LLMs hallucinate a lot with Terraform - TerraShark fixes this. It eliminates hallucinations, is designed for modular and secure code and grounds your IaC in the official Hashicorp Terraform best practices.
| Date | Stars |
|---|---|
| 2026-07-31 | 307 |
| 2026-08-06 | 307 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Terraform Skill for Claude Code, Codex, Antigravity, and Gemini CLI: TerraShark <div align="center" name="top"> <img align="center" src="assets/logo.png" width="180" height="180" alt="TerraShark Logo"> <!-- spacer --> <p></p> [](https://docs.claude.ai/docs/agent-skills) [](https://developers.openai.com/codex/skills/) [](https://geminicli.com/docs/cli/skills) [](https://antigravity.google/docs/skills) [](https://opensource.org/licenses/MIT) [](https://github.com/LukasNiessen/terrashark) </div> The #1 Terraform skill for Claude Code and Codex, measured by GitHub stars. ### Fixes Hallucinations. LLMs hallucinate a lot when it comes to Terraform. This skill fixes it. It includes best practices for Terraform and OpenTofu - good, bad, and neutral examples so the AI avoids common mistakes. Using TerraShark, the AI keeps proven practices in mind, eliminates hallucinations, and defaults to modular, reusable, security-first design. ### Very Token-Efficient. Most Terraform skills dump huge text-of-walls onto the agent and burn expensive tokens - with no upside. LLMs don't need the entire Terraform docs again. TerraShark was aggressively de-duplicated and optimized for maximum quality per token. ### Based on HashiCorp's Official Best Practices. TerraShark is primarily based on [HashiCorp official recommended practices](https://developer.hashicorp.com/terraform/cloud-docs/recommended-practices). When guidance conflicts, it prioritizes HashiCorp's recommendations. --- [Quick Start](#-quick-start) • [Why TerraShark?](#-library-comparison) • [Token Strategy](#-token-strategy) • [What's Included](#-whats-included) • [How It Works](#-how-it-works) • [Sponsor](https://github.com/sponsors/LukasNiessen) • [Philosophy](PHILOSOPHY.md) --- ## ⚡ 2 min Quickstart ### Option 1: Clone **macOS / Linux:** ```bash git clone https://github.com/LukasNiessen/terrashark.git ~/.claude/skills/terrashark ``` **Windows (Powershell):** ```powershell git clone https://github.com/LukasNiessen/terrashark.git "$env:USERPROFILE\.claude\skills\terrashark" ``` **Windows (Command Prompt):** ```powershell git clone https://github.com/LukasNiessen/terrashark.git "%USERPROFILE%\.claude\skills\terrashark" ``` That's it. Claude Code auto-discovers skills in `~/.claude/skills/` - no restart needed. ### Option 2: Marketplace Claude Code has a built-in plugin system with marketplace support. Instead of cloning manually, you can add TerraShark's marketplace and install directly from the CLI: ``` /plugin marketplace add LukasNiessen/terrashark /plugin install terrashark ``` Or use the interactive plugin manager - run `/plugin`, switch to the **Discover** tab, and install from there. The marketplace reads the `.claude-plugin/marketplace.json` in this repo to register TerraShark as an installable plugin. ### Option 3: Codex Codex has no global skill system - setup is per-project. Clone TerraShark into your repo and reference it from your `AGENTS.md`: ```bash # Clone into your project root git clone https://github.com/LukasNiessen/terrashark.git .terrashark ``` Then add to your `AGENTS.md` (or create one in the repo root): ```markdown ## Terraform When working with Terraform or OpenTofu, follow the workflow in `.terrashark/SKILL.md`. Load references from `.terrashark/references/` as needed. ``` ### Option 4: Antigravity **macOS / Linux:** ```bash git clone https://github.com/LukasNiessen/terrashark.git ~/.gemini/antigravity/skills/terrashark ``` **Windows (PowerShell):** ```powershell git clone https://github.com/LukasNiessen/terrashark.gi
Excerpt of 22,956 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:a600f3d91f9a1daf, llm:Repository topics and description: 'Terraform Skill for Claude Code and Codex', topics include terraform, infrastructure-as-code, opentofu, aws, azure, gcp, devops; description: 'LLMs hallucinate a lot with Terraform - TerraShark fixes this... grounds your IaC in Hashicorp Terraform best practices.'
matched fp:a600f3d91f9a1daf, llm:Repository topics and description: 'Terraform Skill for Claude Code and Codex', topics include terraform, infrastructure-as-code, opentofu, aws, azure, gcp, devops; description: 'LLMs hallucinate a lot with Terraform - TerraShark fixes this... grounds your IaC in Hashicorp Terraform best practices.'