generate-code

Generate code and test cases from functional and code graphs.

2|2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/accionlabs/breezeai-claude-plugin --skill generate-code-accionlabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-code
Source: https://github.com/accionlabs/breezeai-claude-plugin/tree/main/skills/generate-code
Command: npx skills add https://github.com/accionlabs/breezeai-claude-plugin --skill generate-code-accionlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates implementation and test generation so that new features and full applications are produced in alignment with the project's functional graph and existing code patterns, reducing manual scaffolding, inconsistency, and traceability gaps.

Core Features & Use Cases

  • Selective Feature Generation: Produce implementation and test suites for a single scenario or user story using graph-derived steps, actions, and business rules.
  • Full Frontend Scaffolding: Scaffold React+TypeScript frontends with components, routes, dummy data, and accessibility of API contracts derived from the functional graph.
  • Full Backend Scaffolding: Generate Node.js/Express+TypeScript backends with routes, controllers, services, validators, and seed data based on outcome→resource mappings.
  • Traceability & Tests: Insert references to functional graph node IDs, extract API contracts, and generate test cases that map scenarios→steps→actions for robust coverage.
  • Verification: Produce build and type-check steps to validate generated code and catch integration issues early.

Quick Start

Generate code for the "login" scenario and create corresponding tests using the project's functional and code graphs.

Frequently Asked Questions about generate-code

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate React and TypeScript frontend code from functional requirements?

Generate React and TypeScript frontend code by deriving components, routes, and dummy data from your functional graph. The tool scaffolds full frontends with TypeScript interfaces and accessibility of API contracts extracted from scenario, persona, outcome, step, and action models.

Can I generate backend scaffolds with Node.js Express and TypeScript from a functional graph?

Yes, you can generate backend scaffolds with Node.js, Express, and TypeScript. The tool creates routes, controllers, services, validators, and seed data based on outcome-to-resource mappings extracted from your functional graph to ensure alignment with business rules.

How do I create test cases that map to functional graph steps and actions?

Create test cases aligned with your functional graph by mapping scenarios to steps and actions. The tool generates test suites that insert references to functional graph node IDs, extracting API contracts for robust coverage and traceability.

How do I scaffold a single feature implementation without generating an entire project?

Scaffold a single feature implementation by targeting a specific scenario or user story. The tool uses graph-derived steps, actions, and business rules to produce selective implementation and test suites while respecting existing code patterns.

What is the best way to verify generated TypeScript code builds correctly after scaffolding?

Verify generated TypeScript code builds correctly by running production build and type-check steps. The tool produces these verification steps automatically to validate generated code and catch integration issues early in the development process.

Does code generation work with existing code patterns in my project?

Code generation works with existing code patterns by respecting your current project structure. The tool analyzes your code graph to ensure newly generated features, components, and services align with established conventions rather than creating inconsistent implementations.