default-skill

Create a minimal Skill Unit with SKILL.md frontmatter and Markdown body.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/robwestz/bacowr_b --skill default-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: default-skill
Source: https://github.com/robwestz/bacowr_b/tree/main/every-marketplace/tests/fixtures/custom-paths/skills/default-skill
Command: npx skills add https://github.com/robwestz/bacowr_b --skill default-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Minimal skeleton that defines a Skill Unit by requiring a SKILL.md frontmatter and a plain Markdown body for contextual instructions.

Core Features & Use Cases

  • Lightweight scaffolding for new skills with mandatory frontmatter name and description.
  • Provides a plain Markdown body that can be loaded as activation instructions.
  • Serves as a template for rapid Skill creation and onboarding.

Quick Start

Edit the SKILL.md to set a meaningful name and description, then flesh out the Markdown body with actionable instructions.

Frequently Asked Questions about default-skill

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

FAQPage Schema
How do I create a markdown template with YAML frontmatter for workflow automation?

To create a markdown automation template, you need a SKILL.md file with mandatory YAML frontmatter containing name and description, followed by a concise markdown body loaded into context as activation instructions.

What is the minimal setup required for orchestrating small project workflows?

Minimal workflow setup requires defining a lightweight skeleton with YAML frontmatter specifying name and description, then providing a plain markdown body with actionable instructions for basic task orchestration.

Can I use this starter skill for ad-hoc automation tasks requiring simple inputs?

Yes, this starter skill is designed for ad-hoc automation tasks and repeatable processes requiring simple inputs, providing lightweight scaffolding for small project workflow orchestration.

What's the best way to rapidly scaffold a new skill unit from a template?

The best way to scaffold a new skill unit is to edit the SKILL.md file to set a meaningful name and description, then flesh out the markdown body with actionable contextual instructions.

Does a basic skill template require any external dependencies?

No, this basic skill template requires no external dependencies, relying solely on a SKILL.md file with YAML frontmatter and a plain markdown body for self-contained contextual instructions.

When should I not use a minimal markdown skeleton for skill creation?

You should not use a minimal markdown skeleton when your project requires complex reasoning, advanced internal design, or external component integrations beyond basic workflow orchestration and simple inputs.