Skip to main content

Lovrabet Skills Installation

Install Lovrabet Skills to help AI correctly use Lovrabet SDK.


Installation

Run in project root directory:

npx skills add lovrabet/lovrabet-skill

The skills tool will automatically detect your IDE and install corresponding configuration.


Supported IDEs

IDEConfiguration Location
Cursor.cursorrules + .cursor/
Windsurf.windsurf/
Claude Code.claude/ + agents.md
Codex.codex/
OpenCode.opencode/
Qoder.qoder/
CodeBuddy.codebuddy/
Trae.trae/
Generic/Other.agent/

File Structure After Installation

your-project/
├── .cursorrules # Cursor general rules
├── .cursor/
│ └── skills/ # Cursor skills
├── .windsurf/
│ └── workflows/ # Windsurf workflows
├── .claude/
│ └── skills/ # Claude Code skills
├── .lovrabet/
│ ├── skill-manifest.json # skill manifest
│ └── skill/
│ └── .shared/
│ └── guides/ # shared guides
└── agents.md # Claude Code rules

Update

Reinstall to update to latest version:

npx skills add lovrabet/lovrabet-skill

Use with MCP

Skills work better with MCP:

  • MCP enables AI to access dataset information
  • Skills teach AI how to correctly use SDK
  • Combined, AI can generate more accurate code

Troubleshooting

Skills Files Not Taking Effect

  1. Confirm files are created
  2. Restart IDE
  3. Check if IDE supports this format of rule files

npx skills Installation Failed

Possible Reasons:

  • Network connection issue
  • npm registry access restricted

Solution:

# Try using Taobao mirror
npm config set registry https://registry.npmmirror.com

# Reinstall
npx skills add lovrabet/lovrabet-skill

Related Documentation: