JoshuaRamirez

Prompt List — Development skill for Claude Code

Development community

List the prompt library, optionally filtered by tag or category.

How to install Prompt List

Installs to ~/.claude/skills/joshuaramirez-prompt-library-prompt-list/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joshuaramirez-prompt-library-prompt-list && curl -fsSL https://raw.githubusercontent.com/JoshuaRamirez/prompt-library/HEAD/commands/prompt-list.md -o ~/.claude/skills/joshuaramirez-prompt-library-prompt-list/SKILL.md

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

What Prompt List does


description: List the prompt library, optionally filtered by tag or category argument-hint: [tag or category to filter by]

List the prompt library. Filter: $ARGUMENTS

  1. Call prompt_stats to learn the current tag and category vocabulary.
  2. If an argument was given, match it against that vocabulary and call prompt_list with the appropriate tags or category filter. Otherwise list everything.
  3. Render as a table grouped by category: id, title, tags, updated date.
  4. Report

Alternatives in Development

  • Beta Release — Create a beta pre-release for the project 233 ★
  • Gastown Setup — Bootstrap a new Gas Town installation, optionally with the wbern/gastown-me-and-my-crew preset for manual-mode 168 ★
  • Add Category — add-category 105 ★

Full documentation available on GitHub

View Source Repository