richfrem/project_sanctuary · Archived

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.

First seen May 24, 2026

Installation

$ npx skills add richfrem/project_sanctuary --skill create-legacy-command

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from richfrem/project_sanctuary · top by installs.

npx skills add richfrem/project_sanctuary

Browse all from richfrem/project_sanctuary

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4
License LICENSE
Default branch main
Open issues 1
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash, Read, Write
Declared agents claude-code antigravity

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,609 B
  • docs SUMMARY.md 200 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

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:

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

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

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

  1. Confirmation:

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

Next Actions

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