Skip to content

feat: introduce skill architecture with YOLO detection skill#113

Merged
solderzzc merged 1 commit into
masterfrom
feature/skill-architecture
Mar 2, 2026
Merged

feat: introduce skill architecture with YOLO detection skill#113
solderzzc merged 1 commit into
masterfrom
feature/skill-architecture

Conversation

@solderzzc

Copy link
Copy Markdown
Member

Add the skill system foundation for DeepCamera's evolution into an AI skill platform for SharpAI Aegis.

New files:

  • skills.json: Registry manifest listing available skills
  • skills/detection/yolo-detection-2026/SKILL.md: First skill spec with parameters, capabilities, setup instructions, and JSON-lines protocol
  • skills/detection/yolo-detection-2026/requirements.txt: Python dependencies
  • skills/detection/yolo-detection-2026/scripts/detect.py: Working reference implementation using ultralytics YOLO with stdin/stdout JSON-lines protocol

Updated:

  • README.md: Check 'Skill architecture' roadmap item

The skill architecture uses a pluggable SKILL.md interface where each skill declares parameters (rendered as config UI in Aegis) and capabilities (what the skill can do). Skills communicate via JSON lines over stdin/stdout.

Add the skill system foundation for DeepCamera's evolution into an
AI skill platform for SharpAI Aegis.

New files:
- skills.json: Registry manifest listing available skills
- skills/detection/yolo-detection-2026/SKILL.md: First skill spec with
  parameters, capabilities, setup instructions, and JSON-lines protocol
- skills/detection/yolo-detection-2026/requirements.txt: Python dependencies
- skills/detection/yolo-detection-2026/scripts/detect.py: Working reference
  implementation using ultralytics YOLO with stdin/stdout JSON-lines protocol

Updated:
- README.md: Check 'Skill architecture' roadmap item

The skill architecture uses a pluggable SKILL.md interface where each skill
declares parameters (rendered as config UI in Aegis) and capabilities
(what the skill can do). Skills communicate via JSON lines over stdin/stdout.
@solderzzc solderzzc merged commit 6b99825 into master Mar 2, 2026
@solderzzc solderzzc deleted the feature/skill-architecture branch March 2, 2026 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant