feat(bob): add skills manifest and README for Bob Skills Directory#30
Open
faraz wants to merge 3 commits intohashicorp:mainfrom
Open
feat(bob): add skills manifest and README for Bob Skills Directory#30faraz wants to merge 3 commits intohashicorp:mainfrom
faraz wants to merge 3 commits intohashicorp:mainfrom
Conversation
Add a new .bob/skills.json manifest and accompanying .bob/README.md that provide a centralized catalog of HashiCorp Agent Skills for Terraform and Packer development. The skills.json file: - Introduces a schema-backed manifest (skills-manifest.json) with repo metadata, license, and author information. - Lists multiple Terraform-focused skills with name, path, description, category, and tags to enable discovery, categorization, and automated installation by Bob or Skills CLI. - Includes MCP server configuration placeholders and example fields required for consistent skill metadata and automation. The README.md file: - Documents the purpose and usage of the Bob Skills Directory and the skills.json manifest. - Describes the manifest schema, maintenance steps, and sample CLI usage for installing skills. - Points to relevant references and integration guides. This change enables Bob to discover and present available skills, simplifies adding new skills, and standardizes metadata to support tooling and UI integration.
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.
Add a new .bob/skills.json manifest and accompanying .bob/README.md that provide a centralized catalog of HashiCorp Agent Skills for Terraform and Packer development.
The skills.json file:
metadata, license, and author information.
category, and tags to enable discovery, categorization, and automated
installation by Bob or Skills CLI.
required for consistent skill metadata and automation.
The README.md file:
skills.json manifest.
usage for installing skills.
This change enables Bob to discover and present available skills, simplifies adding new skills, and standardizes metadata to support tooling and UI integration.