Use when shaping or collaboratively reviewing one Agently request family: model/settings setup, business Prompt contracts, structured output and validation, result or stream consumption, Session memory, embeddings, RecordStore retrieval, or retrieval-backed answers.
68
84%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Use this Skill when the work can be owned by one ModelRequest family. Use
agently-triggerflow when a later semantic step needs a tool result, system
lookup, approval, artifact readback, or host computation produced after the
first request, or when branching, concurrency, retry, or pause/resume must stay
visible in the application lifecycle.
references/prompt-management.md; routine unselected
requests do not need a new approval ceremony.references/output-control.md..input(...),
.info(...), .instruct(...), .output(...), then its result call. Split
only for actual reuse, independently owned configuration, or dynamic
composition.input, authoritative evidence/API/schema material in
info, behavior and transformation rules in instruct, and the exact
downstream-consumed shape in output.For VLM requests, prefer
.image(question=..., file=...|url=...|files=[...]|urls=[...]). Use
.attachment(...) only when the caller owns provider-style mixed content or
exact content ordering.
ModelRequestResult; Agent quick chains
return AgentExecutionResult. Reuse the same result facade for text, parsed
data, metadata, and streams instead of issuing the request again.instant fields as provisional UI or cancelable/idempotent preparation and
reconcile them against the final validated result.SessionMemory owns extraction and
compression policy; RecordStore owns durable records and retrieval;
TriggerFlow execution state owns workflow progression.ref_id values, require
[[ref:<ref_id>]], and resolve approved source cards/links host-side.5dc8d96
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.