mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-11 18:48:36 +08:00
feat: add Claude Code plugin package (#541)
Add separate plugin package for Claude Code plugin directory submission. Structure: - .claude-plugin/plugin.json - plugin metadata - .mcp.json - MCP server configuration - README.md - documentation with use case examples
This commit is contained in:
11
packages/claude-plugin/.claude-plugin/plugin.json
Normal file
11
packages/claude-plugin/.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "next-ai-drawio",
|
||||
"version": "1.0.0",
|
||||
"description": "AI-powered Draw.io diagram generation with real-time browser preview. Create flowcharts, architecture diagrams, and more through natural language.",
|
||||
"author": {
|
||||
"name": "DayuanJiang"
|
||||
},
|
||||
"repository": "https://github.com/DayuanJiang/next-ai-draw-io",
|
||||
"homepage": "https://next-ai-drawio.jiang.jp",
|
||||
"license": "Apache-2.0"
|
||||
}
|
||||
Reference in New Issue
Block a user