Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:00:16 +08:00
commit 363991f828
15 changed files with 1182 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "ndf",
"description": "Integrated plugin combining MCP servers, development workflow commands, specialized agents, and Slack notifications",
"version": "1.0.6",
"author": {
"name": "takemi-ohama",
"url": "https://github.com/takemi-ohama"
},
"agents": [
"./agents/director.md",
"./agents/data-analyst.md",
"./agents/corder.md",
"./agents/researcher.md",
"./agents/scanner.md",
"./agents/qa.md"
],
"commands": [
"./commands/serena.md",
"./commands/pr.md",
"./commands/fix.md",
"./commands/review.md",
"./commands/merged.md",
"./commands/clean.md"
]
}