How to Use It Well
- Setup time ~6 minutes (npx install + install one skill path)
- GitHub stars + forks (verified): see Source & Thanks
- Skills are installable by path for tighter scoping (avoid installing everything)
The fastest win is to standardize “what good looks like” for your infra code. Install a style guide skill, then ask the agent to generate modules with that spec—and reject output that fails formatting, linting, or policy checks.
FAQ
Q: What is a “skill” here? A: A packaged set of instructions, references, and examples that a coding assistant can load on demand.
Q: Can I install only Terraform? A: Yes—use the per-skill path form shown in the README.
Q: How do I keep it safe? A: Treat skills like code review inputs: scope them narrowly and verify any generated output with Terraform plan/apply gates.