create-legacy-command

Legacy Command & Workflow Scaffold Generator

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "create-legacy-command" with this command: npx skills add richfrem/agent-plugins-skills/richfrem-agent-plugins-skills-create-legacy-command

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 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:

  • A Workspace Rule (for context)

  • A Workspace Workflow (for trajectory steps, e.g. // turbo tags)

  • 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.

Confirmation: Print a success message showing the file location. Explain the difference between this flat-file approach and the richer Agent Skills standard.

If Iterating, Use a Disciplined Loop:

  • Baseline first.

  • One change per iteration.

  • Keep/discard decision each run.

  • Crash/timeout logging.

  • Track iterations in evals/results.tsv if this command is being benchmarked.

Next Actions

  • Continuous Improvement: Run ./scripts/benchmarking/run_loop.py --results-dir evals/experiments when calibrating trigger text.

  • Review Loop: Run ./scripts/eval-viewer/generate_review.py to inspect iterative outcomes.

  • Audit: Offer to run audit-plugin to validate the generated artifacts.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

markdown-to-msword-converter

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

zip-bundling

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

spec-kitty-checklist

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

create-agentic-workflow

No summary provided by upstream source.

Repository SourceNeeds Review