一键导入
terraform-inventory
terraform-inventory tool development — state parsing and Ansible inventory generation. Auto-load when go.mod references terraform-inventory.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
terraform-inventory tool development — state parsing and Ansible inventory generation. Auto-load when go.mod references terraform-inventory.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Complete Bash development skill — defensive patterns, testing with BATS, linting with ShellCheck, POSIX compatibility, idioms, project structure, and CI/CD integration. Load automatically when working with .sh files.
Python debugging via mcp-dap-server with debugpy. Use when stepping through Python code, finding bugs, inspecting runtime state, or debugging pytest tests.
Complete Python development skill — style, type safety, error handling, testing, async, packaging, and performance. Load automatically when working on Python projects.
uv package manager for Python — project setup, dependency management, lockfiles, and migration from pip/poetry/pipenv. Use when setting up Python projects, managing dependencies with uv, or migrating from pip/poetry/pipenv.
Packer HCL2 template authoring. Load when working with .pkr.hcl files. Covers template syntax (variable/locals/source/build blocks), HCL2 type system, provisioners, post-processors, and template organization patterns.
Infrastructure and CI/CD around Packer VM builds. Covers HCP Packer Registry integration, artifact management, automated build pipelines, multi-platform orchestration, image versioning and rollout strategies.
| name | terraform-inventory |
| description | terraform-inventory tool development — state parsing and Ansible inventory generation. Auto-load when go.mod references terraform-inventory. |
| invocation_policy | automatic |
Knowledge base for developing terraform-inventory — a dynamic Ansible inventory generator from Terraform state files.
The Inventory skill directory is the directory containing this file. Feature files are in the features/ subdirectory.
When working with Terraform state file parsing:
features/state-parsing.md for format versions, module structure, resource extractionWhen generating Ansible inventory from state:
features/inventory-format.md for JSON/INI output, group structure, host varsWhen writing or debugging inventory tests:
features/testing.md for test fixtures, CLI testing patternsFor general Terraform state file format, reference terraform/features/state-management.md. For Go patterns, reference the go/ skill.