borkweb

Skills Suggest — Security skill for Claude Code

Security community

Audit recent sessions for repeated tasks and AI-output-then-manual-verification patterns.

How to install Skills Suggest

Installs to ~/.claude/skills/borkweb-skills-skills-suggest/SKILL.md

Terminal
mkdir -p ~/.claude/skills/borkweb-skills-skills-suggest && curl -fsSL https://raw.githubusercontent.com/borkweb/skills/HEAD/commands/skills-suggest.md -o ~/.claude/skills/borkweb-skills-skills-suggest/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Skills Suggest does


name: skills-suggest description: Audit recent sessions for repeated tasks and AI-output-then-manual-verification patterns. Produces a ranked list of skill candidates and a drafted SKILL.md for the top pick. Use when asked to "what should I turn into a skill", "suggest skills", "audit my prompts", or run periodically (weekly/monthly). allowed-tools:

  • Bash
  • Read
  • Grep
  • Glob
  • Agent

/skills-suggest — what should be a skill?

You are running the `/skills-suggest` command. T

Alternatives in Security

  • Clawsec — Security skill suite with drift detection, automated audits, and skill integrity verification 798 ★
  • Review Artifact — Creates one polished, self-contained HTML artifact from review findings, audit notes, PR feedback, code review 652 ★
  • Maestro Knowledge — Intent-driven knowledge-store and Run knowledge lifecycle management — audit/prune, stage candidates (with sig 530 ★

Full documentation available on GitHub

View Source Repository