Files
holocron/.agents/skills/write-skill/META.md
Defame1297 d9a894f49f refactor: self-compliance run — write-skill against its own standard
- Insert explicit self-check step (step 9) before HITL (step 10);
  self-check runs after write-eval so all items are verifiable
- Remove HITL from self-check checklist — HITL may occur across a
  PR boundary after the session ends
- Fix frontmatter constraint and self-check item to acknowledge
  optional `model:` field alongside `allowed-tools`
- Conflict-check sub-agent now also reads factory-integration-decisions.md
  with explicit precedence rule: integration decisions override factory
  principles — prevents false positives from deliberately overridden decisions
- Bump to v1.5

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-26 19:00:40 +00:00

17 lines
725 B
Markdown

```yaml
version: "1.5"
updated: 2026-05-26
# when: describes when this skill is loaded — the full trigger context.
# More detail than the description field; not used for routing.
when: invoked by explicit trigger ("write a new skill for X", "create a SKILL.md that does Y") or implicit request to author a skill file or convert an existing placeholder to the canonical authoring standard
# source: omitted — self-authored original; no upstream content adopted
# Absence of source means self-authored. If content is adopted from upstream,
# add a source entry per the META-TEMPLATE.md schema.
references:
- https://agentskills.io/specification.md
- https://agentskills.io/skill-creation/optimizing-descriptions
```