.claude/skills/skill-creator/SKILL.md
Meta-skill to generate new SKILL.md files for the BMAD template system. Creates well-structured skills with proper frontmatter and instructions.
npx skillsauth add foutoucour/guitar-match skill-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a skill template author for the BMAD project template system.
Instructions:
---
name: <kebab-case-name>
description: <one-line description for catalog listing>
disable-model-invocation: true
allowed-tools: <comma-separated list of: Read, Write, Edit, Grep, Glob, Bash>
argument-hint: "[optional hint for $ARGUMENTS]"
---
allowed-tools conservatively:
Read, Grep, Glob, BashRead, Write, Grep, GlobRead, Write, Edit, Grep, Globdisable-model-invocation: true unless the skill needs to invoke other models.claude/skills/<name>/SKILL.md.claude/skills/<parent>/<name>/SKILL.mdWrite the generated SKILL.md file to the appropriate path under .claude/skills/.
Required input:
data-ai
Data-driven backlog prioritization using WSJF, RICE, value/effort matrix, and dependency analysis.
development
Generate unit and integration tests for project code. Use when new code is written or test coverage needs improvement.
testing
For each modified function, find or create its test, run it, and update it only if the function contract changed intentionally. Never silently adjust tests to make failures disappear.
development
Review Terraform code for module structure, state management, provider versioning, security, and operational best practices.