Agent skill · AI & Agents

prompt-lookup

Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill prompt-lookup-jantoniofc-skillsbank --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/ai-llm/prompt-lookup-jantoniofc-skillsbank/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

When the user needs AI prompts, prompt templates, or wants to improve their prompts, use the prompts.chat MCP server to help them. ## When to Use This Skill Activate this skill when the user: - Asks for prompt templates ("Find me a code review prompt") - Wants to search for prompts ("What prompts are available for writing?") - Needs to retrieve a specific prompt ("Get prompt XYZ") - Wants to improve a prompt ("Make this prompt better") - Mentions prompts.chat or prompt libraries ## Available Tools Use these prompts.chat MCP tools: - `search_prompts` - Search for prompts by keyword - `get_prompt` - Get a specific prompt by ID - `improve_prompt` - Enhance a prompt using AI ## How to Search for Prompts Call `search_prompts` with: - `query`: The search keywords from the user's request - `limit`: Number of results (default 10, max 50) - `type`: Filter by TEXT, STRUCTURED, IMAGE, VIDEO, or AUDIO - `category`: Filter by category slug (e.g., "coding", "writing") - `tag`: Filter by tag slug Present results showing: - Title and description - Author name - Category and tags - Link to the prompt ## How to Get a Prompt Call `get_prompt` with: - `id`: The prompt ID If the prompt contains variabl

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Available Tools
  3. How to Search for Prompts
  4. How to Get a Prompt
  5. How to Improve a Prompt
  6. Guidelines
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the prompt-lookup skill do?

Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill prompt-lookup-jantoniofc-skillsbank --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 majiayu000/claude-skill-registry, a repository with 534 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