orchestrator-developer

Implement development tasks and run build checks for Claude Orchestrator.

Updated Nov 19, 2025
One-click install
npx skills add https://github.com/Fire-ants-never-die/PB.ai_Web --skill orchestrator-developer-fire-ants-never-die
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator-developer
Source: https://github.com/Fire-ants-never-die/PB.ai_Web/tree/main/.claude/skills/orchestrator-developer
Command: npx skills add https://github.com/Fire-ants-never-die/PB.ai_Web --skill orchestrator-developer-fire-ants-never-die

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developer for Claude Orchestrator. Implements tasks according to Tech Lead instructions, applies design tokens, and reports completion.

Core Features & Use Cases

  • Implementation: Follow Tech Lead's instructions, create all specified files, apply tokens, and follow architecture patterns.
  • Quality Assurance: Run build verification, test implementations, and handle edge cases.
  • Reporting: Document created/modified files and summarize results.

Quick Start

Implement the given task by creating the files and code described by the Tech Lead, then run the build to verify success.

Frequently Asked Questions about orchestrator-developer

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

FAQPage Schema
How do I automate implementation of development tasks from design specifications?

Automate implementation by providing Tech Lead instructions that specify files, code structure, and design tokens. The Skill creates all files, applies tokens, runs build and type checks, and reports completion with a summary of changes and results.

Can I apply design tokens automatically during code generation?

Yes. Design tokens are applied automatically as part of implementation. The Skill follows your token definitions and applies them consistently across all generated files before running verification.

How do I verify that generated code passes build and type checking?

Build and type verification run automatically after implementation. The Skill executes build checks, reports any failures, tests edge cases, and delivers a completion record documenting all changes and build results.

What files and documentation does the implementation process create?

The Skill creates all specified files according to Tech Lead instructions, applies design tokens, follows architecture patterns, implements error handling, and generates a completion record listing created and modified files with build verification results.

Does the Skill test edge cases in the generated implementation?

Yes. Testing edge cases is part of quality assurance. The Skill tests implementations, handles edge cases, and includes results in the completion report alongside file changes and build verification.

What happens if build verification fails during implementation?

Build failures are reported in the completion record. The Skill documents the implementation status, any build errors encountered, and modifications attempted, allowing you to review what was created before fixes are needed.