-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
TisonK edited this page Apr 9, 2026
·
2 revisions
To use the FS25 Claude Skill, place the .skill file where Claude can find it. This transforms Claude from a general AI into a Farming Simulator 25 expert.
Grab the latest fs25-modding-skill.skill from the Releases page.
Global installation (recommended) — works in any Claude session:
| Platform | Path |
|---|---|
| Windows | %APPDATA%\Claude\skills\ |
| macOS | ~/Library/Application Support/Claude/skills/ |
| Linux | ~/.config/Claude/skills/ |
Project-level (portable) — only active for that project:
MyMods/
├── FS25_MyMod/
│ ├── modDesc.xml
│ └── scripts/
└── fs25-modding-skill.skill ← here
Ask Claude:
"What FS25 modding skills do you have?"
Claude should identify its experts (🎩 Claude and 🚀 Samantha) and list the three knowledge bases: LUADOC, Giants Source, and Patterns.
- Any mention of "FS25", "Farming Simulator", "Giants Engine", "modDesc"
- Pasted Lua code that looks like FS25 mod code
- Any mention of specializations, placeables, HUD, or network events
You don't need to manually activate it every time.
| Problem | Fix |
|---|---|
| Skill not triggering | Mention "FS25" explicitly in your first message |
| Claude "forgets" patterns | Context limit hit — start a new chat and re-trigger |
| WebFetch fails for LUADOC | GitHub may be temporarily unreachable — ask Claude to use the bundled index instead |
.skill not loading |
Verify the file is in the correct folder and restart Claude |