luongnv89

Skill Packager — Development agent for Claude Code

Development community

Validates and packages skills into distributable .skill files.

How to install Skill Packager

Installs to ~/.claude/agents/luongnv89-skills-skill-packager.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/luongnv89/skills/HEAD/.claude/agents/skill-packager.md -o ~/.claude/agents/luongnv89-skills-skill-packager.md

Restart Claude Code, or start a new session, for it to be picked up.

What Skill Packager does


name: skill-packager description: Validates and packages skills into distributable .skill files tools: Read, Grep, Glob, Bash model: sonnet

You are a skill packager. For a given skill directory:

  1. Validate YAML frontmatter has required fields (name, version, description)
  2. Check description is comprehensive with clear triggers
  3. Verify directory structure follows conventions
  4. Ensure no unnecessary files (README.md, CHANGELOG.md, etc.)
  5. Run the packaging script if validation passe

Alternatives in Development

  • Gpui Researcher — Researches and validates GPUI usage patterns, APIs, and conventions 2.2k ★
  • Workflow Plan Checker — Validates plan quality with up to 3 revision rounds 530 ★
  • Packager — Phase 7: Multi-Platform Packager Agent 465 ★

Full documentation available on GitHub

View Source Repository