An AI skill designed for Claude Code, Antigravity, and other AI coding assistants to seamlessly generate, manage, and debug custom plugins for Roneat Studio Pro.
Roneat Studio Pro is a dedicated Windows software built in Python to help transcribe, edit, and play music for the Roneat (a traditional Cambodian xylophone). It features AI-powered audio-to-score transcription, a 2D visualizer, and various export options.
This repository contains the SKILL.md file, which acts as a bridge between AI assistants and the Roneat Studio Pro architecture. By providing this skill to your AI, it will instantly understand the software's internal structure, API, and best practices for writing custom Python plugins (such as new visualizer effects, custom export formats, or new transcription tools).
If you are using an AI agent connected to the SkillsMP directory, you can simply search for roneat-studio-pro-plugin-skill and enable it directly from your interface.
If you are using a local AI coding assistant (like Claude Code or Cursor):
- Download the
SKILL.mdfile from this repository. - Place it in the root directory of your active plugin development workspace.
- Ask your AI assistant to read the
SKILL.mdfile to understand the context before generating your Roneat Studio Pro plugin.
When this skill is activated, the AI assistant will know:
- The core architecture of Roneat Studio Pro.
- The standard template and required Python classes for a valid plugin.
- How to interact with the software's UI and audio/visualizer engines.
- Best practices for error handling and performance within the app.
This project is licensed under the MIT License - see the LICENSE file for details.