template

/template - Skill Template

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "template" with this command: npx skills add soul-brews-studio/oracle-skills-cli/soul-brews-studio-oracle-skills-cli-template

/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

  • Edit scripts/main.ts with 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

philosophy

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

forward

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

worktree

No summary provided by upstream source.

Repository SourceNeeds Review