Agent skill
SND Plugin References
Tracking document for SND plugin skills, repository references, and missing documentation. Use this to find official sources and prioritize skill creation.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/snd-references
SKILL.md
SND Plugin Reference Tracker
This skill tracks all known FFXIV Dalamud plugins used with SND macros, their official repositories, and documentation status.
Documented Skills (Verified)
| Skill | Plugin | Repository | IPC Status | Last Verified |
|---|---|---|---|---|
| snd-artisan | Artisan | PunishXIV/Artisan | Full IPC | 2025-12-11 |
| snd-autoretainer | AutoRetainer | PunishXIV/AutoRetainerAPI | Full IPC | 2025-12-11 |
| snd-bossmod | BossModReborn | awgil/ffxiv_bossmod | Full IPC | 2025-12-11 |
| snd-deliveroo | Deliveroo | VeraNala/Deliveroo (mirror) | Minimal (1 method) | 2025-12-11 |
| snd-glamourer | Glamourer | Ottermandias/Glamourer | Full IPC | 2025-12-11 |
| snd-ice | ICE | LeontopodiumNivale14/Ices-Cosmic-Exploration | Full IPC | 2025-12-11 |
| snd-lifestream | Lifestream | NightmareXIV/Lifestream | Full IPC | 2025-12-11 |
| snd-questionable | Questionable | pot0to/Questionable | Commands only | 2025-12-11 |
| snd-saucy | Saucy | PunishXIV/Saucy | Commands only | 2025-12-11 |
| snd-textadvance | TextAdvance | NightmareXIV/TextAdvance | Full IPC | 2025-12-11 |
| snd-vnavmesh | vnavmesh | awgil/ffxiv_navmesh | Full IPC | 2025-12-11 |
| snd-wrath | WrathCombo | PunishXIV/WrathCombo | Full IPC | 2025-12-11 |
| snd-yesalready | YesAlready | PunishXIV/YesAlready | Commands only | 2025-12-11 |
Missing Skills (Need Creation)
These plugins are used in reference scripts but don't have skill documentation yet:
| Priority | Plugin | Repository | IPC Source | Notes |
|---|---|---|---|---|
| HIGH | AutoHook | PunishXIV/AutoHook | Needs discovery | Fishing automation - required for FishingRaid |
| HIGH | Pandora | PunishXIV/PandorasBox | Needs discovery | QoL features - required for FishingRaid |
| HIGH | Visland | ffxiv-visland/Visland | Needs discovery | Island Sanctuary automation |
| MEDIUM | Teleporter | NightmareXIV/TeleporterPlugin | Needs discovery | Alternative teleportation |
| MEDIUM | SimpleTweaks | Caraxi/SimpleTweaksPlugin | Needs discovery | Various QoL tweaks |
| LOW | Discard Helper | Unknown | Needs discovery | Inventory discard automation |
Reference Scripts
Scripts in the Reference/ folder that document plugin usage:
| Script | Plugins Used | Status |
|---|---|---|
| FishingRaid_original.lua | AutoHook, Pandora, Visland, AutoRetainer, YesAlready, Teleporter, SimpleTweaks, Discard Helper | Analyzed |
IPC File Patterns
When searching for IPC in plugin repositories, look for these common patterns:
IPC.cs
IPCProvider.cs
API.cs
*Api.cs
External/*IPC*.cs
Services/IPC/*
IPC/IPC*.cs
Repository Organizations
Common GitHub organizations for FFXIV plugins:
| Organization | Plugins |
|---|---|
| PunishXIV | Artisan, AutoRetainer, Saucy, YesAlready, WrathCombo, AutoHook, PandorasBox, Deliveroo |
| NightmareXIV | Lifestream, TextAdvance, Teleporter |
| Ottermandias | Glamourer, Penumbra |
| awgil | ffxiv_bossmod, ffxiv_navmesh |
| Caraxi | SimpleTweaksPlugin |
Verification Workflow
When verifying or creating a new skill:
- Find Repository: Search GitHub for the plugin name
- Locate IPC Files: Search for patterns above in the repo
- Extract APIs: Read the IPC source and document all public methods
- Create/Update Skill: Write to
.claude/skills/snd-{pluginname}/SKILL.md - Include Source URL: Always reference the exact IPC file path
- Test Examples: Include working Lua code examples
Notes
Archived/Inaccessible Repos
- Deliveroo: Original at
git.carvel.li/liza/Deliveroois archived. Use GitHub mirror at VeraNala/Deliveroo - Ice: Was incorrectly listed as
ffxivcode/Ice. Correct repo is LeontopodiumNivale14/Ices-Cosmic-Exploration
Plugins Without IPC
Some plugins only expose slash commands, not IPC:
- Saucy: Gold Saucer mini-game automation (not fishing!)
- Questionable: Quest automation
- YesAlready: Dialog auto-confirm
For these, document the slash commands instead.
Common Mistakes Found
- Fabricated APIs that don't exist in source
- Wrong plugin purposes (e.g., Saucy was documented as "fishing" but it's for Gold Saucer)
- Outdated repository URLs
- Methods documented from old versions that no longer exist
Always verify against the actual source code!
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?