new-engine-register
CommunityRegister new analysis engines quickly and safely.
Software Engineering#python#backend#pipeline#software-engineering#analysis-engine#engine-registration#soundlab
Authorkimjuyoung1127
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Registering new analysis engines can be complex and error-prone; this Skill provides a repeatable pattern to add a new engine to the backend analysis framework, ensuring consistency with the existing SoundLab pipeline.
Core Features & Use Cases
- Engine implementation: Create a new AnalysisEngine subclass at backend/app/services/analysis/{engine_name}.py.
- Registration & configuration: Add an entry to the engine registry and provide a backend/config/analysis_{name}.json with settings.
- Pipeline integration: Ensure the engine integrates with the 7-Step Pipeline and respects the rule_fallback mechanism for safety.
Quick Start
Create and register a new engine by implementing a subclass of AnalysisEngine at backend/app/services/analysis/{engine_name}.py, registering it in registry.py, and supplying backend/config/analysis_{name}.json to enable its use.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: new-engine-register Download link: https://github.com/kimjuyoung1127/GameLab/archive/main.zip#new-engine-register Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.