SKILL.md
$28
const greet = (name: string): string => Hello, ${name}!;
console.log(greet('world'));
Run directly with:
node greet.ts
Provides domain-specific best practices for Node.js development with TypeScript, covering type stripping, async patterns, error handling, streams, modules,…
$28
const greet = (name: string): string => Hello, ${name}!;
console.log(greet('world'));
Run directly with:
node greet.ts
Bypass CAPTCHA & anti-bot for free. Start local, scale to cloud.
Install the CLI. Run your first Skill in 30 seconds. Scale when you're ready.