📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-06-06 16:01:57 +00:00
parent 0b1862e551
commit 772a1da63c
293 changed files with 25299 additions and 369 deletions
@@ -0,0 +1,14 @@
# skill-suggester
Scans opencode prompt history for recurring patterns and proposes new skills or command templates.
## What it does
- Reads prompt history from `~/.local/state/opencode/prompt-history*.jsonl`
- Identifies repeated multi-step workflows that don't have a dedicated skill yet
- Estimates time savings if each pattern were turned into a skill
- Provides direct evidence with excerpts from your past prompts
## When to use
Run occasionally (weekly or monthly) to find automation opportunities you didn't know existed. Good for catching workflows that have become routine without you noticing.