Agent skill
bootstrap-template-evaluation
Fastest route to a deployed live evaluation using a pre-built Truesight template. Use when the user wants a quick start without building judgment configs from scratch.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/bootstrap-template-evaluation
SKILL.md
Bootstrap Template Evaluation
Use this skill when a pre-built template likely covers the target use case.
Interactive Q&A protocol (mandatory)
If template choice is ambiguous, ask one question at a time using the structured question tool (loaded per the HARD-GATE above).
Example question structure:
Which template family best matches your goal?
A) AI writing detection
B) Code quality
C) Unsure, list all templates first
Rules:
- Ask one question per message.
- Use the structured question tool for every question. Structure each with a short header, 2-4 options with labels and descriptions, and place the recommended option first. Do not add "(Recommended)" or similar annotations to option labels.
- Ask one follow-up only when needed.
Workflow
- Discover templates:
- Call
list_templates.
- Call
- Select template:
- Match use case to template
slug.
- Match use case to template
- Provision private dataset:
- Call
provision_template(slug).
- Call
- Deploy live evaluation:
- Call
create_and_deploy_evaluation(dataset_id). - Capture
api_keyimmediately because it is returned only once.
- Call
- Verify:
- Run
run_evalwith representative inputs.
- Run
- Return deployment artifacts:
dataset_idlive_evaluation_id- verification result
Guardrails
- If no template fits, hand off to
create-evaluation. - Do not skip verification after deployment.
Scopes reference
list_templatesrequiresdatasets:readprovision_templaterequiresdatasets:writecreate_and_deploy_evaluationrequiresevaluations:write,live-evaluations:writerun_evalrequireslive-evaluations:execute
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?