Claude Code Plugins

Community-maintained marketplace

Feedback

macroflow-network

@acornsoft/luna-foundry
0
0

Orchestrate MacroFlow as a flow network for dynamic AI orchestration.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name macroflow-network
description Orchestrate MacroFlow as a flow network for dynamic AI orchestration.

MacroFlow Network Skill

Instructions

  1. Load graph from graph.json (nodes: Constitution, Clarify, Specify, Plan, Tasks, Implement; edges with capacities).
  2. Simulate max-flow using Ford-Fulkerson for optimization.
  3. Traverse: Parallel start Constitution/Clarify, merge at Plan, etc.
  4. Invoke sub-skills for each node with flow data.
  5. Output: Final result at sink.

Examples

  • Input: User query for code gen.
  • Output: Orchestrated flow through phases.

Learned Patterns

  • Constitution and Clarify run in parallel for speed.
  • Grok X-insights enhance Clarify with real-time data.