jennydove

Check For Skills — Development skill for Claude Code

Development community

Review what happened this session and identify whether any ad-hoc work should become a reusable slash command.

How to install Check For Skills

Installs to ~/.claude/commands/jennydove-self-improving-claude-check-for-skills.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jennydove/self-improving-claude/HEAD/.claude/commands/check-for-skills.md -o ~/.claude/commands/jennydove-self-improving-claude-check-for-skills.md

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

What Check For Skills does

Review what happened this session and identify whether any ad-hoc work should become a reusable slash command.

When to run

  • At the end of any session where Claude did something new or multi-step
  • Any time the user says "let's do that again" or "I do this every week"
  • Automatically called as part of /done

Process

  1. Review the session
    • What multi-step tasks did Claude perform?
    • What did the user ask Claude to figure out or research?
    • Were there any sequences of tool

Alternatives in Development

  • Grammar Check — Identify grammar and flow errors with targeted fix suggestions 7.8k ★
  • Om Standup — Morning kickoff 4.6k ★
  • Claude Peers MCP — Allow all your Claude Codes to message each other ad-hoc 1.9k ★

Full documentation available on GitHub

View Source Repository