Agent skill

enact/hello-js

A simple JavaScript greeting tool

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/enacthello-js

SKILL.md

Hello JS Tool

A simple example tool that demonstrates using JavaScript with Enact.

Usage

This tool takes an optional name parameter and returns a friendly greeting.

Examples

bash
# Default greeting
enact run examples/hello-js
# Output: Hello, World! 👋

# Custom name
enact run examples/hello-js --input name=Alice
# Output: Hello, Alice! 👋

Didn't find tool you were looking for?

Be as detailed as possible for better results