Slash Command Discovery banner
levindixon levindixon

Slash Command Discovery

Development community

Description

I have extracted prompts from my Claude Code conversation history. These prompts represent the types of requests I commonly make while coding. I want you to analyze these prompts to: 1. Identify recurring patterns, themes, or types of requests 2. Group similar prompts together 3. Suggest custom Claude Code slash commands (documentation provided below) that would save me time 4. Save each of the suggested custom Claude Code slash commands in a new directory named custom-command-suggestions ready

Installation

Installs to ~/.claude/skills/levindixon-claude-code-prompt-plunderer-slash_command_discovery/SKILL.md

Terminal
mkdir -p ~/.claude/skills/levindixon-claude-code-prompt-plunderer-slash_command_discovery && curl -fsSL https://raw.githubusercontent.com/levindixon/claude-code-prompt-plunderer/HEAD/prompts/slash_command_discovery.md -o ~/.claude/skills/levindixon-claude-code-prompt-plunderer-slash_command_discovery/SKILL.md

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

Full documentation available on GitHub

View Source Repository