<skill-name>

Provides a reusable SKILL.md template for authoring Vibe Managing business skills.

Updated Aug 22, 2026
One-click install
npx skills add https://github.com/fritzgeraldz/Vibe-Managing --skill skill-name-fritzgeraldz
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: <skill-name>
Source: https://github.com/fritzgeraldz/Vibe-Managing/tree/main/skills/_TEMPLATE
Command: npx skills add https://github.com/fritzgeraldz/Vibe-Managing --skill skill-name-fritzgeraldz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This template standardizes how new business-management skills are authored in the Vibe Managing system, ensuring every skill defines its purpose, inputs, decision rules, autonomy limits, and guardrails consistently. ## Core Features & Use Cases - Standardized Frontmatter: Enforces required metadata fields such as name, domain, version, autonomy_ceiling, provenance, reads, and writes. - Complete Skill Skeleton: Provides pre-structured sections covering purpose, triggers, input/output schemas, analysis frameworks, calculations, decision rules, escalation, KPIs, and guardrails. - Use Case: When adding a new finance or operations skill to the Vibe Managing library, copy this template, fill in each section, and the result will conform to the system's autonomy and approval model. ## Quick Start Copy the _TEMPLATE skill directory, rename it to your new kebab-case skill name, and fill in every placeholder section of SKILL.md.

Frequently Asked Questions about <skill-name>

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

FAQPage Schema
How do I create a new skill for the Vibe Managing system?▼

Copy the _TEMPLATE directory, rename it to a kebab-case folder matching your skill name, and complete every section of SKILL.md including frontmatter, inputs, outputs, decision rules, and guardrails.

What frontmatter fields are required in a SKILL.md file?▼

The template requires name, domain, version, autonomy_ceiling, provenance, reads, writes, related_skills, and owned_by_agents. The name must be kebab-case and match the folder name.

What domains does the Vibe Managing skill template support?▼

The template supports ten domains: strategy, finance, growth, sales, marketing, operations, people, leadership, risk, and legal, as declared in the domain frontmatter field.

What is the autonomy_ceiling field in the skill template?▼

autonomy_ceiling sets the maximum autonomy level (L0 through L3) that a skill's actions may reach, per the AUTONOMY_AND_APPROVAL_MODEL.md. Analysis is always allowed regardless of the ceiling.

When should a skill section be marked as None?▼

Sections like Calculations can be marked None when not applicable, but core sections such as Purpose, When to Use, Procedure, Output, and Guardrails should always be completed for a valid skill.