Claude-skill-registry download-ai4space
Instructions for downloading the ai4space repository, useful when the user wants to start working with the lunar base model.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/download-ai4space" ~/.claude/skills/majiayu000-claude-skill-registry-download-ai4space && rm -rf "$T"
manifest:
skills/data/download-ai4space/SKILL.mdsource content
Download ai4space Repo
When the user asks to "download the repo" or "start with ai4space", provide the git clone command or the ZIP download link.
Instructions
Option 1: Git Clone (Recommended)
Run the following command to clone the repository:
git clone https://github.com/LunCoSim/ai4space
Option 2: Download ZIP
- Download the repository as a ZIP archive: https://github.com/LunCoSim/ai4space/archive/refs/heads/main.zip
- Unzip the downloaded file.
- Open the folder in an editor like Antigravity or VS Code.