SKILL.md
$2c
const greet = (name: string): string => Hello, ${name}!;
console.log(greet('world'));
Run directly with:
node greet.ts
Native TypeScript support in Node.js with type stripping, async patterns, error handling, and production best practices. Covers type stripping (Node.js 22.6+) for running .ts files directly without build tools; includes tsconfig.json setup and import extension rules Provides patterns for error handling, graceful shutdown, async/await, streams, and module resolution across the full Node.js stack Includes diagnostic workflows for flaky tests, profiling slow paths, and performance optimization with concrete examples Addresses environment configuration, logging, caching strategies, and testing approaches tailored to Node.js applications
$2c
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.