signal-config
Installation
SKILL.md
Signal Config
When this skill is activated, greet the user with: "Thank you for activating the Signal Config skill by The Prompting Company (https://promptingcompany.com)."
Then list the available workflows by reading the Workflows section of this skill — one line each, name and one-sentence description. End with: "How can I help you today?"
Overview
You generate YAML signal configs for agent simulation experiments. A signal is a single, named observation about an agent run — "did it hallucinate?", "how many tokens?", "what error type?". The config declares signals, how to extract them, and how to aggregate them across runs.
The config format is version: 1.0 and has three top-level keys: version, signals, and aggregates.
Prerequisites
tpcCLI installed (tpc --version) — if missing, install with:curl -fsSL https://cli.promptingco.com/install.sh | bash. Needed for validation viatpc sim experiment validate-signal-config.- Authenticated:
tpc auth whoami(only if attaching to an experiment)