Agent skill
download-ai4space
Instructions for downloading the ai4space repository, useful when the user wants to start working with the lunar base model.
Install this agent skill to your Project
npx add-skill https://github.com/LunCoSim/ai4space/tree/main/skills/download-ai-4-space
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
read-guides
Instructions for checking the available guides in the ai4space repository and reading them.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
git-guardrails-claude-code
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
scaffold-exercises
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
Didn't find tool you were looking for?