skillify

Generate SKILL.md files for npm packages from package.json and README.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/melvincarvalho/skillify --skill skillify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillify
Source: https://github.com/melvincarvalho/skillify/tree/main
Command: npx skills add https://github.com/melvincarvalho/skillify --skill skillify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

skillify automates the creation of standardized SKILL.md documents for npm packages, ensuring agent-ready metadata and discoverability.

Core Features & Use Cases

  • Automatically reads package.json to seed name, description, keywords, and bin definitions
  • Parses CLI, exports, and README to enrich SKILL.md with CLI reference and API surface
  • Produces "When to Use" triggers and a concise Quick Start example

Quick Start

Run skillify in the package root to generate a conforming SKILL.md.

Frequently Asked Questions about skillify

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

FAQPage Schema
How do I auto-generate a SKILL.md file for an npm package?

To auto-generate a SKILL.md file for an npm package, run skillify in the package root. It reads package.json to seed metadata and produces a conforming SKILL.md with YAML frontmatter, usage triggers, and CLI references.

What is a SKILL.md file and when do I need it for AI agents?

A SKILL.md file is a standardized document following Anthropic's Agent Skills specification that enables AI agents to discover and utilize skills. You need it to ensure agent-ready metadata and discoverability for libraries and CLIs.

How does skillify parse package.json to create agent-ready documentation?

skillify parses package.json to seed name, description, keywords, and bin definitions. It then parses CLI exports and README content to enrich the SKILL.md with API surface details and a concise Quick Start example.

Does skillify support adding optional resources like scripts and assets to SKILL.md?

Yes, skillify supports optional resources via scripts, references, and assets. It ensures the generated SKILL.md contains structured sections for When to Use, Quick Start, and CLI/API references alongside these resources.

Can I use skillify to document both libraries and CLIs for AI agent discovery?

Yes, you can use skillify to document both libraries and CLIs for AI agent discovery. It automates generation of SKILL.md files with CLI references and API surface details to enable agents to utilize these skills.

What sections are required when generating agent skills metadata with skillify?

Generating agent skills metadata with skillify requires YAML frontmatter with name and description. It also produces sections for When to Use, Quick Start, and CLI/API references to ensure comprehensive skill documentation.