mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
Move packages/{core,dashboard,skill} into understand-anything-plugin/ to
conform to the Claude Code plugin format. Add .claude-plugin/marketplace.json
for plugin discovery. Update workspace config and docs accordingly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
628 B
JSON
20 lines
628 B
JSON
{
|
|
"name": "understand-anything",
|
|
"description": "AI-powered codebase understanding tool — analyze, visualize, and explain any project",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Understand Anything Contributors"
|
|
},
|
|
"repository": "https://github.com/Lum1104/Understand-Anything",
|
|
"license": "MIT",
|
|
"keywords": ["codebase", "understanding", "analysis", "knowledge-graph", "visualization"],
|
|
"skills": "./skills/",
|
|
"agents": [
|
|
"./agents/project-scanner.md",
|
|
"./agents/file-analyzer.md",
|
|
"./agents/architecture-analyzer.md",
|
|
"./agents/tour-builder.md",
|
|
"./agents/graph-reviewer.md"
|
|
]
|
|
}
|