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.jsonso 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:
dayjsfor timestamps) - A
package.jsonthat documents how to install and run the code