detector-plugin
CommunityScaffold new vision detectors quickly.
Authorwant2bet
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides scaffolding and templates to create new vision detector plugins following the Bob The Skull architecture, enabling rapid expansion of detection capabilities.
Core Features & Use Cases
- Scaffold Detectors: Create base detector classes and boilerplate to support object detection, pose estimation, gesture recognition, and other detectors.
- Architectural Consistency: Ensures new detectors conform to the BaseDetector interface and event publishing.
- Use Case: A developer wants to add a new detector for gesture recognition; this Skill provides the standard scaffold and sample code to implement it quickly.
Quick Start
Run the detector scaffolding tool to create a new detector, e.g.: detector-scaffold create --name MyDetector --type object_detection Then implement your detector logic in vision/detectors/your_detector.py and wire up events.
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: detector-plugin Download link: https://github.com/want2bet/BobTheSkull5/archive/main.zip#detector-plugin Please download this .zip file, extract it, and install it in the .claude/skills/ directory.