Agent Skills
Agent Skills are versioned procedures that describe how an Agent can complete a task. Search Skills with terms from the task, then read a matching Skill before you apply it.
Search Skills
Skill search uses OR semantics for lexical terms. A Skill matches when it contains any search term. Exact package name, Skill ID, and Skill name matches rank before lexical matches.
Use a task family to keep results within the relevant type of work:
Why did compilation produce no Skill?
List compilation outcomes first:
Check the stage and decision in each result.
no_eligible_trajectoriesmeans that no Trajectory met the compilation requirements.reflector / no_changewith no rejection class means that the selected evidence did not produce a proposal.reflector_invalid_outputmeans that the reflector returned invalid output.applicability_ungroundedmeans that a proposed applicability condition was not supported by the Trajectory evidence.corroboration_insufficientmeans that the evidence did not support the proposal with enough independent observations.scanner_rejectedmeans that an artifact failed scanner validation.curator_rejectedmeans that the curator rejected the proposal.curator_attempts_exhaustedmeans that the curator could not produce an accepted result before the attempt limit.prompt_budget_exceededmeans that a rendered compiler prompt exceeded the gateway byte budget.provider_errormeans that an external model or provider request failed.
Every outcome includes a compilation_identity. The list is ordered by
descending numeric ID. A repeated compilation write with the same identity
returns the existing outcome.
If the outcome is admission / produced and no promoted Skill exists, the
compiler produced candidates for review. Use the candidate review endpoints to
inspect those candidates.