my-skill-name

Generate a new Skill folder with SKILL.md frontmatter and starter workflow.

6|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Trust-App-AI-Lab/StudyClawHub --skill my-skill-name-trust-app-ai-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: my-skill-name
Source: https://github.com/Trust-App-AI-Lab/StudyClawHub/tree/main/skills/_template
Command: npx skills add https://github.com/Trust-App-AI-Lab/StudyClawHub --skill my-skill-name-trust-app-ai-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template helps Skill authors quickly scaffold a standardized Skill unit, reducing boilerplate and ensuring consistency across registrations.

Core Features & Use Cases

  • Provides a ready-made SKILL.md frontmatter skeleton with mandatory fields like name and description, plus optional metadata.
  • Produces a clean Markdown body for activation instructions and workflow steps suitable for onboarding new contributors.
  • Use Case: Create a new Skill from scratch by duplicating this template and customizing the frontmatter and body.

Quick Start

Run the template to generate a new Skill folder with a SKILL.md frontmatter and a starter workflow.

Frequently Asked Questions about my-skill-name

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

FAQPage Schema
How do I generate a Skill template with a YAML header and Markdown body?

To generate a Skill template, run the starter to scaffold a complete Skill unit containing a YAML header with name and description metadata, plus a structured Markdown body for activation instructions and workflow steps.

What is the best way to create a standardized Skill unit for a registry?

The best way to create a standardized Skill unit is using a ready-made template that produces a SKILL.md frontmatter skeleton with mandatory fields and a clean Markdown body, ensuring consistency across registrations and reducing boilerplate.

Can I use this template generator for StudyClawHub or similar registries?

Yes, this template generator is applicable when starting new Skills for StudyClawHub or similar registries, covering naming, description, metadata, and quick-start guidance for onboarding new contributors.

What metadata fields are included when scaffolding a new Skill from a template?

Scaffolding a new Skill from a template provides a SKILL.md frontmatter skeleton with mandatory fields like name and description, plus optional metadata, ensuring the generated unit meets registry requirements.

How do I customize a generated Skill starter workflow for automation?

To customize a generated Skill starter workflow, duplicate the template and modify the frontmatter metadata and Markdown body to fit your automation needs, adjusting the activation instructions and workflow steps as required.