name: template description: Skill template with Bun Shell pattern. Copy this folder to create new skills.
/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
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
20
GitHub Forks
13
Created
Mar 2026
Last Updated
il y a 3 mois
tools
tools automation tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!