A Claude skill for AI-assisted Supernote plugin development, based on official documentation and changelogs (release 0.2.0).
Also an example plugin Doc Screenshot.
A skill for Claude Code / Claude.ai / other platforms that supports a similar skill format. It provides:
- Supernote plugin architecture overview
- Core API quick reference (sync file paths, coordinates, gotchas)
- Type definitions (AIDL interfaces, callback enums)
- Build and debug workflow
This is a "skill" that teaches Claude (an AI assistant) about Supernote plugin development.
Easiest way - Claude.ai (web/desktop):
- Go to claude.ai and sign up (free tier works)
- Go to Settings → Capabilities and turn on "Code execution"(1)
- Download this repository as a ZIP file
- Go to Customize → Skills, click "+", then "Upload a skill"(1)
- Upload the ZIP file
- Start a chat and ask: "Help me create a Supernote plugin that..."
For developers - Claude Code (terminal):
- Install Claude Code:
curl -fsSL https://claude.ai/install.sh | bash(2) - Put
supernote-plugin-dev.mdin~/.claude/skills/(3) - Run
claudein your project folder - Ask about Supernote plugin development
Claude will automatically reference this documentation when helping you code.
This skill and this plugin is not official. It's a personal tool I built for my own Supernote plugin projects, shared in case others find it useful.
MIT – do whatever you want with it.