sch-create

Guide users through creating SKILL.md frontmatter and folder structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps instructors and students bootstrap a new Skill from scratch, providing a clear process to generate SKILL.md and the initial project structure.

Core Features & Use Cases

  • Automates the initial Skill-scaffold workflow: define a name, generate the YAML frontmatter, set version and tags, and outline the initial body content.
  • Encourages consistent Skill formatting across the registry and simplifies onboarding for new Skill creators.
  • Use Case: A student asks to start a fresh Skill, and sch-create guides them through naming, location, and frontmatter drafting.

Quick Start

Answer the prompts to scaffold a brand-new Skill and draft its SKILL.md.

Frequently Asked Questions about sch-create

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

FAQPage Schema
How do I create a new Skill scaffold and generate the SKILL.md frontmatter?

To create a Skill scaffold, you define a project name, generate the YAML frontmatter, set version and tags, and outline body instructions to produce a valid SKILL.md file.

What is the correct format for Skill YAML frontmatter naming and versioning?

Skill YAML frontmatter requires kebab-case for names, semver formats for versions, at least one tag, and optional dependencies to pass validation.

How do I validate SKILL.md body instructions during the scaffolding process?

Validating SKILL.md body instructions happens during scaffolding by enforcing frontmatter constraints like kebab-case names and semver versions before finalizing the file structure.

Can I use this Skill scaffolding workflow for student and instructor projects?

Yes, this Skill scaffolding workflow applies to early-stage Skill creation for students and instructors, guiding them through naming, location, and frontmatter drafting.

What are the limitations when adding optional dependencies to a SKILL.md file?

Optional dependencies are supported in the SKILL.md file, but the scaffolding process enforces strict validation on other frontmatter fields like requiring at least one tag.