Imported from Lombiq/Orchard-Core-Agent-Skills (
AGENTS.md). Install upstream withnpx skills add Lombiq/Orchard-Core-Agent-Skills. Copyright stays with the author.
Agent Instructions
This repository contains agent-agnostic skills under skills/. Follow these rules when creating or editing skills.
Skill structure
- Place each skill in its own folder under
skills/<skill-name>/. SKILL.mdmust include YAML frontmatter withnameanddescription(optional extra keys are allowed).- Use
references/for supporting docs, and prefer task-focused leaf files. - References to files should be relative to the skill root.
- Avoid long reference chains; make
references/TASK-MAP.mdpoint directly to leaf files.
Content conventions
- Default to ASCII in skill files.
- Avoid
README.mdinside skill folders. - Keep guidance concise and example-driven.
Orchard Core theming skill notes
- Keep Razor and Liquid references separate (
references/30-razor/andreferences/40-liquid/). - Update
references/TASK-MAP.mdwhen adding new workflows. - Preserve existing content unless the change is deliberate and documented.
- Follow the orchard-core-theming maintenance guide for step-by-step update workflows when the user requests them.
Orchard Core theming sync
- Use
skills/orchard-core-theming/scripts/sync-skill.pyto refresh the skill from the repo source of truth. - Avoid hand-editing generated reference files; update the upstream source and re-sync instead.