CMS Fields Writer

Przekształca gotowy artykuł w gotowe do wklejenia pola CMS: slug, kategoria, tagi

Autor: ur-grue · ur-grue/autopunk-media-skills

Testowano · Działa ★ 8.8/10

CMS Fields Writer — Przekształca gotowy artykuł w gotowe do wklejenia pola CMS: slug, kategoria, tagi

Co robi ten skill

Takes a finished piece of content and emits the full metadata set a CMS entry needs — title tag, slug, category, primary tags, keywords and a standfirst-length summary — one labelled field per line with no markdown, so each value pastes straight into its input. Uruchamia się, gdy have finished writing and need to fill in publishing fields, hand a metadata package to a sub-editor, or refresh archived content to current house style. Matches your own category list verbatim when you paste it.

Raport z testu

Tested on a 200-word local-news story with a fixed category list and a five-tag cap, then scored both outputs against the six constraints a CMS actually enforces. Without the skill the answer broke five of them — markdown bold wrapped every value, the slug came back inside backticks, the category line carried an aside instead of a verbatim list entry, six tags were returned against a limit of five, and the summary ran to 36 words. With the skill all six passed: URL-safe slug, Transport matched verbatim, exactly five tags, a 25-word summary and zero commentary lines, so the block genuinely pastes as-is. Worth knowing that the frontmatter advertises an eval score of 4.2 while the skill's own bundled evals.json is status pending with an empty test-case array, one of 175 such files in the repository.

Testowano: 2026-07-30 · Claude Code 2.x (agent harness)

Instalacja

git clone https://github.com/ur-grue/autopunk-media-skills.git
mkdir -p ~/.claude/skills
cd autopunk-media-skills && cp -r skills/archive-legal/cms-fields-writer ~/.claude/skills/cms-fields-writer

Komendy i przykładowe prompty

  • /cms-fields-writerPrzekształca gotowy artykuł w gotowe do wklejenia pola CMS: slug, kategoria, tagi

Skille uruchamiają się na zwykłe polecenia — bez komend do zapamiętania. Po instalacji aktywują go prompty takie jak te (po angielsku):

  • I've finished this article, give me the tags, category and slug for our CMS
  • Fill in all the publishing metadata fields for this post, paste-ready
  • Generate a slug and standfirst summary I can paste into WordPress