sft-cross-cutting-patterns

Enforce standardized SKILL.md frontmatter and section conventions across skills.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/steltz/skill-factory --skill sft-cross-cutting-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sft-cross-cutting-patterns
Source: https://github.com/steltz/skill-factory/tree/main/plugins/skill-factory-toolkit/skills/sft-cross-cutting-patterns
Command: npx skills add https://github.com/steltz/skill-factory --skill sft-cross-cutting-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a validated blueprint for SKILL.md authoring, ensuring frontmatter and structural consistency across all superpowers skills.

Core Features & Use Cases

  • Enforces naming conventions for the frontmatter name field to match directory names.
  • Guides the inclusion and ordering of required sections (Overview, Common Mistakes, Red Flags, etc.) and provides ready-made templates.
  • Serves as a reference checker during authoring to prevent common pattern violations and improve discovery.

Quick Start

Run the cross-cutting patterns check to validate your SKILL.md.

Frequently Asked Questions about sft-cross-cutting-patterns

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

FAQPage Schema
How do I validate frontmatter and structure in a SKILL.md file?

Run a cross-cutting patterns check to validate SKILL.md frontmatter and structure, ensuring the name field matches the directory name and required sections like Overview, Common Mistakes, and Red Flags are present and properly ordered.

What sections are required when authoring SKILL.md documentation?

Required sections for SKILL.md authoring include Overview, Common Mistakes, and Red Flags, among others defined by pattern guidelines. The Skill provides ready-made templates to guide inclusion and ordering, ensuring structural consistency across all skills.

Why does my SKILL.md frontmatter name field fail the pattern check?

The SKILL.md frontmatter name field fails the pattern check when it does not match the skill's directory name. Enforcing naming conventions ensures the name field conforms exactly to the directory name for proper discovery and validation.

Can I use predefined templates to enforce SKILL.md pattern guidelines?

Yes, you can use ready-made templates provided by the cross-cutting patterns Skill to enforce SKILL.md pattern guidelines. These templates guide the inclusion and ordering of required sections, preventing common pattern violations during authoring.

What are common SKILL.md pattern violations I should check for?

Common SKILL.md pattern violations include frontmatter name fields that do not match directory names, missing required sections like Overview or Red Flags, and incorrect section ordering. Running a cross-cutting patterns check serves as a reference checker to prevent these issues.