Loading...
Loading...
Skill template with Bun Shell pattern. Copy this folder to create new skills.
npx skill4agent add soul-brews-studio/oracle-skills-cli template/your-skill [args]date "+🕐 %H:%M %Z (%A %d %B %Y)"bun scripts/main.ts "$ARGUMENTS"npx tsx scripts/main.ts "$ARGUMENTS"_template/SKILL.mdname:description:scripts/main.tsbun scripts/main.tsyour-skill/
├── SKILL.md ← Instructions for Claude
└── scripts/
└── main.ts ← Bun Shell logic---
name: your-skill-name
description: One line description. Use when user says "X", "Y", or "Z".
---