skill-lookup

Search, retrieve, and install Agent Skills for Claude via MCP tools.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/tai-pucrs/modulo6-plataforma --skill skill-lookup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-lookup
Source: https://github.com/tai-pucrs/modulo6-plataforma/tree/main/skill-lookup
Command: npx skills add https://github.com/tai-pucrs/modulo6-plataforma --skill skill-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams discover and manage reusable AI agent capabilities by locating, retrieving, and installing suitable Agent Skills for Claude.

Core Features & Use Cases

  • Discover available Agent Skills across categories.
  • Retrieve detailed skill metadata and assets with a single query.
  • Install and integrate skills into Claude for extended capabilities.
  • Use Case: Imagine a developer wants to install a code-review skill to automate code quality checks in conversations.

Quick Start

To begin, search for skills using the MCP tools (search_skills) with a keyword, then get_skill with the resulting ID, and finally install the skill into the .claude/skills/{slug} directory following the guidance in SKILL.md.

Frequently Asked Questions about skill-lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find and install Agent Skills for Claude?

To discover and install Agent Skills for Claude, use the search_skills MCP tool with a relevant keyword to locate available capabilities. Then, use get_skill with the resulting ID to fetch its metadata and assets before placing it in the .claude/skills directory.

What is the process for retrieving detailed metadata about a specific Agent Skill?

Retrieving detailed Agent Skill metadata requires using the get_skill MCP tool with the specific skill ID. This fetches the skill data directly within the prompts.chat MCP framework, allowing you to review the metadata before integrating it into Claude.

Can I discover reusable AI agent capabilities across different categories?

You can discover reusable AI agent capabilities across various categories by using the search_skills MCP tool. This allows you to locate suitable Agent Skills for Claude, enabling quick extension of capabilities across different conversational tasks.

Does the skill installation process require a specific directory structure?

The skill installation process requires placing the fetched skill files into the .claude/skills/{slug} directory. Following the guidance provided in the SKILL.md file ensures the reusable Agent Skills are correctly integrated for Claude to use.

What is the best way to extend Claude's capabilities for automated code quality checks?

The best way to extend Claude for automated code quality checks is to search for and install a code-review Agent Skill. By using the search_skills and get_skill MCP tools, you can retrieve and integrate the specific capability into your conversational workflow.