localsetup-skill-normalizer

Normalize SKILL.md files to meet the Agent Skills spec with platform-neutral wording.

3|2|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/cptnfren/localsetup --skill localsetup-skill-normalizer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: localsetup-skill-normalizer
Source: https://github.com/cptnfren/localsetup/tree/main/_localsetup/skills/localsetup-skill-normalizer
Command: npx skills add https://github.com/cptnfren/localsetup --skill localsetup-skill-normalizer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Normalize skills already in the framework so each SKILL.md conforms to the Agent Skills spec and uses platform-neutral wording.

Core Features & Use Cases

  • Applies the standardization rules to SKILL.md frontmatter and narrative to ensure spec compliance.
  • Generates a concise summary and a concrete list of key edits for review.
  • Enables batch normalization across multiple skills under _localsetup/skills/ during import or migration.

Quick Start

Normalize selected skills under _localsetup/skills/ by applying the standardization rules and accept the suggested edits.

Frequently Asked Questions about localsetup-skill-normalizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I normalize skill frontmatter for spec compliance?▼

To normalize skill frontmatter for spec compliance, apply standardization rules to your SKILL.md files. This enforces frontmatter normalization and platform-neutral wording, generating a deterministic patch plan for approval before writing back the updated files.

How do I standardize multiple SKILL.md files during an import?▼

You can standardize multiple SKILL.md files during import by applying batch normalization across selected skills under _localsetup/skills/. This produces a concise summary and a concrete list of key edits for your review.

What is the best way to ensure my imported skills use platform-neutral wording?▼

The best way to ensure imported skills use platform-neutral wording is to run a normalization tool that scans the SKILL.md narrative. It identifies non-compliant phrasing and records changes for approval before applying the updates.

Does the skill normalizer automatically overwrite my SKILL.md files?▼

No, the skill normalizer does not automatically overwrite your SKILL.md files. It generates a deterministic patch plan and records a list of key edits for review, requiring your approval before writing back any updated files.

Can I apply spec compliance rules to all imported skills at once?▼

Yes, you can apply spec compliance rules to all imported skills at once. The normalizer supports batch processing across all skills under _localsetup/skills/, outputting a summary of changes for your review.