Back to AI Tools & Agents

skill-lookup

AI agentskills managementClaude Codetool discoveryskill installationagent capabilitiescoding assistantworkflow automation
⭐ 163.8kπŸ“„ NOASSERTIONπŸ•’ 2026-06-16Source β†—

Install this skill

npx skills add f/awesome-chatgpt-prompts

Works across Claude Code, Cursor, Codex, Copilot & Antigravity

The skill-lookup tool functions as a direct interface for the prompts.chat MCP server, enabling developers to discover, audit, and integrate pre-built agent components directly into their local environment. Instead of manual copying or navigating browser-based repositories, this skill allows for programmatic querying of the awesome-chatgpt-prompts ecosystem. By triggering this, you retrieve skill metadata, instructional documentation, and supporting logic files required for extension development. It handles the organizational heavy lifting by mapping remote files into the correct .claude/skills/ directory structure. This ensures that agent behaviors remain modular and consistent, allowing for quick deployment of tested scripts and configuration files without leaving your development context. It is the primary mechanism for expanding the functional range of your local AI agent setup through verified, community-sourced skill sets.

When to Use This Skill

  • β€’Quickly adding a new code review or documentation generation capability to a project
  • β€’Browsing available automation helpers without opening a web browser
  • β€’Standardizing skill installations across multiple development environments
  • β€’Fetching specific helper scripts needed for a new workflow

How to Invoke This Skill

Example prompts that trigger this skill in Claude Code, Cursor, or Antigravity:

  • β€œFind me a skill for code reviews
  • β€œShow me what skills are available in the testing category
  • β€œHow do I install the documentation skill?
  • β€œFetch the details for skill ID xyz
  • β€œSearch for agent skills related to web scraping

Pro Tips

  • πŸ’‘Combine `search_skills` with specific `category` and `tag` filters to narrow down results efficiently, especially when dealing with a large skill library.
  • πŸ’‘Always review the skill's `SKILL.md` and reference documentation using `get_skill` before installation to understand its exact functionality and dependencies.
  • πŸ’‘For recurring project setups, consider scripting the installation of a set of essential skills to ensure a consistent and productive development environment.

What this skill does

  • β€’Search the remote skill registry using keywords, categories, or tags
  • β€’Retrieve full metadata and associated source files for specific skills
  • β€’Automate the file system setup for new skill installations
  • β€’Validate skill structure before integration
  • β€’Cross-reference community-maintained prompts and scripts

When not to use it

  • βœ•When you need to write a brand new, custom skill from scratch without external dependencies
  • βœ•When you are working without an active internet connection
  • βœ•When the desired functionality is native to your current agent framework

Example workflow

  1. Search for relevant skills using a descriptive keyword query
  2. Review the search results including title, description, and file count
  3. Select the appropriate skill ID from the returned list
  4. Call get_skill to download the metadata and source files
  5. Create the local .claude/skills/{slug}/ folder
  6. Save the retrieved files into their respective locations

Prerequisites

  • –MCP server connectivity configured for prompts.chat
  • –Read/write access to the .claude directory in the project root

Pitfalls & limitations

  • !Failure to verify file paths can lead to orphaned scripts
  • !Relying on outdated skill IDs if the repository has been refactored
  • !Network timeouts when fetching large skill packages with many helper files

FAQ

Where does this skill save the retrieved files?
All files are saved into the .claude/skills/{slug}/ directory to maintain a consistent structure for your agent.
Can I filter by specific categories?
Yes, the search_skills tool accepts a category slug argument to narrow down results.
Do I need to manually create the directory before calling install?
No, the recommended workflow involves retrieving the files first and then creating the designated path.
What happens if a skill is not found?
The tool will return an empty result set or an error indicating that the ID or query returned no matches.

How it compares

Unlike manual searching in a browser followed by copy-pasting code, this skill automates the discovery and file-path mapping, reducing configuration errors.

Source & trust

⭐ 164k starsπŸ“„ NOASSERTIONπŸ•’ Updated 2026-06-16
πŸ“„ Full skill instructions β€” original source: f/awesome-chatgpt-prompts
When the user needs Agent Skills, wants to extend Claude's capabilities, or is looking for reusable AI agent components, use the prompts.chat MCP server.

