What problem does it solve?
This skill eliminates the friction and inconsistency of adding new detection or analysis modules to extensible services by providing a standardized, spec-driven workflow that ensures telemetry, configuration, and registration are handled correctly.
Core Features & Use Cases
- Standardized Scaffolding: Automates the creation of module code, registry registration, and configuration wiring.
- Telemetry Contract Enforcement: Ensures new signals follow the platform's naming conventions for flags, scores, and labels, preventing data loss in observability pipelines.
- Use Case: When adding a new phishing detection module, this skill guides you through finding the precedent module, implementing the interface, registering the module, and verifying signal emission in the observability store.
Quick Start
Use the add-detector skill to scaffold a new detection module named phishing_detector for the content-analysis service.