skills/skills.volces.com/ts-hello-world-demo

ts-hello-world-demo

Installation
SKILL.md

TypeScript Hello World Demo Skill

This is a hello world skill that shows how to:

  • Bundle TypeScript code in scripts/
  • Use an npm dependency from that code
  • Document package.json so others know how to install and run it

What this skill does

Use this skill when you want a minimal example of:

  • A TypeScript function that returns a formatted greeting string
  • Using a third-party dependency (here: dayjs for timestamps)
  • A package.json that documents how to install and run the code

Layout

Installs
5
First Seen
Apr 2, 2026
ts-hello-world-demo from skills.volces.com