mit einem Klick
create-legacy-command
Interactive initialization script that generates an Antigravity Workflow, Rule, or legacy Claude /command. Use when you need a simple flat-file procedural instruction set.
Menü
Interactive initialization script that generates an Antigravity Workflow, Rule, or legacy Claude /command. Use when you need a simple flat-file procedural instruction set.
A standard image processing utility designed to resize JPEG and PNG files and extract EXIF profiles for the profile-optimizer.
Systematically analyze agent plugins and skills to extract design patterns, architectural decisions, and reusable techniques. Trigger with "analyze this plugin", "mine patterns from", "review plugin structure", "extract learnings from", "what patterns does this plugin use", or when examining any plugin or skill collection to understand its design.
A deliberately broken skill that should trigger multiple anti-pattern detections during analysis.
A minimal well-structured plugin used as a test fixture for self-audit regression testing.
Create technical bundles of code, design, and documentation for external review or context sharing. Use when you need to package multiple project files into a single Markdown file while preserving folder hierarchy and providing contextual notes for each file.
Scaffold GitHub Agent files from an existing Agent Skill. Generates IDE/UI agents (invokable from GitHub Copilot Chat via slash command) and/or CI/CD autonomous agents (GitHub Actions quality gates with Kill Switch). Use when converting a Skill into a GitHub-native agent.
| name | create-legacy-command |
| description | Interactive initialization script that generates an Antigravity Workflow, Rule, or legacy Claude /command. Use when you need a simple flat-file procedural instruction set. |
| disable-model-invocation | false |
| allowed-tools | Bash, Read, Write |
You are tasked with generating a flat-file execution routine, such as an Antigravity Workflow, an Antigravity Rule, or a legacy Claude command.
Information Prompt:
These flat-file formats do not have complex directories or YAML frontmatter dependencies. Because of their simplicity, you may use standard echo and bash commands 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:
// turbo tags)/commandScaffold the Routine: Using bash file creation tools:
.agent/workflows/, .agent/rules/, or .claude/commands/).Confirmation:
Print a success message showing the file location. Explain the difference between this flat-file approach and the richer Agent Skills standard.
audit-plugin to validate the generated artifacts.