lenny-skillpack-creator

Convert SKILL.md or HTML into structured agent-executable skill packs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill transforms unstructured, insight-heavy "Lenny" or Refound AI skills into well-defined, agent-executable skill packs, making them readily usable by AI agents.

Core Features & Use Cases

  • Skill Refactoring: Converts existing skill documentation into a standardized, actionable format.
  • Artifact Generation: Produces SKILL.md, references/ content, and optional scripts/ for a complete skill pack.
  • Use Case: You have a collection of valuable Refound AI skills but need to integrate them into your agent's workflow. This Skill automates the conversion process, ensuring each new skill pack adheres to a strict execution contract.

Quick Start

Use the lenny-skillpack-creator skill to convert the provided Refound skill content into a structured agent 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 documentation into executable agent skills?

You convert unstructured documentation into executable agent skills by refactoring source SKILL.md or HTML files into a high-density, structured directory with SKILL.md, references, and optional scripts for AI agents.

What is the best way to refactor Refound or Lenny skills for OpenAI Codex?

Refactor Refound or Lenny skills for OpenAI Codex by transforming them into a standardized, artifact-driven skill pack directory with SKILL.md and references, ensuring English output and full compatibility with agent execution.

Does this skill creation process work with Claude Code agents?

Yes, this skill creation process works with Claude Code agents by producing boundary-clear, testable skill packs that adhere to the Agent Skills standard, ensuring seamless execution within Claude Code environments.

What file formats are supported for generating agent skill packs?

Supported file formats for generating agent skill packs include source SKILL.md and HTML files, which are processed and converted into a structured directory containing SKILL.md, references, and optional scripts.

Do I need PyYAML to create structured agent skill directories?

Yes, you need PyYAML installed as a dependency to create structured agent skill directories, as the skill pack generation process relies on it to parse and manage the YAML configurations required by the Agent Skills standard.

Why does my converted agent skill lack testable boundaries?

Your converted agent skill lacks testable boundaries when source documentation is not properly refactored into an artifact-driven format, which is resolved by enforcing strict execution contracts and boundary-clear structures during skill pack generation.