gymtime-skill-builder

Automates creation and validation of GymTime Skill Units with SKILL.md frontmatter and folder structure.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/josuerivera300891-prog/GymTime --skill gymtime-skill-builder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gymtime-skill-builder
Source: https://github.com/josuerivera300891-prog/GymTime/tree/main/skills/gymtime-skill-builder
Command: npx skills add https://github.com/josuerivera300891-prog/GymTime --skill gymtime-skill-builder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual creation of GymTime Skill Units is error-prone and inconsistent; this builder enforces a standard structure and validation to accelerate scalable Skill development.

Core Features & Use Cases

  • Generates the SKILL.md frontmatter and folder structure for new Skills.
  • Validates presence of required fields and multi-tenancy constraints.
  • Produces a reusable skeleton (scripts/references/assets optional) for future Skills.
  • Use Case: When a new business capability is identified, generate a compliant Skill Unit ready for implementation.

Quick Start

Provide the required inputs to generate a new Skill Unit with its SKILL.md and scaffolding under /skills.

Frequently Asked Questions about gymtime-skill-builder

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

FAQPage Schema
How do I standardize Skill creation for multi-tenant business requirements?

To standardize Skill creation, this builder automates the generation of SKILL.md frontmatter and folder scaffolding from business requirements. It validates required fields and multi-tenancy constraints to ensure consistent, compliant Skill Units ready for implementation.

How do I generate a SKILL.md file and folder structure for a new project capability?

You can generate a SKILL.md file and its folder structure by providing the required business inputs to the builder. It creates a reusable skeleton with optional scripts, references, and assets directories under /skills.

What is the required structure for a valid Skill Unit?

A valid Skill Unit requires a root SKILL.md file with mandatory name and description fields. The structure must also document dependencies, components, multi-tenancy constraints, and security constraints to pass validation.

Can I use this builder for check-in, payment, and membership skill scenarios?

Yes, the builder handles various business scenarios including memberships, payments, reminders, and check-ins. It converts these specific business needs into well-structured, standardized Skill Units with consistent metadata.

What happens if my SKILL.md file is missing required metadata fields?

If SKILL.md is missing required metadata like name or description, the validation process will fail. The builder enforces a defined structure by validating the root SKILL.md presence and requiring essential fields before scaffolding proceeds.