Auxiliary Only Skill

A skill that uses only shell and config code blocks for testing contamination.

pantheon-org 5e17b96 569 B Updated

File contents

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

pantheon-org/tekhne/tree/main/crates/skill-validator-rs/tests/golden-corpus/fixtures/testdata/auxiliary-only-skill commit 5e17b96cde

Frequently asked questions

npx skillmds@latest add pantheon-org/auxiliary-only-skill