accionlabs/breezeai-claude-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: breeze.
accionlabs/breezeai-claude-plugin
Plugin Claude Code
Plugin marketplace listing 1 plugin: breeze.
accionlabs/breezeai-claude-plugin
Plugin Claude Code
Breeze AI — functional graph, code graph, and design analysis skills.
accionlabs/breezeai-claude-plugin
Settings file Claude Code
Agent settings declaring 2 allowed tools.
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.
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.
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…
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…
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…
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…
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…
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)…
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…
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…
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…
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 /…
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.
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.
accionlabs/breezeai-claude-plugin
Cursor rule
Routes user requests to the correct Breeze skill. Helps Cursor agent pick the right skill when user asks about Breeze capabilities.
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…
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…
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…
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".
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.
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…