Agent Skill
2/7/2026

node-example

Node.js skill with tests

A
amiller
0GitHub Stars
2Views
npx skills add amiller/skill-verifier

SKILL.md

Namenode-example
DescriptionNode.js skill with tests

name: node-example version: 1.0.0 description: Node.js skill with tests runtime: node:20-alpine test_deps: npm install test_command: ["npm", "test"]

Node.js Example Skill

Demonstrates a Node.js skill with proper package.json and tests.

Files

  • package.json - Dependencies and test script
  • index.js - Main skill code
  • test.js - Simple test

Testing Locally

npm install
npm test

Verify

curl -X POST http://localhost:3000/verify \
  -H "Content-Type: application/json" \
  -d '{"skillPath": "./examples/node-app"}'
Skills Info
Original Name:node-exampleAuthor:amiller