flagship-project

Generate a monorepo project scaffold with Kubernetes-first deployment and contracts-first design.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AmirTlinov/magray-marketplace --skill flagship-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flagship-project
Source: https://github.com/AmirTlinov/magray-marketplace/tree/main/flagship-team/skills/flagship-project
Command: npx skills add https://github.com/AmirTlinov/magray-marketplace --skill flagship-project

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a robust and scalable project scaffold for building production-grade applications, streamlining the setup process for complex backend, frontend, and deployment configurations.

Core Features & Use Cases

  • Monorepo Structure: Organizes backend, frontend, deployment, and documentation into a single repository.
  • Flexible Backend: Supports various backend stacks chosen via a --stack argument.
  • Kubernetes-First Deployment: Integrates Helm for Kubernetes deployments.
  • Contracts-First Development: Enforces a single source of truth for contracts using OpenAPI and schemas.
  • Agent-First DX: Facilitates an AI-agent-driven development experience.
  • Use Case: Kickstart a new large-scale product by generating a complete, production-ready project structure that adheres to modern best practices in deployment, contract management, and AI integration.

Quick Start

Use the flagship-project skill to scaffold a new project named 'my-awesome-app' in the current directory.

Frequently Asked Questions about flagship-project

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

FAQPage Schema
How do I scaffold a production-grade monorepo with Kubernetes deployment and React frontend?

To scaffold a production-grade monorepo, provide a project name and root path to generate a complete structure integrating React frontend, flexible backend stacks, and Helm-based Kubernetes deployment configurations.

What is contracts-first development and how does it structure a new project?

Contracts-first development enforces a single source of truth for API interactions using OpenAPI and schemas, ensuring that frontend and backend components remain strictly synchronized within the generated monorepo scaffold.

Does this monorepo scaffold support backend stacks other than Node.js?

Yes, the scaffold supports diverse backend stacks chosen via a stack argument, allowing you to select your preferred backend technology while maintaining the same monorepo structure and deployment setup.

Can I use this project scaffold for AI-agent-driven development workflows?

Yes, the scaffold is built with an Agent-First DX approach, specifically facilitating an AI-agent-driven development experience to streamline coding, testing, and deployment within the generated monorepo.

Do I need Helm to use the Kubernetes-first deployment setup in this scaffold?

Yes, Helm is integrated directly into the scaffold to manage Kubernetes-first deployments, providing the necessary charts and configurations for container orchestration out of the box.

What inputs are required to generate a new project using this scaffold?

You must provide a project name and a root path to initiate the scaffolding process, which then automatically generates the complete monorepo structure, backend, frontend, and deployment files.