fixture-skill-pack

Provide test fixture instructions for response pacing, clarification, and safety constraints.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Agent-Town/Portal --skill fixture-skill-pack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fixture-skill-pack
Source: https://github.com/Agent-Town/Portal/tree/main/public/fixtures/skill-pack
Command: npx skills add https://github.com/Agent-Town/Portal --skill fixture-skill-pack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It standardizes how an AI responds in a controlled test context by supplying simple, consistent instructions for pacing, follow-ups, and safe behavior.

Core Features & Use Cases

  • Heartbeat guidance: Encourages brief, turn-by-turn responses to keep interactions concise.
  • Focused questioning rule: Directs the assistant to ask a single follow-up question when uncertain.
  • Safety and determinism constraints: Promotes deterministic routes and prevents inventing external tokens.

Quick Start

Use the fixture-skill-pack skill pack to drive concise, rules-based behavior in your automated tests.

Frequently Asked Questions about fixture-skill-pack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize AI responses for regression testing and scripted prompting?

You can standardize AI responses for regression testing by applying test fixture instructions that enforce deterministic behavior, control response pacing, and limit follow-up questions. This ensures consistent outputs across scripted prompting and evaluation scenarios.

What are test fixture instructions for deterministic assistant evaluation?

Test fixture instructions are operational rules loaded from Markdown files that govern heartbeat pacing, messaging constraints, and safety rules. They prevent inventing external tokens and direct the assistant to ask a single follow-up question when uncertain during deterministic evaluations.

Can I use test fixtures to control response pacing and follow-up questions in AI conversations?

Yes, test fixtures can control response pacing by encouraging brief, turn-by-turn interactions and focused questioning. The fixture rules direct the assistant to ask only one follow-up question when uncertain, keeping automated test interactions concise and predictable.

How do I set up YAML frontmatter and Markdown files for AI conversation fixtures?

To set up AI conversation fixtures, you need a YAML frontmatter containing the name and version fields, accompanied by Markdown files that load heartbeat, messaging, and rules guidance. This configuration drives concise, rules-based behavior in automated tests.

Does fixture-skill-pack work for automated tests requiring consistent outputs?

Yes, fixture-skill-pack is designed for automated tests requiring consistent outputs. It provides safety and determinism constraints that promote deterministic routes and prevent the assistant from inventing external tokens during scripted prompting and regression testing.

Why do my AI responses vary during deterministic assistant evaluation?

AI responses vary during deterministic evaluation when no test fixture rules are applied. Supplying consistent instructions for pacing, follow-ups, and safe behavior standardizes the output, preventing unpredictable variations in regression testing and scripted prompting.