new-skill

Generate a compliant SKILL.md scaffold with frontmatter validation and packaging guidance.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/troylar/anteroom --skill new-skill-troylar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-skill
Source: https://github.com/troylar/anteroom/tree/main/src/anteroom/cli/default_skills/new-skill
Command: npx skills add https://github.com/troylar/anteroom --skill new-skill-troylar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This utility helps builders scaffold a new Anteroom skill by generating a standardized SKILL.md formatted file and guiding users through best practices.

Core Features & Use Cases

  • Provides a consistent frontmatter template with a mandatory name and description.
  • Generates a properly structured SKILL.md file that adheres to the recommended layout and workflow guidelines.
  • Use case: quickly bootstrap a new skill for a project with packaging, validation, and sharing readiness.

Quick Start

Create a new skill by running the generator to output a fully formed SKILL.md in the target directory.

Frequently Asked Questions about new-skill

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

FAQPage Schema
How do I create a markdown skill scaffold with valid frontmatter?

To create a markdown skill scaffold with valid frontmatter, use a generator that outputs a standardized SKILL.md file. This ensures your skill has the mandatory name and description fields properly structured for deployment readiness.

What is the required structure for a SKILL.md file?

The required structure for a SKILL.md file includes mandatory frontmatter validation for naming and description, followed by properly formatted content sections. This structure ensures reproducible skill deployment across both local project directories and global caches.

How do I validate frontmatter in a markdown skill template?

You validate frontmatter in a markdown skill template by running a scaffolding utility that checks for mandatory name and description fields. This automated validation enforces compliance with recommended layout guidelines before deployment.

What's the best way to package a skill for local and global deployment?

The best way to package a skill for local and global deployment is to use a standardized scaffolding process that applies consistent naming and content structure. This ensures your skill works correctly in both local project directories and global caches.

Do I need any dependencies to bootstrap a new skill template?

No dependencies are required to bootstrap a new skill template. The generator operates independently to produce a fully formed SKILL.md file with proper frontmatter validation, prompt placement, and packaging guidance in your target directory.