skill_importer

Locate, decompose, and import skills from online registries into local environments.

7|Updated May 6, 2026
One-click install
npx skills add https://github.com/tya5/reyn --skill skill-importer-tya5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill_importer
Source: https://github.com/tya5/reyn/tree/main/src/reyn/stdlib/skills/skill_importer
Command: npx skills add https://github.com/tya5/reyn --skill skill-importer-tya5

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Enables users to discover and import skills from public registries efficiently, streamlining skill integration into local environments.

Core Features & Use Cases

  • Skill Discovery: Search and filter skills based on user queries and registry content.
  • Automated Decomposition: Break down source markdown into multiple, manageable phases for better usability.
  • Efficient Import: Save imported skills in a structured directory with provenance and versioning information.
  • Use Case: A developer finds a useful skill online and quickly imports it into their local project for further customization.

Quick Start

Ask the system to search for skills matching a user need, then import the selected skill from the registry.

Frequently Asked Questions about skill_importer

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

FAQPage Schema
How do I import skills from online registries into my local environment?

To import skills from online registries, you can automate the process of locating and decomposing source markdown into structured directories with provenance tracking. This enables efficient manual and semi-automated skill onboarding into your local project.

What is skill decomposition in markdown parsing and when is it needed?

Skill decomposition is the process of breaking down source markdown from registries into multiple manageable phases using YAML frontmatter and markdown parsing. It is needed when onboarding complex skills for better usability and structured storage.

Can I search and filter public skill registries based on specific user queries?

Yes, you can search and filter public skill registries based on specific user queries and registry content. This skill discovery feature streamlines the identification of useful skills before automated decomposition and local import.

Does the skill import process support versioning and provenance tracking?

The skill import process supports versioning and provenance tracking by saving imported skills in a structured directory. This ensures you maintain clear origin records and version control for all onboarded registry content.

What is the best way to convert external registry skills for local customization?

The best way to convert external registry skills for local customization is using automated decomposition with YAML frontmatter parsing. This extracts and stores the skill content locally, enabling developers to efficiently modify imported components.