template
SKILL.md
/template - Skill Template
Copy this folder to create a new skill.
Usage
/your-skill [args]
Step 0: Timestamp
date "+π %H:%M %Z (%A %d %B %Y)"
Step 1: Run Script
bun scripts/main.ts "$ARGUMENTS"
Or fallback (if Bun not available):
npx tsx scripts/main.ts "$ARGUMENTS"
Step 2: Process Output
Display results from script.
Creating a New Skill
- Copy
_template/folder - Rename to your skill name
- Update
SKILL.md:- Change
name:in frontmatter - Change
description:in frontmatter - Update usage instructions
- Change
- Edit
scripts/main.tswith your logic - Test locally with
bun scripts/main.ts
File Structure
your-skill/
βββ SKILL.md β Instructions for Claude
βββ scripts/
βββ main.ts β Bun Shell logic
Frontmatter Required
---
name: your-skill-name
description: One line description. Use when user says "X", "Y", or "Z".
---
Note: Description is the trigger signal. Include action words and use cases.
ARGUMENTS: $ARGUMENTS
Weekly Installs
27
Repository
soul-brews-studβ¦ills-cliGitHub Stars
23
First Seen
Feb 4, 2026
Security Audits
Installed on
codex27
opencode26
cline25
claude-code25
github-copilot25
gemini-cli25