sch-submit

Scan projects for SKILL.md files and register them via GitHub Issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines submitting Skill(s) to the StudyClawHub registry by scanning repositories for SKILL.md files and creating registration GitHub Issues, eliminating manual registry steps and ensuring consistent metadata capture.

Core Features & Use Cases

  • Scans a project for all SKILL.md files and extracts required frontmatter (name, description, version, tags, author).
  • Registers each Skill via pre-filled GitHub Issues on Trust-App-AI-Lab/StudyClawHub, supporting both standalone skills and agent-based groupings.
  • Guides the registration flow: detects agent/repo relationships, handles agent vs independent cases, and provides required URLs and paths.
  • No write access to the student's repository is required; registration occurs through Issues.

Quick Start

Run the sch-submit process to scan for SKILL.md files in your project and submit them to StudyClawHub via a GitHub Issue.

Frequently Asked Questions about sch-submit

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

FAQPage Schema
How do I publish SKILL.md entries to the StudyClawHub registry?

To publish SKILL.md entries to the StudyClawHub registry, you can automate the submission process by scanning your project for skills and creating pre-filled GitHub Issues to register their metadata.

What frontmatter fields are required to submit a skill to StudyClawHub?

Submitting a skill to StudyClawHub requires validated frontmatter fields in your SKILL.md files, specifically including name, description, version, tags, and author to ensure consistent metadata capture.

How do I register multiple skills in a single agent repository via GitHub Issues?

You can register multiple skills in a single agent repository by scanning the project for all SKILL.md files; the submission process detects agent and repo relationships to handle both standalone and grouped skills.

Does registering skills with StudyClawHub require write access to my repository?

Registering skills with StudyClawHub does not require write access to your repository, as the automation handles validation and registration entirely by creating issues on the Trust-App-AI-Lab registry.

What happens if the gh CLI is not available when submitting skills to StudyClawHub?

If the gh CLI is not available when submitting skills to StudyClawHub, the process still provides the exact registration URLs and file paths needed so you can manually complete the GitHub Issue creation workflow.

Why does my automated skill registration fail due to invalid frontmatter?

Automated skill registration fails due to invalid frontmatter because the submission process validates required fields like name, description, version, tags, and author in your SKILL.md files before creating issues.