← All plugins
polotno-sdk
v1.0.0Polotno SDK development assistant — API patterns, docs search, and coding guidance
Claude Code1 skill1 MCP serverstdio
by Polotno0updated 4 months ago
Source
git clone https://github.com/polotno-project/polotno-ai-rulesClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
polotno-sdk/
├── .claude-plugin/plugin.json├── skills/polotno-sdk/SKILL.md└── .mcp.json
Skills1
polotno-sdkskills/polotno-sdk/SKILL.md
Polotno SDK development assistant — API patterns, best practices, and live documentation search
MCP servers1
polotno-documentationstdio
- command
- npx
- args
- crawl-chat-mcp --id=67e312247a822a2303f2b8a7 --name=polotno_documentation
Manifests1
.claude-plugin/plugin.json
{
"name": "polotno-sdk",
"description": "Polotno SDK development assistant — API patterns, docs search, and coding guidance",
"version": "1.0.0",
"author": {
"name": "Polotno"
},
"repository": "https://github.com/polotno-project/polotno-ai-rules"
}