Claude Skill
hashicorp/agent-skills
提供针对HashiCorp产品的Agent技能与Claude Code插件的GitHub仓库。通过Doormat基础设施管理的基于Shell的工具,增强自动化与集成能力。
概览
仓库信息
安装这个 Skill
npx skills add hashicorp/agent-skillsRegistry 信息
npx skills add hashicorp/agent-skillsnpx skills add hashicorp/agent-skills/terraform/code-generation/skills/terraform-style-guide
项目简介
一套专门为HashiCorp产品设计的Agent技能与Claude Code插件集合,旨在增强自动化与集成能力。
A collection of Agent skills and Claude Code plugins for HashiCorp products.
要点
- 针对HashiCorp产品的Agent技能集合
- 用于增强开发的Claude Code插件
- 基于Shell的实现
- 由Doormat基础设施管理
- 专注于自动化与集成
使用场景
- 自动化HashiCorp产品工作流
- 使用Claude Code扩展开发能力
- 基础设施管理自动化
- HashiCorp工具与AI助手之间的集成
- 企业环境中的托管技能部署
README 摘要
# HashiCorp Agent Skills A collection of Agent skills and Claude Code plugins for HashiCorp products. | Product | Use cases | |:--------|:----------| | [Terraform](./terraform/) | Write HCL code, build modules, develop providers, and run tests | | [Packer](./packer/) | Build machine images on AWS, Azure, and Windows; integrate with HCP Packer registry | > **Legal Note:** Your use of a third party MCP Client/LLM is subject solely to the terms of use for such MCP/LLM, and IBM is not responsible for the performance of such third party tools. IBM expressly disclaims any and all warranties and liability for third party MCP Clients/LLMs, and may not be able to provide support to resolve issues which are caused by the third party tools. ## Installation ### Individual Skills Install Agent Skills in GitHub Copilot, Claude Code, Opencode, Cursor, and more: ```bash # List all skills npx skills add hashicorp/agent-skills # Install a specific skill npx skills add hashicorp/agent-skills/terraform/code-generation/skills/terraform-style-guide ``` ### Claude Code Plugin First, add the marketplace, then install plugins: ```bash # Add the HashiCorp marketplace claude plugin marketplace add hashicorp/agent-skills # Install plugins claude plugin install terraform-code-generation@hashicorp claude plugin install terraform-module-generation@hashicorp claude plugin install terraform-provider-development@hashicorp claude plugin install packer-builders@hashicorp claude plugin install packer-hcp@hashicorp ``` Or use the interactive interface: ```bash /plugin ``` ## Structure ``` agent-skills/ ├── .claude-plugin/ │ └── marketplace.json ├── terraform/ # Terraform skills ├── packer/ # Packer skills ├── <product>/ # Future products (Vault, Con