Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

DebugSwift Skills

Agent skills for DebugSwift tools and workflows. Compatible with Claude Code, Cursor, OpenCode, Codex, Pi, and 60+ other agents via the skills CLI.

Install

Install all skills globally (recommended):

npx skills add DebugSwift/skills --all -g

Install one skill:

npx skills add DebugSwift/skills --skill swift-agent-debug-log -g -y

Install to specific agents:

npx skills add DebugSwift/skills \
  -a claude-code,cursor,opencode,codex,pi \
  -g -y

List available skills:

npx skills add DebugSwift/skills --list

Skills

Skill Description
swift-agent-debug-log Instrument Swift/iOS apps for Cursor DEBUG MODE with NDJSON hypothesis logs

Repository layout

skills/
  swift-agent-debug-log/
    SKILL.md

Each skill is a folder with a required SKILL.md (YAML frontmatter + instructions). The skills CLI discovers skills under skills/ and installs them to the correct directory for each agent.

Manual install

Agent Global path
Claude Code ~/.claude/skills/<skill-name>/
Cursor ~/.cursor/skills/<skill-name>/
OpenCode ~/.config/opencode/skills/<skill-name>/
Codex ~/.codex/skills/<skill-name>/
Pi ~/.pi/agent/skills/<skill-name>/

Copy or symlink a skill folder from skills/ into the path for your agent.

About

Agent Skills for Debugging iOS

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors