πŸ“¦
AI EngineeringRust

Package Skill Generator

by skilld-dev

Package Skill Generator is an AI Engineering skill for Claude Code, published by skilld-dev in skilld.

308 stars9 forkson skilld-dev/skilldAdded 2026/09/03Repository updated 2026/09/01
agent-skillsclaude-codeclicodexcursorgemini-cliregistryrustskill-mdskills
Install in seconds
Install Package Skill Generator
Copy Package Skill Generator into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/skilld-dev/skilld/tree/main/skills/generate-package-skill ~/.claude/skills/generate-package-skill

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/skilld-dev/skilld.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/generate-package-skill/SKILL.md in skilld-dev/skilld
Installs to
~/.claude/skills/generate-package-skill
Collection
One of 11 skills cataloged from this repository
Category
AI Engineering β€” 2793 skills

What Package Skill Generator does

Package Skill Generator creates or updates a Claude Code Skill for an npm or local package from its public API and current docs. Use it when you want a package-specific skill with versioned guidance, examples, and citations.

Package Skill Generator is cataloged under AI Engineering on DirSkills. Package Skill Generator comes from a repository tagged agent-skills, claude-code, cli, codex and cursor.

Documentation

README

Generate a package Skill

Create a focused Skill that helps an Agent use one package correctly.

Inputs

Ask for a package name, package directory, or prepared package source. Ask for the destination only when the request does not provide one.

Research

  1. Record the exact installed or prepared package version.
  2. Read the package manifest and every exported entry point.
  3. Read public type entry points and their source definitions.
  4. Read current official documentation and runnable examples.
  5. Check release notes and migration guides for the exact version.
  6. Prefer public exports over internal files.
  7. Record advice only when the prepared source or official documentation proves it.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Package Skill Generator

  • What else does skilld-dev publish alongside Package Skill Generator?

    Package Skill Generator is one of 11 skills that DirSkills catalogs from skilld-dev/skilld, the repository it ships in. Its siblings there include Citty, Clack Prompts and Fixture Skill. Each one is a separate skill with its own page in this directory, installs the same way Package Skill Generator does, and is maintained by skilld-dev in that same repository. The rest of the collection is listed on the skilld-dev/skilld page.

  • How does Package Skill Generator compare to other AI Engineering skills?

    Package Skill Generator ranks #2223 by stars among the 2793 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Package Skill Generator against them. Open each page to compare what they document and how they install.