Files
2025-11-30 08:38:44 +08:00

19 lines
643 B
JSON

{
"name": "automation-helper",
"description": "AI assistant for Power Automate and n8n workflows. 6 skills in active development: design, build, debug, quick-fix, refactor, and validate. Documentation-driven approach (no hallucinations). Contributions welcome!",
"version": "0.1.0-alpha",
"author": {
"name": "MacroMan5",
"email": "[email protected]",
"url": "https://github.com/MacroMan5"
},
"skills": [
"./.claude/skills/"
],
"agents": [
"./.claude/agents/flow-builder.md",
"./.claude/agents/docs-researcher.md",
"./.claude/agents/flow-debugger.md",
"./.claude/agents/flow-documenter.md"
]
}