lenny-skillpack-creator

Convert unstructured skill descriptions into standardized agent-executable skill packs.

51|8|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/liqiongyu/lenny_skills_plus --skill lenny-skillpack-creator-liqiongyu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lenny-skillpack-creator
Source: https://github.com/liqiongyu/lenny_skills_plus/tree/main/skills/lenny-skillpack-creator
Command: npx skills add https://github.com/liqiongyu/lenny_skills_plus --skill lenny-skillpack-creator-liqiongyu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill transforms existing "insight-heavy" Refound/Lenny skills into structured, agent-executable skill packs, making them readily usable by AI agents like OpenAI Codex and Claude Code.

Core Features & Use Cases

  • Skill Conversion: Refactors raw skill content into a standardized format with clear inputs, outputs, and workflows.
  • Agent Pack Generation: Creates self-contained skill directories including SKILL.md, references/, and optional scripts/.
  • Use Case: You have a complex methodology documented in a Refound skill. Use this meta-skill to convert it into a callable agent skill that can execute the methodology step-by-step.

Quick Start

Use the lenny-skillpack-creator skill to convert the provided Refound skill content into an agent-executable skill pack.

Frequently Asked Questions about lenny-skillpack-creator

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

FAQPage Schema
How do I convert unstructured skill descriptions into an agent-executable skill pack?

To convert unstructured skill descriptions into an agent-executable skill pack, you refactor the raw content into a standardized format defining clear scope, input/output contracts, workflows, and quality gates. This process creates self-contained directories including SKILL.md, references, and optional scripts for AI agents.

What is an agent-executable skill pack and when do I need it for Claude Code or Codex?

An agent-executable skill pack is a standardized directory format containing SKILL.md, references, and scripts that enables AI agents like Claude Code or Codex to execute methodologies step-by-step. You need it when transforming insight-heavy documentation into callable, reusable AI agent capabilities.

Can I use existing Refound or Lenny skills as input for generating agent packs?

Yes, you can use existing Refound or Lenny skills as input. The skill conversion process specifically takes these insight-heavy, semi-structured skill descriptions and refactors them into structured, agent-executable formats with clear inputs, outputs, and workflows.

What is the best way to structure workflows and quality gates for AI agent skills?

The best way to structure workflows and quality gates for AI agent skills is by standardizing them within a SKILL.md file during the agent pack generation process. This defines the execution scope, input/output contracts, and quality checkpoints required for reliable step-by-step methodology execution.

Does the generated agent skill pack support output formats other than English?

No, the generated agent skill pack supports English output only for all generated artifacts. The standardized skill directories, including the SKILL.md file, references, and optional scripts, are produced with English content to ensure consistent agent execution.

Why are input/output contracts important when creating agent skills?

Input/output contracts are important when creating agent skills because they define the exact scope and data boundaries for the AI agent. Establishing these contracts during skill conversion ensures the methodology is executed reliably step-by-step without ambiguity in the consumed inputs or produced outputs.