One-click install
npx skills add https://github.com/nakano1122/dotfiles --skill backend-orchestrator-nakano1122
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backend-orchestrator
Source: https://github.com/nakano1122/dotfiles/tree/main/dot_agents/skills/backend-orchestrator
Command: npx skills add https://github.com/nakano1122/dotfiles --skill backend-orchestrator-nakano1122

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines backend development by managing the entire lifecycle from requirement gathering to code review, ensuring efficient delegation to specialized backend skills.

Core Features & Use Cases

  • Requirement Gathering & Analysis: Elicits and clarifies backend requirements.
  • Technology Selection: Confirms or guides the choice of frameworks and languages.
  • Task Delegation: Assigns implementation tasks to appropriate specialized skills.
  • Code Review: Conducts thorough backend code reviews focusing on correctness, security, and performance.
  • Parallel Development Management: Manages worktrees, branches, and conflict resolution for concurrent backend tasks.
  • Use Case: When a new feature requires a backend API, this Skill will gather requirements, decide on the best framework (e.g., Hono, FastAPI, Gin), delegate the implementation to the relevant skill, and then review the code before merging.

Quick Start

Use the backend-orchestrator skill to initiate the development of a new REST API endpoint for user authentication.

Frequently Asked Questions about backend-orchestrator

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

FAQPage Schema
How do I orchestrate parallel backend development across multiple worktrees and branches?

To orchestrate parallel backend development, this Skill manages git worktrees and branches concurrently, delegating isolated implementation tasks to specialized skills and resolving merge conflicts upon completion.

What is the best way to structure a backend workflow from requirement analysis to code review?

The best way to structure a backend workflow is using an orchestration process that gathers requirements, selects frameworks, delegates implementation tasks, and conducts final code reviews for correctness and security.

How does task delegation work for backend API design and database schema implementation?

Task delegation for backend API design works by routing specific implementation requirements to appropriate specialized backend skills, ensuring the database schema and API endpoints are built by focused executors.

Can I use this orchestration skill to guide technology selection for frameworks like Hono, FastAPI, or Gin?

Yes, you can use this skill to guide technology selection; it confirms or recommends appropriate backend frameworks like Hono, FastAPI, or Gin based on your analyzed project requirements.

Does backend code review here focus on specific performance and security constraints?

Yes, backend code review here focuses specifically on correctness, security, and performance constraints, ensuring that delegated implementations meet required standards before merging parallel branches.