SKILL.md
Add Resources Skill
Arguments
- file-path: The
.mdxfile to enhance (required) - --add / -a: Automatically add suggested resources (default: show suggestions only)
- --tool / -t: Focus on specific tool:
terraform,packer,vault,consul,nomad - --level / -l:
beginner,intermediate,advanced,all(default) - --min-links: Minimum resource links to ensure (default: 5)
Process
- Content analysis: Extract keywords, identify HashiCorp tools mentioned, determine technical level, analyze code examples.
- Resource search: Find relevant tutorials, documentation, WAF cross-references, tool-specific docs, hands-on examples.
- Link organization: Group by skill level (beginner → advanced). Balance tutorials, guides, references.
- Format validation: Verbs outside brackets (
Learn about [topic]✅,[Learn about topic]❌). Action verbs: Learn, Explore, Configure, Review, Get started, Implement, Optimize, Troubleshoot.
- Quality checks: No duplicates, relevance to document topic, minimum link count met.
Link format
✅ Learn about [module structure](/terraform/modules) to organize reusable code
✅ Explore [Terraform registry](/terraform/registry) for pre-built modules
✅ Get started with [tutorials](/terraform/tutorials) for hands-on examples
❌ [Learn about module structure](/terraform/modules)
❌ [Explore the Terraform registry](/terraform/registry)