Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:17:07 +08:00
commit c0cd55ad8d
55 changed files with 15836 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "melly",
"description": "Complete C4 model workflow for reverse engineering codebases - includes 6 workflow commands, 6 specialized agents, 5 methodology skills, and comprehensive validation tools",
"version": "2.0.0",
"author": {
"name": "Melly Team",
"email": "melly.jwpd1@simplelogin.com"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}