accionlabs

44 mods across 1 repository, 2 stars between them.

breeze-mcp

04

accionlabs/breezeai-claude-plugin

MCP server Claude CodeCodexCursor

MCP server "breeze-mcp", hosted remotely at breezeai-mcp-python.accionbreeze.com, as configured in accionlabs/breezeai-claude-plugin.

2 4d ago A tokens not measured

accionlabs/breezeai-claude-plugin

Instructions file

Claude Code instructions for accionlabs/breezeai-claude-plugin, covering breeze plugin — claude code preamble, when a skill needs a project, step 1: derive from the prompt, step 2: .breeze.json fallback and step 3: announce the active project.

2 4d ago A 1,661 tokens

accionlabs/breezeai-claude-plugin

Agent

Build ONE backend feature module (routes/handlers + services + validation + tests) of an application from a set of assigned functional-graph outcomes. Reads every Outcome → Scenario → Step → Action for the assigned outcomes (via the Breeze functional-graph MCP tools), honouring the API contracts on entry-point actions…

2 4d ago A 180 tokens

app-ui-module-agent

07

accionlabs/breezeai-claude-plugin

Agent

Build ONE frontend feature module of an application from a set of assigned functional-graph outcomes. Reads every Outcome → Scenario → Step → Action for the assigned outcomes (via the Breeze functional-graph MCP tools) so that every action becomes a real UI behaviour, then writes a self-contained, type-checking…

2 4d ago A 156 tokens

accionlabs/breezeai-claude-plugin

Agent

Take ONE ASP.NET MVC / Razor Pages entry point (a controller action that returns a View, or a Razor Page .cshtml + PageModel) plus the persona that owns it, read the Razor view + layout + partials/view-components + the action/PageModel + the view-model, produce a complete human-persona Functional Graph subtree…

2 4d ago B 203 tokens

accionlabs/breezeai-claude-plugin

Agent

Take ONE ASP.NET Web Forms entry point (.aspx page / .ascx control) plus the persona that owns it and trace the WHOLE in-process chain end-to-end — markup + code-behind → façade/service → (in-process OR WCF/ASMX service-proxy) → repository → SQL/stored-proc / side-effects — then emit BOTH halves of the Functional…

2 4d ago B 210 tokens

accionlabs/breezeai-claude-plugin

Agent

Inventory ALL entry points in a backend repo — REST routes, GraphQL operations, and queue/event/cron handlers — plus orphan handlers, then write the full inventory to entrypoints.json on disk and return a single compact summary line (counts + path + flags). Designed to be invoked ONCE by the…

2 4d ago A 135 tokens

accionlabs/breezeai-claude-plugin

Agent

Take ONE backend entry point (REST route, GraphQL operation, or queue/event/cron handler) plus its mechanical persona (System or External System), read the handler and every constructor-injected service/repository/client, produce a complete Functional Graph subtree (Persona → Outcomes → Scenarios → Steps → Actions)…

2 4d ago A 153 tokens

accionlabs/breezeai-claude-plugin

Agent

Take ONE outcome (with all its scenarios), run grep discovery, read the actual UI code, classify components by atomic design level, build Design Graph subtrees (UserJourney → Flows → Pages → Components) for every scenario in the outcome, self-validate, write payloads to disk, and upsert via BulkUpdateDesignNodes MCP…

2 4d ago A 111 tokens

accionlabs/breezeai-claude-plugin

Agent

Inventory ALL metadata-driven applications across a tree of Vert.x metadata modules by parsing every MAPL() record (plus module class and resolved personas), write the full inventory + checkpoint to applications.json on disk, and return a single compact summary line. Designed to be invoked ONCE by the…

2 4d ago A 121 tokens

accionlabs/breezeai-claude-plugin

Agent

Take ONE metadata-driven application (its MAPL recipe + module info) plus its resolved personas, read the MAPL steps and every referenced MSCR/MFID/MFLT/CRUD/Java target, enumerate 100% of declared fields, produce TWO linked Functional Graph subtrees (a Human-persona half from ShowScreen steps and a…

2 4d ago A 161 tokens

accionlabs/breezeai-claude-plugin

Agent

Take ONE frontend (single-page app — React/Vue/Angular/Next) entry point plus the persona that owns it, read the relevant code, produce a complete Functional Graph subtree (Persona → Outcomes → Scenarios → Steps → Actions) byte-valid against the upsert schema, self-validate it (schema / rule-a / forbidden words /…

2 4d ago A 134 tokens

accionlabs/breezeai-claude-plugin

Cursor rule

Shared rules for Breeze functional graph node creation and validation. Enforces persona resolution, outcome naming, action persona-awareness, and node validation when using CallCreateFunctionalNode or CallUpdateFunctionalNode.

2 4d ago A 663 tokens

breeze-guard

17

accionlabs/breezeai-claude-plugin

Cursor rule

Pre-execution guard for all Breeze skills. Resolves the active project before any Breeze MCP tool or skill is used, following the central CLAUDE.md project-resolution flow.

2 4d ago A 442 tokens

accionlabs/breezeai-claude-plugin

Skill Claude CodeCodex

Analyze a requirement (from Jira, document, image, diagram, or text) against the existing Architecture Graph. Maps the requirement to the 8-layer model, runs impact analysis via the Code Graph, anchors user-facing components to Functional Scenarios, detects reuse opportunities and gaps, and writes a structured…

2 4d ago A 94 tokens

accionlabs/breezeai-claude-plugin

Skill Claude CodeCodex

Compare Figma design system components against the Breeze design graph component registry. First builds existingcomponents.json by iteratively fetching all Component nodes from MCP, then reads a user-provided figmaComponents.json file and performs a multi-dimensional comparison: name matching (with semantic…

2 4d ago A 124 tokens

analyze-design

21

accionlabs/breezeai-claude-plugin

Skill Claude CodeCodex

Generate design graph nodes (UserJourney, Flow, Page, Component) from any input: Jira ticket, plain-text description, scenario references, or Figma wireframes. Builds requirement context, resolves matching functional graph scenarios/steps/actions, generates design nodes with component reuse, and optionally syncs…

2 4d ago A 130 tokens

analyze-functional

22

accionlabs/breezeai-claude-plugin

Skill Claude CodeCodex

analyze the functional against the existing functional graph which can be access using breezeAi mcp tools. Identifies coverage gaps, conflicts, dependencies, and impact. Use when: "analyze this requirement", "is this covered", "impact of this change", "break down this user story".

2 4d ago A 63 tokens

accionlabs/breezeai-claude-plugin

Skill Claude CodeCodex

Run a full Breeze code ontology audit for one or all repos. Checks file coverage, function/class/LOC counts, intentional exclusions, and ghost files. Use when validating a repo's code graph completeness.

2 4d ago A 47 tokens

accionlabs/breezeai-claude-plugin

Skill Claude CodeCodex

DEPRECATED. Old Python multi-pass cluster pipeline that generated a functional graph from the code graph via intent extraction → DBSCAN clustering → outcome assignment → scenario generation. The DBSCAN clustering step produces duplicate scenarios under realistic repo layouts, which is why this skill was retired. Do…

2 4d ago A 122 tokens