skill-update

Generate structured Claude Code skill scaffolds with frontmatter and layout constraints.

3|1|Updated May 26, 2026
One-click install
npx skills add https://github.com/LeoWSY-hashblue/-communitytools-custom --skill skill-update-leowsy-hashblue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-update
Source: https://github.com/LeoWSY-hashblue/-communitytools-custom/tree/main/skills/skill-update
Command: npx skills add https://github.com/LeoWSY-hashblue/-communitytools-custom --skill skill-update-leowsy-hashblue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Skill creation, update and management can be laborious and error-prone without a consistent structure, validation, and reusable templates. This skill provides a standard scaffolding approach and automated checks to ensure every skill directory adheres to best practices.

Core Features & Use Cases

  • Scaffold new skill directories with a consistent skeleton (SKILL.md, README.md, reference/, etc.)
  • Validate frontmatter, line-count caps, and link integrity via a linter
  • Enforce progressive disclosure pattern and reference hygiene for maintainability

Quick Start

Run the standardized workflow to bootstrap or update a skill directory following the SKILL.md template.

Frequently Asked Questions about skill-update

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

FAQPage Schema
How do I automate skill scaffolding with consistent frontmatter and layout validation?

Automate skill scaffolding by generating structured directories that enforce frontmatter, layout, and line-count constraints. This ensures every skill directory adheres to best practices through a standardized workflow and automated linting checks.

What is the best way to standardize Claude Code skill creation across a repository?

Standardize Claude Code skill creation by using a reusable template that bootstraps SKILL.md and README.md files. This enforces a progressive disclosure pattern and reference hygiene for maintainability across the repository.

How does frontmatter validation work for markdown skill files?

Frontmatter validation works via a linter that checks metadata integrity, caps line counts, and verifies link references within the skill directory. This automated check prevents formatting errors during skill updates.

Can I update existing skill directories without breaking reference links?

You can update existing skill directories safely by running a standardized workflow that ensures all references are linked and sections are fully populated. The linter verifies link integrity to prevent broken references.

Do I need any external dependencies to enforce progressive disclosure in skill files?

No external dependencies are required to enforce progressive disclosure in skill files. The skill operates independently to generate structured scaffolds and validate sections according to the progressive disclosure model.

Why does my skill scaffolding fail layout and line-count constraints?

Skill scaffolding fails layout and line-count constraints when the generated files do not adhere to the standardized SKILL.md template. The linter enforces these caps and checks frontmatter to block improperly formatted directories.