ls-skill-normalizer

Normalize skills under _localsetup/skills/ to meet the Agent Skills spec.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Normalize skill entries to be spec-compliant and platform-neutral, streamlining import, review, and reuse of skills in the framework.

Core Features & Use Cases

  • Batch-normalizes multiple skills or a single skill under _localsetup/skills/ to meet the Agent Skills spec.
  • Applies platform-neutral wording and updates frontmatter per SKILL_NORMALIZATION.md.
  • Generates a report of changes for user approval.

Quick Start

Provide one skill path or 'all' to normalize, and apply the frontmatter and wording changes per SKILL_NORMALIZATION.md.

Frequently Asked Questions about ls-skill-normalizer

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

FAQPage Schema
How do I normalize imported agent skills for spec compliance?

To normalize imported agent skills for spec compliance, provide a single skill path or 'all' to apply frontmatter and platform-neutral wording updates per SKILL_NORMALIZATION.md, generating a report for approval.

What does applying SKILL_NORMALIZATION.md rules do to local setup skills?

Applying SKILL_NORMALIZATION.md rules updates local setup skills to be platform-neutral and spec-compliant by standardizing frontmatter and wording, streamlining the import and reuse process.

Can I batch normalize multiple skills under _localsetup/skills/ at once?

Yes, you can batch normalize multiple skills under _localsetup/skills/ by specifying 'all' during execution, applying the required spec-compliant frontmatter and platform-neutral wording changes across the entire directory.

How do I review spec compliance changes before applying them to agent skills?

To review spec compliance changes before applying them, the normalizer generates a detailed report of all frontmatter and wording modifications, allowing you to verify and approve the updates prior to execution.

Why do imported agent skills need platform-neutral wording and frontmatter updates?

Imported agent skills need platform-neutral wording and frontmatter updates to meet the Agent Skills spec, which streamlines their import, review, and reuse across different environments within the framework.