MR
Mayur Rathi
@mayurrathi
⭐ 40.7k GitHub stars

Full Stack Orchestration Full Stack Feature

Full Stack Orchestration Full Stack Feature is an code AI skill with a core value of Use when working with full stack orchestration full stack feature. It helps developers solve real-world problems in the code domain, boosting efficiency, automating repetitive tasks, and optimizing workflows.

Use when working with full stack orchestration full stack feature

Last verified on: 2026-07-07

Quick Facts

Category code
Works With Claude
Source sickn33/antigravity-awesome-skills
Stars ⭐ 40.7k
Last Verified 2026-07-07
Risk Level Low
mkdir -p ./skills/full-stack-orchestration-full-stack-feature && curl -sfL https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/full-stack-orchestration-full-stack-feature/SKILL.md -o ./skills/full-stack-orchestration-full-stack-feature/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

Use this skill when


- Working on full stack orchestration full stack feature tasks or workflows

- Needing guidance, best practices, or checklists for full stack orchestration full stack feature


Do not use this skill when


- The task is unrelated to full stack orchestration full stack feature

- You need a different domain or tool outside this scope


Instructions


- Clarify goals, constraints, and required inputs.

- Apply relevant best practices and validate outcomes.

- Provide actionable steps and verification.

- If detailed examples are required, open `resources/implementation-playbook.md`.


Orchestrate full-stack feature development across backend, frontend, and infrastructure layers with modern API-first approach:


[Extended thinking: This workflow coordinates multiple specialized agents to deliver a complete full-stack feature from architecture through deployment. It follows API-first development principles, ensuring contract-driven development where the API specification drives both backend implementation and frontend consumption. Each phase builds upon previous outputs, creating a cohesive system with proper separation of concerns, comprehensive testing, and production-ready deployment. The workflow emphasizes modern practices like component-driven UI development, feature flags, observability, and progressive rollout strategies.]


Phase 1: Architecture & Design Foundation


1. Database Architecture Design

- Use Task tool with subagent_type="database-design::database-architect"

- Prompt: "Design database schema and data models for: $ARGUMENTS. Consider scalability, query patterns, indexing strategy, and data consistency requirements. Include migration strategy if modifying existing schema. Provide both logical and physical data models."

- Expected output: Entity relationship diagrams, table schemas, indexing strategy, migration scripts, data access patterns

- Context: Initial requirements and business domain model


2. Backend Service Architecture

- Use Task tool with subagent_type="backend-development::backend-architect"

- Prompt: "Design backend service architecture for: $ARGUMENTS. Using the database design from previous step, create service boundaries, define API contracts (OpenAPI/GraphQL), design authentication/authorization strategy, and specify inter-service communication patterns. Include resilience patterns (circuit breakers, retries) and caching strategy."

- Expected output: Service architecture diagram, OpenAPI specifications, authentication flows, caching architecture, message queue design (if applicable)

- Context: Database schema from step 1, non-functional requirements


3. Frontend Component Architecture

- Use Task tool with subagent_type="frontend-mobile-development::frontend-developer"

- Prompt: "Design frontend architecture and component structure for: $ARGUMENTS. Based on the API contracts from previous step, design component hierarchy, state management approach (Redux/Zustand/Context), routing structure, and data fetching patterns. Include accessibility requirements and responsive design strategy. Plan for Storybook component documentation."

- Expected output: Component tree diagram, state management design, routing configuration, design system integration plan, accessibility checklist

- Context: API specifications from step 2, UI/UX requirements


Phase 2: Parallel Implementation


4. Backend Service Implementation

- Use Task tool with subagent_type="python-development::python-pro" (or "golang-pro"/"nodejs-expert" based on stack)

- Prompt: "Implement backend services for: $ARGUMENTS. Using the architecture and API specs from Phase 1, build RESTful/GraphQL endpoints with proper validation, error handling, and logging. Implement business logic, data access layer, authentication middleware, and integration with external services. Include observability (structured logging, metrics, tracing)."

- Expected output: Backend service code, API endpoints, middleware, background jobs,

🎯 Best For

  • Claude users
  • Software engineers
  • Development teams
  • Tech leads

💡 Use Cases

  • Code quality improvement
  • Best practice enforcement

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Full Stack Orchestration Full Stack Feature to Your Work

    Open your project in the AI assistant and ask it to apply the skill. Start with a small module to verify the output quality.

  4. 4

    Review and Refine

    Review AI suggestions before committing. Run tests, check for regressions, and iterate on the skill output.

❓ Frequently Asked Questions

Is Full Stack Orchestration Full Stack Feature compatible with Cursor and VS Code?

Yes — this skill works with any AI coding assistant including Cursor, VS Code with Copilot, and JetBrains IDEs.

Do I need specific dependencies for Full Stack Orchestration Full Stack Feature?

Check the install command and Works With section. Most code skills only require the AI assistant and your codebase.

How do I install Full Stack Orchestration Full Stack Feature?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/full-stack-orchestration-full-stack-feature/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Skipping validation

Always test AI-generated code changes, even for simple refactors.

Missing dependency updates

Check if the skill requires updated dependencies or new packages.

🔗 Related Skills