skill-suggester
Scan prompt history for recurring patterns and unmet needs, then propose new skills or command templates
npx skills add sickn33/agentic-awesome-skills --skill skill-suggester --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
## What I do Reads your opencode prompt history, finds repeated multi-step workflows, and recommends skill-worthy candidates. Saves you from having the same conversation twice. ## When to Use Use this skill when the user wants to mine opencode prompt history for repeated workflows, recurring unmet needs, or candidates for new reusable skills. ## How to invoke Run `/skill skill-suggester` to scan the full history. Optionally pass `--since <date>` (e.g. `--since 2026-05-01`) to limit the window. ## Analysis method 1. Locate prompt history files at `~/.local/state/opencode/prompt-history*.jsonl` 2. Parse each entry's message content 3. Score for skill potential by looking for: - **Repetition**: similar phrasing or topic used 3+ times ("scan all repos", "check my inbox") - **Multi-step sequences**: a request that required 5+ tool calls to complete - **Unsupported requests**: things you asked for that don't have a dedicated skill yet - **Workaround patterns**: instructions you give every time instead of a one-shot command 4. For each candidate, note: - How many times the pattern appeared - How many tool calls it consumed - The estimated time savings if it were a skill ## Output format `
- What I do
- When to Use
- How to invoke
- Analysis method
- Output format
- Key rules
- Limitations
What does the skill-suggester skill do?
Scan prompt history for recurring patterns and unmet needs, then propose new skills or command templates
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill skill-suggester --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.