一键导入
sch-create
Create a new Skill from scratch. Use when a student says 'sch create', 'create a skill', 'new skill', '创建skill', or wants to start a fresh Skill project.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a new Skill from scratch. Use when a student says 'sch create', 'create a skill', 'new skill', '创建skill', or wants to start a fresh Skill project.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Delete a Skill or Agent from StudyClawHub. Use when a student says 'sch delete', 'delete skill', 'remove from StudyClawHub', 'unregister skill', or '删除skill'.
Check, add, or fix dependencies for a Skill or Agent. Use when a student says 'sch deps', 'check dependencies', 'install deps', 'add deps', 'fix deps', 'generate dependencies', or 'what do I need to run this skill'.
Install a Skill or Agent from StudyClawHub. Use when a student says 'sch install X', 'install from StudyClawHub', 'get skill from sch', or 'download from StudyClawHub'. Clones the repo and installs it locally.
Search for Skills on StudyClawHub. Use when a student says 'sch search', 'search StudyClawHub', 'find a skill on sch', 'browse StudyClawHub', or 'sch find'. LLM-driven semantic search — fetches all skills, understands user intent, ranks by relevance.
Submit your Skill(s) to StudyClawHub. Use when a student says 'sch submit', 'submit to StudyClawHub', 'register on StudyClawHub', 'publish to sch', or 'sch publish'. Scans the repo for all SKILL.md files and registers them via GitHub Issues.
One-line summary. Include trigger phrases, e.g. Use when user says 'do X', 'run Y'.
| name | sch-create |
| description | Create a new Skill from scratch. Use when a student says 'sch create', 'create a skill', 'new skill', '创建skill', or wants to start a fresh Skill project. |
| author | EnyanDai |
| version | 0.2.0 |
| tags | ["hub","create","scaffold"] |
You are helping a student create a new Skill from scratch.
Ask the student:
Create the Skill folder:
{skill-name}/
├── SKILL.md
└── (supporting files if needed)
Draft the complete SKILL.md yourself based on the student's answers.
Frontmatter:
---
name: {skill-name}
description: "{what it does — include trigger phrases}"
author: {github-username}
version: 1.0.0
tags:
- {tag1}
- {tag2}
---
Rules:
name: kebab-case ^[a-z0-9][a-z0-9-]*$description: one line, quoted, include trigger phrasestags: at least oneBody: Write clear Markdown instructions for the agent:
name is kebab-casedescription present with trigger phrasestags has at least oneversion is valid semverTell the student:
/sch-submit to register on StudyClawHub/sch-deps to set up dependencies