What problem does it solve?
This Skill automates the creation of IDE workspaces (Antigravity, Cursor, VS Code) for Git repositories, simplifying the setup process.
Core Features & Use Cases
- Automated Workspace Generation: Generates compatible workspaces for Git repos under
~/management-git.
- IDE Support: Supports Antigravity, Cursor, and VS Code workspaces.
- Custom Configuration: Allows customizing workspace configuration with
.workspace.config.json.
- Use Case: When a user onboards a new repository, the Skill generates the necessary workspace files to facilitate seamless access to the repository across different IDEs.
Quick Start
Install the skill and generate a workspace for your repository:
mkdir -p ~/.cursor/skills/generate-workspace
cp skills/generate-workspace/SKILL.md \
skills/generate-workspace/reference.md \
~/.cursor/skills/generate-workspace/
cd ~/management-git/<repo-slug>
npx tsx scripts/generate-workspace.mts --repo <repo-slug> --init