원클릭으로
Skill template with Bun Shell pattern. Copy this folder to create new skills.
npx skills add https://github.com/Soul-Brews-Studio/plugin-marketplace --skill template이 명령을 Claude Code에 복사하여 붙여넣어 스킬을 설치하세요
Skill template with Bun Shell pattern. Copy this folder to create new skills.
npx skills add https://github.com/Soul-Brews-Studio/plugin-marketplace --skill template이 명령을 Claude Code에 복사하여 붙여넣어 스킬을 설치하세요
Create new skills with Oracle philosophy. Use when user says "create skill", "new skill", "make a skill for X", or wants to build custom Claude Code skills.
Find projects across git history, repos, docs, and Oracle. Use when user asks "trace", "find project", "where is [project]", "search history". Supports --oracle (fast), --deep (5 subagents), and trace logging.
Explore a codebase with 3 parallel Haiku agents and create documentation. Use when user says "learn [repo]", "explore codebase", "study this repo", or wants to understand a project.
Query schedule.md using DuckDB markdown extension. Use when user says "schedule", "upcoming events", "what's on today", "calendar".
Fast search through git history, retrospectives, issues, and codebase. Use when user asks to "find", "search", "where is", or needs to locate something in the codebase or history.
Log emotions with optional structure. Use when user says "feel", "feeling", "mood", "tired", "sleepy", "frustrated", "happy", "excited".
| name | template |
| description | Skill template with Bun Shell pattern. Copy this folder to create new skills. |
Copy this folder to create a new skill.
/your-skill [args]
date "+🕐 %H:%M (%A %d %B %Y)"
bun scripts/main.ts "$ARGUMENTS"
Or fallback (if Bun not available):
npx tsx scripts/main.ts "$ARGUMENTS"
Display results from script.
_template/ folderSKILL.md:
name: in frontmatterdescription: in frontmatterscripts/main.ts with your logicbun 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".
---
Note: Description is the trigger signal. Include action words and use cases.
ARGUMENTS: $ARGUMENTS