Agent Skill
2/7/2026node-example
Node.js skill with tests
A
amiller
0GitHub Stars
2Views
npx skills add amiller/skill-verifier
SKILL.md
| Name | node-example |
| Description | Node.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 scriptindex.js- Main skill codetest.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
Download