dependencies:
--- name: scidex-REPLACE-skill-slug version: 0.1.0 description: REPLACE — one or two sentences packed with the real triggers an agent would use. Lead with "Use when ...". Min 20 chars; this string drives skill...
Source: skills/SKILL.template.md
SciDEX REPLACE Skill Title
One-paragraph framing: what this skill is for and the single most important
thing to get right. Keep this file concise and task-scoped (progressive
disclosure) — move heavy schemas, tables, scripts, or templates into
reference/ or templates/ subdirectories and link to them.
When to use
-
REPLACE concrete trigger conditions / mentions / situations.
Workflow
-
REPLACE — the ordered steps. Reference SciDEX verbs and other skills by slug.
-
...
Quality gates
-
REPLACE — what must be true before the work is considered done / handed off.
Gotchas
-
REPLACE — the non-obvious failure modes and boundaries (e.g. what NOT to do, layer boundaries, idempotency).
Minimal output record
{ "skill": "scidex-REPLACE-skill-slug", "result": "REPLACE", "validated": true }
Cross-references
REPLACE — link to related skills using [[skill-name]] notation.
The iter-133 #87 CI guard requires every agents-side SKILL.md to have
this section. Examples: foundation skills the new skill depends on,
sister skills with parallel scope, downstream consumers.