jelly-fullstack-skill

Orchestrate multi-platform full-stack development in monorepo projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dev-jelly/jelly-dotclaude --skill jelly-fullstack-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: jelly-fullstack-skill
Source: https://github.com/dev-jelly/jelly-dotclaude/tree/main/skills/jelly-fullstack-skill/SKILL.md
Command: npx skills add https://github.com/dev-jelly/jelly-dotclaude --skill jelly-fullstack-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Coordinates frontend (Next.js), backend (Go), and mobile (iOS/Android) development in a single workflow, enabling cross-platform type sharing, unified CI/CD, and context-driven routing.

Core Features & Use Cases

  • Monorepo Orchestration: Initialize and manage multi-platform projects.
  • Cross-Platform Types: Type sharing via OpenAPI across TypeScript, Swift, and Kotlin.
  • Unified CI/CD: End-to-end deployment templates and workflows.
  • Contextual Routing: Auto-route tasks to appropriate sub-skills based on project context.
  • Standalone Project Integration: Integrate existing repos with shared types and tooling.

Quick Start

Use the orchestration templates to bootstrap a monorepo, then trigger sub-skill invocations (Go backend, Next.js frontend) to establish the full stack with shared API types.

Frequently Asked Questions about jelly-fullstack-skill

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

FAQPage Schema
How do I coordinate frontend, backend, and mobile development in a single monorepo?▼

Monorepo orchestration coordinates multi-platform development by initializing a unified project structure, managing Next.js frontend, Go backend, and iOS/Android mobile apps together with shared tooling and deployment pipelines, eliminating platform silos.

Can I share API types across TypeScript, Swift, and Kotlin automatically?▼

Cross-platform type generation uses OpenAPI specifications to automatically generate type definitions across TypeScript, Swift, and Kotlin, ensuring frontend, backend, and mobile codebases stay synchronized without manual duplication.

How do I set up unified CI/CD deployment for a fullstack monorepo?▼

Unified CI/CD orchestration provides end-to-end deployment templates and workflows that coordinate testing, building, and releasing across frontend, backend, and mobile platforms from a single pipeline configuration.

Does this work with existing repositories, or only new projects?▼

Standalone project integration lets you connect existing frontend, backend, and mobile repositories with shared types and orchestration tooling without requiring a complete monorepo migration.

How does context-driven routing handle different development tasks?▼

Contextual routing automatically directs tasks to appropriate sub-skills based on your project structure and environment, routing Go backend work, Next.js frontend tasks, or mobile development to specialized handlers.

What's the best way to add a new platform to an existing fullstack project?▼

Platform addition orchestration lets you extend an existing monorepo with new frontend, backend, or mobile components while preserving shared types, CI/CD pipelines, and cross-platform orchestration workflows.