gylt-new-addon

Generate a GYLT addon directory structure with manifest and installer.

3|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Zoomma1/get-your-life-together --skill gylt-new-addon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gylt-new-addon
Source: https://github.com/Zoomma1/get-your-life-together/tree/main/99%20-%20Claude%20Code/Skills/gylt-new-addon
Command: npx skills add https://github.com/Zoomma1/get-your-life-together --skill gylt-new-addon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and templates (resource) components.

What problem does it solve?

This Skill automates the creation of a new GYLT addon, providing a structured directory, manifest, installer, README, LICENSE, and a starter skill, thereby simplifying the process of packaging and sharing Claude Code skills and hooks as installable addons.

Core Features & Use Cases

  • Automated Scaffold Creation: Generates the necessary folder structure, manifest, installer script, README, LICENSE, and a starter skill.
  • Customizable: Allows users to specify the name, description, target directory, and first skill for the new addon.
  • Use Case: Ideal for developers looking to quickly package a set of Claude Code skills and hooks as a standalone, installable addon, extending the functionality of the GYLT base system.

Quick Start

Create a new GYLT addon using the gylt-new-addon skill. When prompted, provide the name of the addon, a description, the target directory, and the name of the first skill.

Frequently Asked Questions about gylt-new-addon

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

FAQPage Schema
How do I create a new GYLT addon from scratch?

You need basic knowledge of directory structure and addon.json creation to use this skill effectively. It generates the scaffolded structure, manifest, and installer script automatically based on your specified addon name, description, target directory, and first skill.

What files and directories are included when scaffolding a GYLT addon?

Scaffolding a GYLT addon generates a structured directory, addon.json manifest, installer script, README, LICENSE, and a starter skill. This structure provides everything needed to package and share Claude Code skills and hooks as an installable addon.

Can I customize the generated GYLT addon structure and initial skill?

Yes, you can customize the generated GYLT addon by specifying the addon name, description, target directory, and the name of the first skill. These inputs define the initial manifest and scaffolded directory structure.

Do I need prior experience with addon.json manifests to use this scaffold tool?

Basic knowledge of directory structure and addon.json creation is required. The skill automates the initial file generation, but understanding addon manifests helps you package and share Claude Code skills and hooks effectively.

Why use an automated scaffold tool instead of manually creating a GYLT addon directory?

Using an automated scaffold tool simplifies packaging Claude Code skills and hooks by instantly generating the complete directory structure, manifest, and installer. This reduces manual setup errors and ensures a standardized, installable addon format.