From b18855f068983e9cb04347fdf1dbe5c7bb309f6b Mon Sep 17 00:00:00 2001 From: PeninsulaInd Date: Tue, 17 Feb 2026 10:04:11 -0600 Subject: [PATCH] 2.5: Add tools and agents fields to skill frontmatter Both press release skill files now include: - tools: lists which tool functions they relate to - agents: [writer, default] for future multi-agent filtering Co-Authored-By: Claude Opus 4.6 --- skills/press-release-schema.md | 2 ++ skills/press_release_prompt.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/skills/press-release-schema.md b/skills/press-release-schema.md index 72d2d82..08681df 100644 --- a/skills/press-release-schema.md +++ b/skills/press-release-schema.md @@ -1,6 +1,8 @@ --- name: press-release-schema description: Generate valid NewsArticle JSON-LD schema markup for press releases with proper entity linking to Wikipedia. UPDATED VERSION with fixed entity identification. Use when the user asks to create, generate, or add schema markup, structured data, JSON-LD, or SEO schema for a press release, news article, or announcement. +tools: [write_press_releases] +agents: [writer, default] --- # Press Release Schema Generator v2 diff --git a/skills/press_release_prompt.md b/skills/press_release_prompt.md index 3890d9a..f5c1c26 100644 --- a/skills/press_release_prompt.md +++ b/skills/press_release_prompt.md @@ -1,6 +1,8 @@ --- name: press-release-writer description: Professional press release writing that follows Press Advantage guidelines and journalistic standards. Use when the user asks to write a press release, create a news announcement, draft a PR, or mentions Press Advantage distribution. Automatically generates LSI terms and industry entities, follows strict formatting rules (no lists/bullets/questions/headings in body, third-person only), and produces 600-750 word releases in objective journalistic style. +tools: [write_press_releases, submit_press_release] +agents: [writer, default] --- # Press Release Writer