Agent skill · Design & Presentation

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill bootstrap-template-evaluation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/ai-ml/bootstrap-template-evaluation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Bootstrap Template Evaluation Use this skill when a pre-built template likely covers the target use case. ## Interactive Q&A protocol (mandatory) <HARD-GATE> BEFORE the first scoping question, search for a structured question tool (e.g., `AskUserQuestion` or similar interactive widget) and load it. Use that tool for EVERY scoping question. Fall back to plain-text lettered options ONLY if no such tool exists in the environment. </HARD-GATE> 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 1. Discover templates: - Call `list_templates`. 2. Select template: - Match use case to template `slug`. 3. Provision private dataset: -

What's inside
Steps it walks through
  1. Interactive Q&A protocol (mandatory)
  2. Workflow
  3. Guardrails
  4. Scopes reference
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the bootstrap-template-evaluation skill do?

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.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill bootstrap-template-evaluation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going