skill-metadata-maintainer

Solid

Initialize or update the metadata field in one specific skill's SKILL.md according to this repository's CONTRIBUTING.md rules. Use when Codex needs to maintain metadata for exactly one target skill, derive author and created from git history, and require explicit confirmation before overwriting existing metadata values.

Data & Documents 36 stars 7 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Skill Metadata Maintainer Maintain `metadata` in exactly one target skill. This skill exists to initialize or update the `metadata` object inside one `SKILL.md` file while following repository rules from [CONTRIBUTING.md](../../CONTRIBUTING.md). ## Non-Negotiable Safety Rules - You MUST operate on exactly one target skill per request. - You MUST require the user to specify a unique target, such as the skill name, the skill directory path, or the `SKILL.md` path. - You MUST NOT infer a bulk target such as "all skills", "the whole repo", or "every missing file" from ambiguous wording. - If the request does not identify a single skill unambiguously, you MUST stop and ask the user to specify the exact target skill. - Before modifying anything, you MUST read the existing `SKILL.md` and inspect the current `metadata` values if present. - If any target metadata field already has a value and your change would add, replace, or normalize that value, you MUST explicitly show the user what exists now and ask for confirmation before writing. - You MUST NOT silently overwrite existing metadata values. ## Inputs The request MUST identify one target skill by at least one of: 1. skill name, for example `skill-metadata-maintainer` 2. skill directory path, for example `skills/skill-metadata-maintainer` 3. `SKILL.md` file path Optional user intent may also specify: - initialize missing metadata only - update selected metadata fields - normalize metadata to repository convention ## So...

Details

Author
flc1125
Repository
flc1125/skills
Created
7 months ago
Last Updated
today
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category