Auxiliary Only Skill
This skill uses bash commands and config files but no application languages.
Setup
Install the required tools:
brew install jq yq
Configuration
Create a config file:
server:
host: localhost
port: 8080
Alternatively use JSON:
{
"server": {
"host": "localhost",
"port": 8080
}
}
Running
Start the service:
./start.sh --config config.yaml