Skip to content
Agent

agents-documentation

by MacroMan5

AI Summary

Documentation resource for Power Automate specialized agents that generates production-ready JSON workflow definitions. Useful for developers and automation engineers looking to create Power Automate flows programmatically.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to set up the "agents-documentation" agent in my project.

Please run this command in my terminal:
# Copy to your project's .claude/agents/ directory
mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/readme.md "https://raw.githubusercontent.com/MacroMan5/AutomationHelper_plugins/main/.claude/agents/README.md"

Then explain what the agent does and how to invoke it.

Description

Documentation for Power Automate specialized agents (not an executable agent)

Power Automate Agents

Ce dossier contient les agents spécialisés pour Power Automate.

flow-builder

Agent de construction de flows Power Automate

Fonctionnalité principale

Cet agent génère des flows Power Automate complets au format JSON prêt à copier-coller directement dans Power Automate via la fonction "Paste code".

Format de sortie garanti

Structure JSON exacte: `json { "definition": { "$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#", "contentVersion": "1.0.0.0", "parameters": { "$connections": { "defaultValue": {}, "type": "Object" } }, "triggers": { / déclencheur du flow / }, "actions": { / toutes les actions / }, "outputs": {} }, "schemaVersion": "1.0.0.0" } `

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 5mo ago
Stale
AdoptionUnder 100 stars
1 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Stars1
Forks1
Issues0
Updated5mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code