Runs a TypeScript file directly with Bun
Installation
$skills install @darrenhinde/ts-skill
Claude Code
Cursor
Copilot
Codex
Antigravity
Details
Repositorydarrenhinde/Opencode-skills-example
Path.opencode/skill/ts-skill/SKILL.md
Branchmain
Scoped Name@darrenhinde/ts-skill
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: ts-skill description: Runs a TypeScript file directly with Bun
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
More by darrenhinde
View allsmart-router-skill
933Movie character personality skill with configurable missions - choose your character and watch themed workflows unfold
task-management
933Task management CLI for tracking and managing feature subtasks with status, dependencies, and validation
workflow-skill
10Demonstrates script and custom tool working together with console output
smart-router-skill
10Movie character personality skill with configurable missions - choose your character and watch themed workflows unfold