feat(skills): expose list command for skill visibility

This commit is contained in:
William Valentin
2026-02-12 16:42:00 -08:00
parent 90ce622080
commit b3e5aee333
5 changed files with 168 additions and 4 deletions
+19 -4
View File
@@ -1203,9 +1203,24 @@
"phases": {
"phase_1_command_dispatch": {
"priority": "P0",
"status": "not_started",
"status": "in_progress",
"description": "flynn skills CLI commands (list/info/install/uninstall/refresh) with doctor enhancement",
"effort": "2-3 hours"
"effort": "2-3 hours",
"sub_slices": {
"skills_list_command": {
"status": "completed",
"description": "Added `flynn skills list` command dispatch with table/JSON output and CLI registration",
"files_created": [
"src/cli/skills.ts",
"src/cli/skills.test.ts"
],
"files_modified": [
"src/cli/index.ts",
"src/cli/index.test.ts"
],
"test_status": "typecheck + targeted skills/index CLI tests + full test suite + lint (warnings only, 0 errors) + build passing"
}
}
},
"phase_2_skills_watcher": {
"priority": "P1",
@@ -1244,7 +1259,7 @@
},
"overall_progress": {
"total_test_count": 1490,
"total_test_count": 1493,
"all_tests_passing": true,
"p0_completion": "3/3 (100%)",
"p1_completion": "4/4 (100%)",
@@ -1264,7 +1279,7 @@
"gmail_auth_cli": "flynn gmail-auth command implemented with OAuth2 flow, doctor check, config routed to Telegram",
"native_audio_support": "completed — smart routing for native audio (Gemini/OpenAI/GitHub) vs Whisper transcription fallback",
"remaining_phases_completion": "Phase 1: 3/3 (100%) — context levels, command registry, memory structure. Phase 2: 2/2 (100%) — component registry, confidence routing. Phase 3: 2/2 (100%) — adaptive memory/compaction, truthfulness/autonomy hardening",
"next_up": "Skills infrastructure implementation (Phase 1: command dispatch)"
"next_up": "Skills infrastructure Phase 1: add `flynn skills info <name>` command dispatch"
},
"soul_md_and_cron_create": {
"date": "2026-02-11",