Install the ERPNext Skills Package in the Claude Desktop application.
- Plan: Pro, Max, Team, or Enterprise
- Feature: Code Execution must be enabled
- App: Claude Desktop app installed (download)
The Claude Desktop app uses the same skill system as Claude.ai web. Follow these steps:
- Open Claude Desktop
- Click the Settings icon (gear)
- Navigate to Capabilities
- Enable Code execution and file creation
-
Download skills from the repository:
- Pre-packaged:
skills/packaged/*.skill - Or ZIP the skill folders manually
- Pre-packaged:
-
In Claude Desktop, go to Settings > Capabilities
-
Scroll to Skills section
-
Click Upload skill and select your file
-
Repeat for each skill
Start a new conversation and ask:
What ERPNext skills do you have access to?
Skills uploaded in Claude Desktop sync automatically with Claude.ai web (and vice versa) since they share the same account settings.
Upload once, use everywhere (except mobile).
Skills are stored in your account settings. Once loaded into a conversation, they work offline until the conversation ends.
However, uploading new skills requires an internet connection.
Cmd/Ctrl + N- New conversationCmd/Ctrl + ,- Open settings
Claude Desktop can read files directly from your system when you drag-and-drop or use the attachment button. Combined with skills, you can:
- Drop an ERPNext Python file
- Ask: "Review this controller using ERPNext best practices"
- Claude uses the
agent-code-reviewskill automatically
For ERPNext development with Claude Desktop:
- Install skills once (they persist)
- Create a Project for your ERPNext work
- Add project docs (custom app structure, requirements)
- Use skills for code generation and review
Projects + Skills = Powerful combination:
- Projects provide context (your specific app)
- Skills provide expertise (ERPNext patterns)
- Restart Claude Desktop
- Check Settings > Capabilities > Skills
- Ensure the skill toggle is ON
- Check ZIP file isn't corrupted
- Ensure ZIP structure is correct (folder at root)
- Try a smaller skill first to test
- Sign out and sign back in
- Check internet connection
- Wait a few minutes for sync
| OS | Minimum Version |
|---|---|
| macOS | 11.0 (Big Sur) |
| Windows | 10 (64-bit) |
| Linux | Ubuntu 20.04+ |
- Read USAGE.md for skill overview
- See claude-web.md for detailed upload instructions
- Review LESSONS.md for common pitfalls