← Back to Labs
SKILL.md Frontmatter
claude code workflows✓Fill in Blank
Complete the SKILL.md frontmatter for a /migration skill that generates database migration files. It should run in isolation, restrict tool access, and prompt for required arguments.
--- context: allowed-tools: - - Write - Glob argument-hint: "" --- Generate a database migration file for the given migration name. Follow the repository's migration conventions in src/db/migrations/. Use sequential numbering based on existing migration files.