Skip to content

Installation

TisonK edited this page Apr 9, 2026 · 2 revisions

📦 Installation & Setup

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.


1. Download

Grab the latest fs25-modding-skill.skill from the Releases page.


2. Place the File

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

3. Verify It's Working

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.


4. The Skill Auto-Triggers On

  • 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.


Troubleshooting

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

Clone this wiki locally