## When to Use This Skill

Activate this skill when the user:

- Asks for Agent Skills ("Find me a code review skill")
- Wants to search for skills ("What skills are available for testing?")
- Needs to retrieve a specific skill ("Get skill XYZ")
- Wants to install a skill ("Install the documentation skill")
- Mentions extending Claude's capabilities with skills

## Available Tools

Use these prompts.chat MCP tools:

- search_skills - Search for skills by keyword
- get_skill - Get a specific skill by ID with all its files

## How to Search for Skills

Call search_skills with:

- query: The search keywords from the user's request
- limit: Number of results (default 10, max 50)
- category: Filter by category slug (e.g., "coding", "automation")
- tag: Filter by tag slug

Present results showing:
- Title and description
- Author name
- File list (SKILL.md, reference docs, scripts)
- Category and tags
- Link to the skill

## How to Get a Skill

Call get_skill with:

- id: The skill ID

Returns the skill metadata and all file contents:
- SKILL.md (main instructions)
- Reference documentation
- Helper scripts
- Configuration files

## How to Install a Skill

When the user asks to install a skill:

1. Call get_skill to retrieve all files
2. Create the directory .claude/skills/{slug}/
3. Save each file to the appropriate location:
- SKILL.md β†’ .claude/skills/{slug}/SKILL.md
- Other files β†’ .claude/skills/{slug}/{filename}

## Skill Structure

Skills contain:
- **SKILL.md** (required) - Main instructions with frontmatter
- **Reference docs** - Additional documentation files
- **Scripts** - Helper scripts (Python, shell, etc.)
- **Config files** - JSON, YAML configurations

## Guidelines

- Always search before suggesting the user create their own skill
- Present search results in a readable format with file counts
- When installing, confirm the skill was saved successfully
- Explain what the skill does and when it activates
By f

How to Use This Skill Unit

Option A: Project-Specific (Recommended)

  1. Click "Download" above
  2. In your project, create the directory: .agent/skills/skill-lookup/
  3. Save the file as SKILL.md
  4. The agent will automatically discover the skill based on its description.

Option B: Global Installation (All Agents)

Save the file to these locations to make it available across all projects:

  • Claude Code: ~/.claude/skills/f/awesome-chatgpt-prompts/skill-lookup/SKILL.md
  • Cursor: ~/.cursor/skills/f/awesome-chatgpt-prompts/skill-lookup/SKILL.md
  • Antigravity: ~/.gemini/antigravity/skills/f/awesome-chatgpt-prompts/skill-lookup/SKILL.md

πŸš€ Install with CLI:
npx skills add f/awesome-chatgpt-prompts

Read the Master Guide: Mastering Agent Skills β†’

Recommended Rules

View more rules β†’

Recommended Workflows

View more workflows β†’

Recommended MCP Servers

View more MCP servers β†’

Take It Further

Maximize your productivity with these powerful resources

πŸ“‹

Define Your Standards

Set up coding standards to ensure this workflow produces consistent, high-quality results.

Browse Rules Library
πŸ“–

Master Workflows

Learn how to create custom workflows, use Turbo Mode, and build your automation library.

Complete Guide

How to use this Skill in Claude Code & Cursor

For Claude Code (CLI)

To use this skill in Claude Code, copy the rule content into your project's custom instructions or follow our Add-Skill CLI guide. This ensures Claude follows your standards during every code generation.

For Cursor & Windsurf

For Cursor or Windsurf, individual skills are best used in the "Rules for AI" section. This specific unit helps the agent avoid ai tools & agents issues, leading to cleaner, more efficient code.

Why the skill format matters: the standardized Agent Skills format lets your AI agent load detailed instructions only when they are relevant, keeping your prompt clean while improving results.

Source & attribution

This skill is categorized under AI Tools & Agents and is published by f, maintained in f/awesome-chatgpt-prompts.

← Browse All Agent Skills
Sponsored AI assistant. Recommendations may be paid.