Agent skill
ts-skill
Runs a TypeScript file directly with Bun
Install this agent skill to your Project
npx add-skill https://github.com/darrenhinde/Opencode-skills-example/tree/main/.opencode/skill/ts-skill
SKILL.md
What I do
I demonstrate how to run TypeScript files directly as skills using Bun.
How to use me
Run the TypeScript file from my base directory:
cd {base_directory}
bun run example.ts
This demonstrates:
- ✅ Skills can use any language (TypeScript, Python, Bash, etc.)
- ✅ Bun can execute TypeScript directly without compilation
- ✅ TypeScript skills are fast and simple
- ✅ Full type safety with TypeScript
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
steps-skill
Runs a script that prints ordered execution steps
workflow-skill
Demonstrates script and custom tool working together with console output
hello-skill
Prints a greeting message
smart-router-skill
Movie character personality skill with configurable missions - choose your character and watch themed workflows unfold
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
Didn't find tool you were looking for?