Agent Skill for Skip: dual-platform iOS and Android development with Swift and SwiftUI.
- Guides getting started (new vs existing project, Skip install,
skip checkup) - Establishes mode: Skip Fuse (native) or Skip Lite (transpiled)
- References for CLI, modes, compiler directives, building, troubleshooting, porting
- SkipUI, SkipFoundation, and component reference (all content local; no web dependency)
npx skills add https://github.com/asserusama/skip-tool-skill --skill skip-toolThen use the skill in your AI agent, for example: Use the Skip tool skill and help me set up a new Skip project or Use the Skip tool skill and fix this build error.
More info: skills.sh.
Personal use in Claude Code:
Add the marketplace:
/plugin marketplace add asserusama/skip-tool-skill
Install the skill:
/plugin install skip-tool@skip-tool-skill
Personal (all projects): Copy this folder to ~/.cursor/skills/skip-tool/
git clone https://github.com/asserusama/skip-tool-skill.git ~/.cursor/skills/skip-toolProject: Copy into your repo as .cursor/skills/skip-tool/
SKILL.md— Overview, workflow, core guidelines, quick reference, references listreferences/— Small, topic-specific files (getting-started, cli, modes, directives, building, troubleshooting, porting, modules, skip-ui, skip-foundation, components, component-*)
The agent reads only the reference file(s) needed for each request.
Use and adapt as you like. Skip is by skiptools; this skill is unofficial.