{skill-name}

Automate new Skill Unit onboarding with consistent frontmatter and structure.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/jmservera/squad-speckit-bridge --skill skill-name-jmservera
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: {skill-name}
Source: https://github.com/jmservera/squad-speckit-bridge/tree/main/.squad/templates
Command: npx skills add https://github.com/jmservera/squad-speckit-bridge --skill skill-name-jmservera

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This starter Skill Unit provides a standard skeleton for documenting and discovering Skills, centralizing conventions, and ensuring consistent frontmatter and structure across the repository.

Core Features & Use Cases

  • Establishes a repeatable frontmatter template (name, description, domain, complexity) for new Skills.
  • Centralizes governance artifacts (patterns, anti-patterns, examples) to accelerate onboarding and discovery.
  • Enables automated tooling to validate, categorize, and surface Skills for discovery.

Quick Start

Create a new Skill Unit by duplicating the skeleton under the appropriate path, and fill in actual content in the provided sections.

Frequently Asked Questions about {skill-name}

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

FAQPage Schema
How do I enforce consistent frontmatter for skill discovery and onboarding?

You enforce consistent frontmatter by applying a standard template to new Skill Unit directories under .squad/templates. This ensures fields like name, description, complexity, category, and dependencies follow a standard for reliable search and retrieval.

What is a Skill Unit structure and when do I need it?

A Skill Unit structure standardizes how skills are documented and discovered across a repository. You need it when automating onboarding and ensuring automated tooling can validate, categorize, and surface skills reliably.

How to create a new Skill Unit using templates and conventions?

To create a new Skill Unit, duplicate the skeleton template under the appropriate .squad/templates path and fill in the actual content in the provided sections. This applies consistent conventions for automated discovery and tooling.

Can I use this template to standardize codebase conventions for automated tooling?

Yes, you can use this template to standardize codebase conventions. It centralizes governance artifacts like patterns and anti-patterns, enabling automated tooling to validate, categorize, and surface skills for discovery.

What's the best way to automate discovery of new skill patterns in a repository?

The best way to automate discovery is enforcing a consistent frontmatter and structure for new Skill Units. This centralizes governance artifacts and ensures fields follow a standard for reliable search and retrieval.

Why does skill discovery fail when directory structure is inconsistent?

Skill discovery fails because automated tooling relies on a consistent frontmatter and structure to validate and categorize skills. Without standard fields like name, category, and dependencies, reliable search and retrieval cannot work.