Agent skill

ts-skill

Runs a TypeScript file directly with Bun

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/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:

bash
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

Didn't find tool you were looking for?

Be as detailed as possible for better results