system-awareness
Installation
SKILL.md
System Awareness - The Self-Evolving Skill Manager
Meta-Skill: This skill manages all other skills. It observes gaps, proposes new capabilities, and helps the system evolve.
Quick Start
1. Log a Gap
python scripts/gap_logger.py "I need to analyze ECG waveforms from images"
python scripts/gap_logger.py \
--request "Analyze ECG images for abnormalities" \
--context "User uploaded 12-lead ECG, wanted automated interpretation" \
--category "medical-imaging" \
--urgency "high"