Help us improve
Share bugs, ideas, or general feedback.
From antigravity-awesome-skills
Scans opencode prompt history to detect recurring multi-step workflows and unmet needs, then proposes new skills or command templates to save time.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-aas-python-api-builderHow this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:skill-suggesterThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Reads your opencode prompt history, finds repeated multi-step workflows, and recommends skill-worthy candidates. Saves you from having the same conversation twice.
Detects repeated workflow patterns from AI session transcripts and suggests reusable skills to automate them. Use when optimizing workflows.
Mines coding-agent session history, transcripts, and memories to discover recurring workflows and draft new Agent Skills from real usage evidence.
Mines SpecStory coding histories from any AI agent into skill candidates, then interactively forges selected ones into installed skills. Use when you want to turn past sessions into reusable skills.
Share bugs, ideas, or general feedback.
Reads your opencode prompt history, finds repeated multi-step workflows, and recommends skill-worthy candidates. Saves you from having the same conversation twice.
Use this skill when the user wants to mine opencode prompt history for repeated workflows, recurring unmet needs, or candidates for new reusable skills.
Run /skill skill-suggester to scan the full history. Optionally pass --since <date> (e.g. --since 2026-05-01) to limit the window.
~/.local/state/opencode/prompt-history*.jsonl## Skill Candidates (last N entries)
### 1. "<candidate name>" (PRIORITY)
- **Pattern**: <what you keep asking for>
- **Frequency**: X times in history
- **Avg complexity**: Y tool calls per instance
- **Estimated savings**: ~Z minutes/week
- **Evidence**:
- "[excerpt from prompt history]"
- "[another excerpt]"
- **Recommendation**: <create as skill | add as command template | not worth it>
### 2. ...
high (clear ROI, use weekly), medium (nice to have), low (rare but worth noting).