CtrlK
BlogDocsLog inGet started
Tessl Logo

auxiliary-only-skill

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

48

Quality

50%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./crates/skill-validator-rs/tests/golden-corpus/fixtures/testdata/auxiliary-only-skill/SKILL.md
SKILL.md
Quality
Evals
Security

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
Repository
pantheon-org/tekhne
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.