Agent skill · AI & Agents

skill-suggester

Scan prompt history for recurring patterns and unmet needs, then propose new skills or command templates

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill skill-suggester --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/skill-suggester/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## 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's inside
Steps it walks through
  1. What I do
  2. When to Use
  3. How to invoke
  4. Analysis method
  5. Output format
  6. Key rules
  7. Limitations
Ships with 1 file
  • README.md
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going