---
name: add-service-module
description: Scaffold a starter service/module file for the detected runtime.
origin: EOC
---

# Add Service Module

This executable skill scaffolds a starter artifact for common development work.

## When to Use

- add service
- create service module
- new service class

## Runtime Coverage

- javascript
- typescript
- python
- go
- java

## Verify Afterwards

- `npm run build`
- `pytest -q`
- `go test ./...`
- `./gradlew build`
