skill-packager
Authors Agent Skills v1.0 packages (SKILL.md plus references/scripts), runs package_skill to produce a standards-compliant zip, and uses install_skill to add skills from HTTPS, registry, workspace, or an uploaded archive. Use when the user wants to turn documentation, workflows, or code into a portable skill, export a skill zip, or install a skill from a link or file without leaving the chat.
npx skills add vixues/LeAgent --skill skill-packager --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Skill packager Help the user create, package, and install [Agent Skills v1.0](https://agentskills.my/specification) bundles. ## When to use - User finished a doc, workflow, or code and wants it **reusable as a skill**. - User pastes an **https://** link to a `.zip` / `.tar.gz` skill bundle to **install**. - User wants a **.zip** to import into Cursor (`~/.cursor/skills/` or `.cursor/skills/`) or another agent. ## Authoring layout - One directory per skill: directory name **must** equal the `name` field in `SKILL.md` frontmatter (kebab-case). - Put long prose in `references/` or `assets/`; keep `SKILL.md` concise with links to those files. - Optional `scripts/` for helpers; script execution may require server env flags—document that. ## Tools (LeAgent) | Goal | Tool | |------|------| | Validate + zip a folder | `package_skill` with `skill_directory` (optional `output_path`) | | Install from URL | `install_skill` with `source_type: url`, `url`, optional `sha256` | | Install from registry | `install_skill` with `source_type: registry`, `registry_skill_name` | | Install from project folder | `install_skill` with `source_type: workspace`, `workspace_path`, `target_skill_name` | | Inst
- When to use
- Authoring layout
- Tools (LeAgent)
- Cursor / desktop import (manual)
- Quality checklist
What does the skill-packager skill do?
Authors Agent Skills v1.0 packages (SKILL.md plus references/scripts), runs package_skill to produce a standards-compliant zip, and uses install_skill to add skills from HTTPS, registry, workspace, or an uploaded archive. Use when the user wants to turn documentation, workflows, or code into a portable skill, export a skill zip, or install a skill from a link or file without leaving the chat.
How do I install it?
Run `npx skills add vixues/LeAgent --skill skill-packager --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From vixues/LeAgent, a repository with 195 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
