create-skill

Create and update myteam skill definitions with frontmatter and hierarchy placement.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/joshuaculmer/cook_book --skill create-skill-joshuaculmer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/joshuaculmer/cook_book/tree/main/.myteam/myteam-management/create-skill
Command: npx skills add https://github.com/joshuaculmer/cook_book --skill create-skill-joshuaculmer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This guide helps you create or update a myteam skill definition by scaffolding files, guiding frontmatter setup, and enforcing placement within the hierarchy.

Core Features & Use Cases

  • Scaffold generation: Creates a ready-to-edit skill directory with required frontmatter and placeholder content.
  • Guided workflow: Provides step-by-step instructions for updating or creating a skill, including placeholders to fill.
  • Validation prompts: Encourages verification with myteam get skill to ensure accuracy and placement.

Quick Start

Run myteam new skill <skill_path> to generate the skill scaffold.

Frequently Asked Questions about create-skill

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

FAQPage Schema
How do I scaffold myteam skill definitions with proper frontmatter?

To create a myteam skill, run myteam new skill <skill_path> to generate a scaffold with required frontmatter and placeholder content. This provides a guided workflow for defining triggers, scope, and placement within the hierarchy.

What is the required structure for myteam skill frontmatter and workflow?

The required structure for myteam skill frontmatter must define a name and description. The workflow enforces a structured format for triggers, scope, and placement within the myteam hierarchy across projects.

How do I validate myteam skill placement and configuration after creation?

To validate myteam skill placement and configuration, use the myteam get skill command. This verification step ensures your skill definition is accurate and correctly placed within the hierarchy.

Can I update existing skill triggers and scope within the myteam hierarchy?

Yes, you can update existing skill triggers and scope within the myteam hierarchy. The skill creation process applies to both defining and updating triggers, workflow guidance, and placement across projects.

What's the best way to organize skill definitions across multiple projects?

The best way to organize skill definitions across multiple projects is by enforcing placement within the myteam hierarchy. This structured approach ensures consistent frontmatter and workflow guidance across all project teams.