Skill template with Bun Shell pattern. Copy this folder to create new skills.
From oracle-skillsnpx claudepluginhub soul-brews-studio/plugin-marketplace --plugin oracle-skillsThis skill uses the workspace's default tool permissions.
scripts/README.mdscripts/main.tsDesigns and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
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