{"id":32696349,"url":"https://github.com/macroman5/automationhelper_plugins","last_synced_at":"2026-05-16T00:35:06.575Z","repository":{"id":321854791,"uuid":"1087421360","full_name":"MacroMan5/AutomationHelper_plugins","owner":"MacroMan5","description":"Skills based claude code plugins for generating automation on multiple platform. ","archived":false,"fork":false,"pushed_at":"2025-10-31T22:40:47.000Z","size":479,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-01T00:08:51.076Z","etag":null,"topics":["ai","ai-assistant","ai-engineering","ai-tools","automation-tool","claude-code","claude-code-plugin","debugging","dev","devtools","flow-builder","helper","integration","n8n-docs","n8n-nodes","powerautomate","powerautomate-docs","tools","workflow"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MacroMan5.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-31T22:07:12.000Z","updated_at":"2025-10-31T22:40:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/MacroMan5/AutomationHelper_plugins","commit_stats":null,"previous_names":["macroman5/automationhelper_plugins"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/MacroMan5/AutomationHelper_plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacroMan5%2FAutomationHelper_plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacroMan5%2FAutomationHelper_plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacroMan5%2FAutomationHelper_plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacroMan5%2FAutomationHelper_plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MacroMan5","download_url":"https://codeload.github.com/MacroMan5/AutomationHelper_plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MacroMan5%2FAutomationHelper_plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":282188968,"owners_count":26628981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-01T02:00:06.759Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-assistant","ai-engineering","ai-tools","automation-tool","claude-code","claude-code-plugin","debugging","dev","devtools","flow-builder","helper","integration","n8n-docs","n8n-nodes","powerautomate","powerautomate-docs","tools","workflow"],"created_at":"2025-11-01T19:00:51.859Z","updated_at":"2026-05-16T00:35:06.569Z","avatar_url":"https://github.com/MacroMan5.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automation Helper - Claude Code Plugin\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Claude Code Plugin](https://img.shields.io/badge/Claude%20Code-Plugin-blue)](https://claude.com/code)\n[![Version](https://img.shields.io/badge/version-0.1.0--alpha-orange)](https://github.com/MacroMan5/AutomationHelper_plugins/releases)\n[![Status](https://img.shields.io/badge/status-in%20development-yellow)]()\n\n\u003e **AI assistant for Power Automate and n8n workflows** - Help design, build, debug, and refactor automation workflows with Claude Code.\n\n⚠️ **Alpha Version** - Skills in active development. Power Automate and n8n focus. Make/Zapier not yet supported.\n\n## What This Plugin Does\n\nThis plugin adds 6 AI skills to Claude Code that help you work with automation workflows:\n\n1. **Design** workflows through conversation (brainstorm)\n2. **Generate** workflow JSON from requirements (build-flow)\n3. **Debug** errors with documentation research (debugger)\n4. **Fix** common errors quickly (quick-fix)\n5. **Refactor** workflows for performance (refactor)\n6. **Validate** before deployment (validator)\n\n### What's Actually Complete\n\n✅ **Power Automate (Partial)**\n- Forms connector (100%)\n- Excel connector (100%)\n- Outlook connector (100%)\n- Teams connector (100%)\n- Built-in actions (100%)\n- SharePoint (20% - needs work)\n- OneDrive (20% - needs work)\n\n✅ **n8n (Core + Database)**\n- Core nodes (HTTP, Webhook, Code, Schedule, Set, IF - 6/15 nodes)\n- AI nodes (OpenAI - 1/10 nodes)\n- App integrations (Google Sheets, Drive, Gmail - 3/300 nodes)\n- Database nodes (PostgreSQL, Redis, Pinecone - 3/10 nodes)\n\n❌ **Not Yet Supported**\n- Make/Integromat\n- Zapier\n- Advanced n8n nodes\n- Custom slash commands\n- Workflow hooks\n\n## Installation\n\n```bash\n# Add marketplace\n/plugin marketplace add MacroMan5/AutomationHelper_plugins\n\n# Install plugin\n/plugin install automation-helper\n```\n\n## Quick Example\n\n```\nYou: \"I'm getting a 429 error in my Excel flow\"\n\n→ automation-quick-fix or automation-debugger activates\n  - Searches documentation\n  - Finds rate limit (100 calls/60s)\n  - Suggests adding delays\n  - Outputs fixed JSON\n  - or provides quick fix suggestions\n```\n\n## How It Works\n\n**Documentation-Driven**: Skills search real documentation in `Docs/` folder (100+ files) to avoid hallucinations.\n\n**Multi-Phase Approach**: Each skill follows a structured process: analyze → research → design → generate → validate.\n\n**No Placeholders**: Generated JSON is complete and ready to paste into your platform.\n\n## What's In Development\n\n🚧 **Active Development**\n- All 6 skills (working but improving)\n- Power Automate SharePoint \u0026 OneDrive docs (20% → 100%)\n- More n8n node coverage\n- Better error detection\n\n📋 **Planned Features**\n- Make/Integromat support\n- Zapier support\n- Custom slash commands\n- Workflow validation hooks\n- More connector documentation\n\n## Current Limitations\n\n**Be Aware:**\n- Make and Zapier are NOT supported yet\n- Skills are in alpha - expect rough edges\n- Some Power Automate connectors incomplete\n- n8n coverage is basic (core nodes only)\n- No custom commands or hooks yet\n- Documentation gaps exist\n\n**⚠️ IMPORTANT - How to Use Effectively:**\n\n❌ **Don't do this:**\n- Send a 3000-line workflow JSON and expect perfect results\n- Ask to \"fix everything\" in a complex flow\n- Expect it to understand your entire workflow at once\n\n✅ **Do this instead:**\n- **Section your workflow** - Work on one part at a time\n- **Focus on specific issues** - Debug one error at a time\n- **Provide context** - Explain what the section should do\n- **Keep it manageable** - Max ~200-300 lines of JSON per request\n\n**Example:**\n```\n❌ Bad: \"Fix this entire workflow [paste 3000 lines]\"\n\n✅ Good: \"I have an error in the SharePoint loop section.\n         Here's the relevant part [paste 150 lines].\n         It's supposed to filter items by date but getting 429 errors.\"\n```\n\n**Why?** AI has context limits. Smaller, focused requests = better results.\n\n## Contributing\n\n**We Need Help!** 🙏\n\nThis is an open-source project in active development. Contributions welcome:\n\n### Most Needed\n- 📚 **Documentation**: Add Make, Zapier, more Power Automate connectors\n- 🐛 **Bug Reports**: Test skills and report issues\n- 💡 **Ideas**: Suggest improvements via Issues\n- 🔧 **Code**: Fix bugs, improve skills\n\n### How to Contribute\n\n1. **Fork this repo**\n2. **Try the plugin** and find issues\n3. **Open an Issue** with what you found\n4. **Submit PRs** to fix bugs or add docs\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for details.\n\n### 📖 Read This First!\n\n**[BEST_PRACTICES.md](./BEST_PRACTICES.md)** - How to use this plugin effectively\n\n**TL;DR:** Don't send 3000-line workflows. Section them into manageable chunks (200-300 lines). One problem at a time. Provide context.\n\n## Documentation Structure\n\n```\nDocs/\n├── PowerAutomateDocs/\n│   ├── Forms/         ✅ Complete (100%)\n│   ├── Excel/         ✅ Complete (100%)\n│   ├── Outlook/       ✅ Complete (100%)\n│   ├── Teams/         ✅ Complete (100%)\n│   ├── SharePoint/    🚧 20% (needs expansion)\n│   └── OneDrive/      🚧 20% (needs expansion)\n└── N8NDocs/\n    ├── Core/          ✅ Growing (6/15 = 40%)\n    │   ├── HTTP Request ✅\n    │   ├── Webhook ✅\n    │   ├── Code ✅\n    │   ├── Schedule ✅\n    │   ├── Set ✅\n    │   └── IF ✅\n    ├── AI/            ✅ Started (1/10 = 10%)\n    │   └── OpenAI ✅\n    ├── Apps/          ✅ Started (3/300 = 1%)\n    │   ├── Google Sheets ✅\n    │   ├── Google Drive ✅\n    │   └── Gmail ✅\n    └── Database/      ✅ Started (3/10 = 30%)\n        ├── PostgreSQL ✅\n        ├── Redis ✅\n        └── Pinecone ✅\n```\n\n## Skills Overview\n\n| Skill | Status | What It Does |\n|-------|--------|-------------|\n| automation-brainstorm | 🚧 Alpha | Helps design workflows through questions |\n| automation-build-flow | 🚧 Alpha | Generates workflow JSON from requirements |\n| automation-debugger | 🚧 Alpha | Debugs errors using documentation |\n| automation-quick-fix | 🚧 Alpha | Fast fixes for common errors (401, 429, etc) |\n| automation-refactor | 🚧 Alpha | Optimizes workflows (reduce API calls, add error handling) |\n| automation-validator | 🚧 Alpha | Validates workflows before deployment |\n\n## Known Issues\n\n- Documentation coverage is incomplete\n- Error detection could be better\n- Performance needs optimization\n- Sub Agent doesnt seem to be invoked as much\n\n**See [Issues](https://github.com/MacroMan5/AutomationHelper_plugins/issues) for full list**\n\n## Getting Help\n\n- **Issues**: [Report bugs](https://github.com/MacroMan5/AutomationHelper_plugins/issues)\n- **Discussions**: [Ask questions](https://github.com/MacroMan5/AutomationHelper_plugins/discussions)\n- **Email**: [email protected]\n\n## Roadmap\n\n### v0.2.0 (Next Release)\n- [ ] Complete SharePoint documentation\n- [ ] Complete OneDrive documentation\n- [ ] Improve skill trigger accuracy\n- [ ] Add more n8n nodes\n- [ ] Bug fixes from community feedback\n\n### v0.3.0\n- [ ] Add Make/Integromat basic support\n- [ ] Add Zapier basic support\n- [ ] Improve JSON generation quality\n- [ ] Add validation hooks\n\n### v1.0.0 (Stable)\n- [ ] Complete documentation for all major platforms\n- [ ] Stable skills with comprehensive testing\n- [ ] Custom commands support\n- [ ] Workflow hooks support\n- [ ] Performance optimizations\n\n## Project Stats\n\n- **Skills**: 6 (all in alpha)\n- **Agents**: 4 sub-agents\n- **Documentation**: 17 comprehensive node files (100,600+ lines)\n- **N8N Nodes Documented**: 13 of 1835+ (6 Core, 1 AI, 3 App, 3 Database)\n- **Documentation Coverage**: 0.7% of all N8N nodes, 74% of high-priority nodes\n- **Status**: Active development\n- **Contributors**: Looking for more!\n\n## License\n\nMIT License - Free to use, modify, fork, and distribute.\n\n## Credits\n\n- **Author**: MacroMan5\n- **Built for**: [Claude Code](https://claude.com/code) by Anthropic\n- **Inspired by**: The workflow automation community\n\n## Support This Project\n\n- ⭐ **Star this repo** if you find it useful\n- 🐛 **Report bugs** to help improve it\n- 📚 **Add documentation** for connectors you know with AI templates for quick search\n- 💬 **Share feedback** on what works and what doesn't\n- 🔧 **Submit PRs** to fix issues or add features\n\n---\n\n**Current Status**: 🚧 Alpha - In Active Development\n\n**Honest Assessment**: This plugin works for basic Power Automate and n8n workflows, but it's not production-ready. Expect bugs, gaps, and rough edges. Your feedback and contributions are essential to making it better!\n\n**Fork it, break it, improve it!** 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacroman5%2Fautomationhelper_plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacroman5%2Fautomationhelper_plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacroman5%2Fautomationhelper_plugins/lists"}