-
Notifications
You must be signed in to change notification settings - Fork 2
M10/Phase 3: Bundled skills and usage statistics #77
Copy link
Copy link
Closed
Labels
Description
Epic: #74
Effort: XS (1 SP)
Deliverables
- New bundled skills: git, docker, api-request
- SQLite table:
skill_usage(skill_name, invocation_count, last_used_at) - Track which skills are injected per query
/skillscommand shows all skills with usage statistics- Skill stats available via SemanticMemory for context-aware matching
Acceptance Criteria
- 3 new bundled skills with proper SKILL.md format
- Usage statistics persisted in SQLite
-
/skillscommand displays name, description, usage count, last used - Unit tests for statistics tracking
Reactions are currently unavailable