The README covers the recommended installation paths: skills.sh, the OpenAI Plugins Directory (ChatGPT & Codex), Claude Code, and Cursor. This file lists every other supported client.
Install via pi:
pi install https://github.com/AvdLee/SwiftUI-Agent-SkillThe skill will be available automatically in pi sessions.
Install globally (user-level skill available in all Gemini CLI sessions):
gemini skills install https://github.com/AvdLee/SwiftUI-Agent-SkillOr install at workspace level so the skill is shared with your team via version control:
gemini skills install https://github.com/AvdLee/SwiftUI-Agent-Skill --scope workspaceYou can verify the installation with:
gemini skills listFor more information, see the Gemini CLI Agent Skills documentation.
Install the skill globally:
git clone https://github.com/AvdLee/SwiftUI-Agent-Skill.git
mkdir -p ~/.autohand/skills
cp -R SwiftUI-Agent-Skill/skills/swiftui-expert-skill ~/.autohand/skills/Or install it only for the current project:
git clone https://github.com/AvdLee/SwiftUI-Agent-Skill.git
mkdir -p .autohand/skills
cp -R SwiftUI-Agent-Skill/skills/swiftui-expert-skill .autohand/skills/Autohand Code discovers skills from ~/.autohand/skills/ and .autohand/skills/.
- Clone this repository.
- Install or symlink the
skills/swiftui-expert-skill/folder following your tool's official skills installation docs (see links below). - Use your AI tool as usual and ask it to use the "swiftui-expert" skill for SwiftUI tasks.
Note: the skill folder moved from the repository root to
skills/swiftui-expert-skill/when adopting the Agent Plugins format. A symlink at the oldswiftui-expert-skill/path keeps existing local clones and scripts working; it will be removed in the next major version.
Follow your tool's official documentation, here are a few popular ones:
- Codex: Where to save skills
- Claude: Using Skills
- Cursor: Plugins documentation or Enabling Skills
- Gemini CLI: Agent Skills
- Autohand Code:
~/.autohand/skills/or.autohand/skills/
How to verify:
Your agent should reference the workflow/checklists in skills/swiftui-expert-skill/SKILL.md and jump into the relevant reference file for your task.
After installing through any of these options, use the skill in your AI agent, for example:
Use the swiftui expert skill and review the current SwiftUI code for state-management and performance improvements