Builds new, persistent custom skills for coding agents by guiding the user through requirements, directory structure, and optional script bundling.
This skill provides a structured process for creating new, reusable skills that persist across sessions. It walks you through gathering requirements, setting up the correct directory structure, writing the essential SKILL.md instruction file, and optionally bundling self-contained scripts to create more powerful capabilities. Use this skill when you want to capture a specific workflow, best practice, or set of instructions and make it a permanent, repeatable capability for your coding agent.
主な機能
01Creates the necessary skill directory structure
02Guided process for gathering skill requirements
0369 GitHub stars
04Utilizes template variables for creating portable paths
05Generates SKILL.md files with required frontmatter
06Supports bundling of self-contained scripts (Bash, Python, etc.)
ユースケース
01Creating custom tools and automations that persist across sessions.
02Enforcing specific coding standards or best practices for a project.
03Capturing a complex, multi-step workflow into a reusable command.