Add HashiCorp Terraform and Packer skills - #869
Merged
Conversation
Package all 20 skills from hashicorp/agent-skills (16 Terraform, 4 Packer) as Dockyard skill artifacts, prefixed hashicorp- to avoid collisions with generic names like provider-docs and windows-builder in the flat skill catalog. Each spec.yaml pins the skill's source ref and allowlists the false-positive findings surfaced by skill-scanner (HCL interpolation syntax, documented install commands, example IPs/credentials in Terraform/Packer docs, missing per-skill license field). Source: https://github.com/hashicorp/agent-skills Signed-off-by: Dan Barr <6922515+danbarr@users.noreply.github.com>
Contributor
🛡️ Skill Security Scan Results✅ hashicorp-aws-ami-builder
✅ hashicorp-azure-image-builder
✅ hashicorp-azure-verified-modules
✅ hashicorp-new-terraform-provider
✅ hashicorp-provider-actions
✅ hashicorp-provider-configuration
✅ hashicorp-provider-docs
✅ hashicorp-provider-ephemeral-resources
✅ hashicorp-provider-framework-migration
✅ hashicorp-provider-resources
✅ hashicorp-provider-test-patterns
✅ hashicorp-push-to-registry
✅ hashicorp-refactor-module
✅ hashicorp-run-acceptance-tests
✅ hashicorp-terraform-policy
✅ hashicorp-terraform-search-import
✅ hashicorp-terraform-stacks
✅ hashicorp-terraform-style-guide
✅ hashicorp-terraform-test
✅ hashicorp-windows-builder
Summary: Scanned 20 skill(s), all passed security checks. ✅ |
danbarr
enabled auto-merge (squash)
August 11, 2026 19:36
jhrozek
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
4451ceca5456e79cc776efee96a744f7ac96e5bf(main as of 2026-08-10) as Dockyard skill artifacts underskills/hashicorp-*.hashicorp-(flat, not split by plugin) to avoid collisions with generic upstream names likeprovider-docs,provider-actions, andwindows-builderin the shared skill catalog, and to avoid stutter on names that already contain "terraform" (terraform-test,terraform-stacks, etc).spec.yamlstarts atspec.version: 0.1.0, per Dockyard's own-your-semver policy (docs/skill-versioning.md) — upstream'sv1.0.0tag is a whole-repo release, not a per-skill version, and several skills' own SKILL.md frontmatter versions are 0.0.x/0.1.x anyway.security.allowed_issuesentries allowlist the false positives surfaced byskill-scanner(HCL interpolation syntax, documented install commands like the Chocolatey/apt bootstrap, example IPs/credentials in Terraform/Packer docs, missing per-skilllicensefield where upstream doesn't set one), each with cited file:line evidence.Test plan
dockhand validate-skillpasses for all 20 spec.yaml filestask scan-skillpasses cleanly (no unallowlisted findings) for all 20dockhand build-skillbuilt successfully for a sample skill (hashicorp-terraform-test)Signed-off-by: Dan Barr 6922515+danbarr@users.noreply.github.com