implementation

Generate API, Web, and Integration code slices from predefined contracts.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield --skill implementation-emeaappgbb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementation
Source: https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield/tree/main/.github/skills/implementation
Command: npx skills add https://github.com/EmeaAppGbb/spec2cloud-microhack-greenfield --skill implementation-emeaappgbb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires typescript, next.js, express, vitest, playwright, aspire, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the implementation of application code, using a contract-driven, slice-based architecture, reducing manual code writing and improving consistency.

Core Features & Use Cases

  • Contract-Driven Implementation: Generates code based on predefined contracts, ensuring adherence to specifications.
  • Slice-Based Architecture: Decomposes features into API, Web, and Integration slices, allowing parallel development and testing.
  • Use Case: For a new feature, use this Skill to automatically generate API routes, web components, and integration logic, ensuring all parts work together seamlessly.

Quick Start

Run the implementation skill on the feature 'new-transaction' to generate the necessary code slices.

Frequently Asked Questions about implementation

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

FAQPage Schema
How do I automate full-stack code generation for a new feature?

Automate full-stack code generation by running this Skill on a feature name to automatically generate API routes, web components, and integration logic. It uses predefined contracts and slice architecture to ensure all generated parts work together seamlessly.

What is contract-driven development and how does it structure application code?

Contract-driven development generates application code based on predefined contracts to ensure adherence to specifications. It structures code using slice-based architecture, decomposing features into API, Web, and Integration slices for parallel development and testing.

Do I need predefined contracts before generating API and web slices?

Yes, predefined contracts are required before generating API and web slices. The Skill relies on contract-driven design to automate the implementation of application code, ensuring the generated API routes and web components adhere to your specifications.

What is the best way to implement slice architecture with Next.js and Express?

The best way to implement slice architecture with Next.js and Express is using this Skill to automatically generate distinct API, Web, and Integration slices. This enables parallel development and automated testing across your full-stack application.

Can I automate integration testing alongside API and web component generation?

Yes, you can automate integration testing alongside API and web component generation. The Skill generates Integration slices specifically to enable automated testing of backend, frontend, and integration logic concurrently using tools like Vitest and Playwright.