skill-scout

Scan local paths or GitHub repositories for SKILL.md files and evaluate portability.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/RDCrystalLab/agentic-plugins --skill skill-scout-rdcrystallab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-scout
Source: https://github.com/RDCrystalLab/agentic-plugins/tree/main/plugins/skill-scout/skills/skill-scout
Command: npx skills add https://github.com/RDCrystalLab/agentic-plugins --skill skill-scout-rdcrystallab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users evaluate and migrate useful AI agent skills from external repositories without blindly copying unreviewed content or missing compatibility issues.

Core Features & Use Cases

  • Skill Discovery: Scans local paths or GitHub repositories to find SKILL.md files and related plugin components.
  • Evaluation Workflow: Reviews skill instructions, dependencies, overlaps, platform assumptions, and portability concerns before importing.
  • Porting Support: Adapts selected skills into marketplace-ready plugins with standardized structures, metadata, and registration steps.

Quick Start

Use the skill-scout skill to inspect this repository, identify available skills, and recommend which ones are worth porting.

Frequently Asked Questions about skill-scout

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

FAQPage Schema
How do I evaluate external AI agent skills before importing them into my plugin marketplace?

Evaluating external AI agent skills requires a structured workflow that reviews skill instructions, dependencies, overlaps, platform assumptions, and portability concerns before importing. This prevents blindly copying unreviewed content and missing compatibility issues.

How do I discover available AI skills in a GitHub repository or local path?

Discovering available AI skills involves scanning local paths or GitHub repositories to find SKILL.md files and related plugin components. This identifies available skills and recommends which ones are worth porting.

What is the best way to migrate an AI agent skill from an external repository?

Migrating an AI agent skill is best handled by adapting selected skills into marketplace-ready plugins with standardized structures, metadata adaptation, and registration steps. This ensures the ported plugin meets marketplace requirements.

Does plugin migration work with local directories or only GitHub repositories?

Plugin migration works with both local paths and GitHub repositories. The skill discovery process scans either source to locate SKILL.md files and evaluate their compatibility for import.

What compatibility issues should I check for when porting AI agent skills?

When porting AI agent skills, check for dependency conflicts, platform assumptions, overlaps with existing skills, and portability concerns. Reviewing these factors prevents integration failures in the target marketplace plugin workflow.