polyphase_dev

Generate code and debug across subsystems with standards-compliant workflows for experienced Polyphase Engine developers.

49|2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Polyphase-Labs/Polyphase-Engine --skill polyphase-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polyphase_dev
Source: https://github.com/Polyphase-Labs/Polyphase-Engine/tree/main/.llm/Agent/Claude
Command: npx skills add https://github.com/Polyphase-Labs/Polyphase-Engine --skill polyphase-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Senior Polyphase Engine developers need a structured approach to code generation, debugging, and architecture guidance within the Polyphase codebase.

Core Features & Use Cases

  • Code generation patterns that align with Polyphase conventions.
  • Comprehensive debugging workflows across engine subsystems.
  • Architecture guidance for subsystem integration and plugin API usage.

Quick Start

Draft a targeted code change plan that follows Polyphase conventions and triggers a patch in the next commit.

Frequently Asked Questions about polyphase_dev

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

FAQPage Schema
How do I generate engine code that follows Polyphase conventions?

To generate engine code following Polyphase conventions, draft a targeted code change plan that triggers a patch in the next commit. This enforces repository rules like RTTI/factory registration, asset versioning, editor guards, and VS project integration.

What is the best way to debug subsystems in the Polyphase Engine?

Debugging Polyphase Engine subsystems is handled through comprehensive workflows that navigate engine components efficiently. This approach ensures senior developers can isolate issues across subsystems while maintaining strict repository conventions and pattern-driven development.

How do I integrate a new subsystem with the Polyphase plugin API?

Integrating a new subsystem with the Polyphase plugin API requires architecture guidance for subsystem integration. The Skill provides structured navigation across all Polyphase components to ensure proper VS project integration and asset versioning.

Do I need to manually configure VS project integration when developing for the Polyphase Engine?

Manual VS project integration configuration is not needed during Polyphase Engine development. The Skill automatically enforces VS project integration alongside RTTI/factory registration and editor guards when you generate code or draft architecture changes.

Why does my Polyphase code generation fail factory registration checks?

Polyphase code generation fails factory registration checks when repository conventions are not met. The Skill enforces RTTI and factory registration patterns during code generation to ensure all generated components align with the engine's architectural requirements.