feature-ship

Coordinate FastAPI backend, Next.js frontend, and PR creation for feature delivery.

Updated Dec 14, 2025
One-click install
npx skills add https://github.com/toobutta/maptelli --skill feature-ship
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-ship
Source: https://github.com/toobutta/maptelli/tree/main/.claude/skills/feature-ship
Command: npx skills add https://github.com/toobutta/maptelli --skill feature-ship

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ship a full-stack feature end-to-end by coordinating backend (FastAPI) routes, frontend (Next.js) components, and PR creation.

Core Features & Use Cases

  • End-to-end orchestration: parallel backend and frontend subagents, verification, and PR generation.
  • Integration checks: alignment between API contracts and UI, with testing and caching considerations.
  • Use Case: A developer wants to ship a new property panel feature by running a single workflow that returns a PR-ready changeset.

Quick Start

Provide a feature description to trigger parallel backend/frontend work, verification, and PR creation.

Frequently Asked Questions about feature-ship

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

FAQPage Schema
How do I automate full-stack feature delivery from specification to validated pull request?

Automate full-stack feature delivery by orchestrating parallel backend and frontend subagents. This coordinates FastAPI routes and Next.js components, verifies API integration, runs automated tests, and generates a PR-ready changeset.

How do I coordinate FastAPI backend and Next.js frontend development in parallel?

Coordinate FastAPI backend and Next.js frontend development by running parallel subagents. The workflow applies defined migration steps, integration verification, and caching considerations to align API contracts with UI components.

Can I use parallel agents to ship a full-stack feature with automated testing?

You can use parallel agents to ship full-stack features with automated testing. The orchestration workflow manages backend and frontend changes concurrently, followed by integration checks and test execution before PR creation.

What is the best way to verify API contract alignment between backend routes and frontend components?

Verify API contract alignment by running an end-to-end orchestration workflow that checks integration between FastAPI routes and Next.js components. It reports modified files and test results to ensure UI and backend consistency.

Does this full-stack orchestration workflow handle database migrations and caching?

This full-stack orchestration workflow handles database migrations and caching. It applies defined migration steps and includes caching considerations during parallel backend and frontend subagent execution.

What do I need to provide to trigger end-to-end full-stack feature orchestration?

Provide a feature description to trigger end-to-end full-stack orchestration. The workflow takes this specification, coordinates parallel backend and frontend changes, verifies integration, and returns a validated PR-ready changeset.