docs-frontmatter

docs-frontmatter is a skill for Claude Code from ihudak/ihudak-claude-plugins. It costs 89 tokens per session (994 once invoked), scanned A, original, MIT.

A set of rules for adding standard frontmatter, metadata at the top of a documentation page, when editing documentation. It covers changelog entries, page owners, and other core fields based on the repository's documentation profile.

In plain words
What is it for?
Use it when creating or updating Markdown documentation pages to apply ownership, dates, changelog text, and related frontmatter conventions.
Why use it?
It prevents documentation edits from missing required metadata or using inconsistent changelog format. It also distinguishes rules for new pages from rules for changed existing pages.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the docs-workflows plugin — 1 skill, 3 commands, 7 agents shipped together

Good fit Use it when creating or updating Markdown documentation pages to apply ownership, dates, changelog text, and related frontmatter conventions.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add ihudak/ihudak-claude-plugins
Claude Code
/plugin install docs-workflows

Made for: Claude Code.

Or install docs-workflows, the plugin that ships this one along with the rest of its 1 skill, 3 commands, 7 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for docs-frontmatter

README.md
[![agentmods](https://agentmods.dev/badge/skills/ihudak/ihudak-claude-plugins/docs-frontmatter/github.svg)](https://agentmods.dev/skills/ihudak/ihudak-claude-plugins/docs-frontmatter)
Your own site
<a href="https://agentmods.dev/skills/ihudak/ihudak-claude-plugins/docs-frontmatter"><img src="https://agentmods.dev/badge/skills/ihudak/ihudak-claude-plugins/docs-frontmatter/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for docs-frontmatter

Your own site · 80×15
<a href="https://agentmods.dev/skills/ihudak/ihudak-claude-plugins/docs-frontmatter"><img src="https://agentmods.dev/badge/skills/ihudak/ihudak-claude-plugins/docs-frontmatter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 994 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00089 $0.00994
Opus 5 $0.00044 $0.00497
Sonnet 5 $0.00018 $0.00199
Haiku 4.5 $0.00009 $0.00099

Measured 4d ago against content hash b7ae7da4bdb2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

docs-frontmatter scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/docs-workflows/skills/docs-frontmatter/SKILL.md · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Documentation frontmatter conventions

Apply when creating or editing .md pages under any spaces[].content_root declared by the applicable docs profile. Three conventions, all in the page's YAML frontmatter, applied in the same pass: changelog entries, self-hosted-docs owners, and the core metadata fields.

1. Changelog (changed existing pages only)

For every changed existing page (NOT brand-new pages — first publish uses the published timestamp instead), prepend a changelog: entry dated today:

  1. Get today's date: run date +%F (yields YYYY-MM-DD, two-digit month).
  2. Prepend the entry as the first list item under changelog: (newest first):
    changelog:
      - <today> <change description>
      - <older entries unchanged>
    
  3. Keep each entry — including the leading - and date — within 200 characters.
  4. Write the description per the guidelines reference. The most-missed rule: the period rule — verify before finalizing each entry:
    • complete sentence → ends with a period;
    • phrase / fragment → no period. Also: past tense; active verbs; meaningful and customer-facing; no "documented"; don't overuse "added"; no section titles; never expose "hidden"; no short forms ("info", "max"); single paragraph.

Full rules and worked examples (source of truth): ${CLAUDE_PLUGIN_ROOT}/references/docs-profiles/changelog-guidelines.md

2. Owners (changed self-hosted pages only)

For changed pages in a space listed in frontmatter.owners_spaces that have — or should have — an owners: block, ensure every required ID is present. Union only — never remove existing owners.

  1. Read the required IDs (ignore # comments and blank lines): ${CLAUDE_PLUGIN_ROOT}/references/docs-profiles/default-owners.txt
  2. If the page has no owners: block but one is warranted (most self-hosted pages carry owners), add one containing the required IDs.
  3. If an owners: block exists, add any required IDs that are missing and leave all existing owners in place.

Read the full file on GitHub · 84 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 84 lines · 89 tokens per session scan A b7ae7da4bdb2

Subscribe to this mod's changes

docs-frontmatter is a skill published in the GitHub repository ihudak/ihudak-claude-plugins (2 stars, last pushed today), licensed MIT. It adds 89 tokens to every session and 994 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

competitive-battlecard

Create sales-ready competitive battlecards comparing your product against a specific competitor — positioning, feature comparison, objection handling, and win/loss patterns. Use when preparing sales teams, creating competitive materials, or responding to 'why not competitor X?'.

phuryn/pm-skills · 52 tokens

stakeholder-map

Build a stakeholder map using a power/interest grid, identify communication strategies per quadrant, and generate a communication plan. Use when managing stakeholders, preparing for a launch, aligning cross-functional teams, or planning stakeholder engagement.

phuryn/pm-skills · 47 tokens

sheet-music-publisher

Converts mastered audio to sheet music and creates printable songbooks. Use after mastering when the user wants sheet music or a songbook for their album.

bitwize-music-studio/claude-ai-music-skills · 36 tokens

bun-test-mocking

Use for mock functions in Bun tests, spyOn, mock.module, implementations, and test doubles.

secondsky/claude-skills · 25 tokens

prohibit-bad-habits

Use when a user wants to define patterns the agent should not do. Don't use for remote, credential, publish, deploy, or irreversible changes.

OutlineDriven/odin-claude-plugin · 37 tokens

linear

Read Linear Issues and Projects via the GraphQL API. Supports fetching individual issues (title, description, identifier, sub-issues, owning project), fetching all issues in a project, verifying credentials, and executing confirmed refresh write-back actions through work-intake. Use when you want to read Linear work…

eugenelim/agent-ready-repo · 73 tokens