create-legacy-command
Installation
SKILL.md
Legacy Command & Workflow Scaffold Generator
You are tasked with generating a flat-file execution routine, such as an Antigravity Workflow, an Antigravity Rule, or a legacy Claude command.
Execution Steps:
-
Information Prompt: These flat-file formats do not have complex directories or YAML frontmatter dependencies. Because of their simplicity, you may use standard
echoandbashcommands to write them. You do NOT need the Python scaffold script for this specific action. -
Gather Requirements: Ask the user what specific type of flat-file routine they need:
- A Workspace Rule (for context)
- A Workspace Workflow (for trajectory steps, e.g.
// turbotags) - A legacy Claude
/command
-
Scaffold the Routine: Using bash file creation tools:
- Create the file in the correct specific location (e.g.
.agent/workflows/,.agent/rules/, or.claude/commands/). - Ensure the file strictly stays under the 12,000 character size limit constraint.
- Write the sequence of steps based on the user's intent.
- Create the file in the correct specific location (e.g.