Imported from calesthio/generative-media-skills (
AGENTS.md). Install upstream withnpx skills add calesthio/generative-media-skills. Copyright stays with the author.
Agent instructions
Read METHODOLOGY.md completely before creating, editing, or reviewing a skill.
Non-negotiable rules
- A leaf skill directory at
skills/<family>/<category>/<skill-name>/must containSKILL.mdand hiddenEVAL.md. It may also contain only these optional top-level directories:scripts/,references/,assets/, andtests/. - Category directories contain only subdirectories. Do not add arbitrary leaf-level files, templates, notes, manifests, or top-level directories beyond the allowed package contract.
- Publication includes only
SKILL.mdplusscripts/,references/, andassets/when present.EVAL.mdandtests/are repository-only and must be excluded from bundled skill packages by default. - Root
tools/may contain repository maintenance tooling such as package export; copied skills must not silently depend on root tooling at runtime. - Do not read or imitate sibling skills while authoring a new skill unless the task is explicitly an audit or comparison.
- Do not use another completed skill as a structural, stylistic, or conceptual template.
- Research the assigned provider, model, craft, or production category independently.
- Prefer official documentation, model cards, technical reports, standards, peer-reviewed research, and reproducible tests.
- Label documented facts, empirical observations, and production heuristics distinctly.
- Cite consequential factual claims and record when volatile facts were verified.
- Include complete examples when examples materially improve an agent's ability to produce content. Label every example as an example, not a mandatory formula.
- Use supporting resources for progressive disclosure: keep
SKILL.mdas the navigable entrypoint, reference bundled files with relative paths, and state when an agent should load or run them. - Add scripts only when executable code is materially better than prose. Scripts must be portable, dependency-explicit, safe by default, dry-run capable for side effects, and covered by repository tests.
- Do not impose an arbitrary length limit. Include the depth required by the subject and exclude unrelated material.
- Write for an AI agent performing real content production, not for a human browsing a list of prompt tips.
- Never expose
EVAL.mdto the agent being evaluated. Evaluate with the published package only, then score withEVAL.md.
Allowed consistency
Standardize only:
- the
providersversusproductionfamily and capability/discipline category hierarchy; - kebab-case directory names;
- Agent Skills frontmatter requirements;
- the required
SKILL.mdplus hiddenEVAL.mdauthoring contract; - the allowed optional resource directories and publication boundary;
- evidence quality;
- evaluation integrity;
- Markdown correctness.
Do not standardize:
- heading order;
- prose voice;
- prompt structure;
- creative methodology;
- example format beyond clear labeling;
- conclusions that should instead follow from subject-specific research.