skill-importer

Upgrade Claude Skills to factory specification with required files and structure.

1|Updated Sep 17, 2025
One-click install
npx skills add https://github.com/mpazaryna/claude-toolkit --skill skill-importer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-importer
Source: https://github.com/mpazaryna/claude-toolkit/tree/main/.claude/skills/skill-importer
Command: npx skills add https://github.com/mpazaryna/claude-toolkit --skill skill-importer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the frustration of working with inconsistently structured Claude Skills by automatically upgrading them to factory specification with proper documentation and structure.

Core Features & Use Cases

  • Gap Analysis: Scan any skill folder and identify missing factory-required files and structural issues.
  • Auto-Generation: Create missing documentation, sample data, and installation guides with realistic examples.
  • Use Case: Imagine you received a skill from a colleague that works but lacks proper documentation. Use this Skill to automatically generate HOW_TO_USE.md, sample inputs, and restructure SKILL.md to factory standards.

Quick Start

Use the skill-importer skill to analyze and upgrade the skill at generated-skills/issue-analysis to factory specification.

Frequently Asked Questions about skill-importer

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

FAQPage Schema
How do I upgrade a Claude Skill to factory specification?

Upgrading a skill to factory specification means applying standardized structure, documentation, and file requirements. skill-importer automatically transforms externally-built skills by generating missing factory files, restructuring SKILL.md to the standard template, enforcing kebab-case naming, and validating YAML frontmatter to meet factory standards.

What files does skill-importer generate for a skill?

skill-importer generates HOW_TO_USE.md with usage instructions, sample_input.json and expected_output.json with realistic examples, and README.md for documentation. It also restructures existing SKILL.md and preserves your analyze.py, completing the factory-required file set.

Can I analyze a skill without performing a full import?

Yes. skill-importer performs gap analysis to identify missing factory-required files and structural issues before upgrading. You can review the analysis results and choose between analysis-only or full-import scenarios based on your needs.

What happens to my existing skill code when I import it?

Your existing analyze.py is preserved during import. skill-importer adds factory structure, documentation, and missing files around your core code while ensuring kebab-case naming conventions and valid YAML frontmatter compliance.

When should I use skill-importer?

Use skill-importer when you have a working skill folder with SKILL.md but missing factory files, inconsistent structure, or documentation gaps. It's ideal for upgrading colleague-built skills or legacy skills that need standardization without rewriting core logic.

Does skill-importer work with skills that have custom components?

skill-importer focuses on gap analysis and structure upgrades for skills with SKILL.md and missing factory files. It applies factory requirements like kebab-case naming and YAML validation, though component customization remains within your skill's design scope.