skill-template

Generate a Skill skeleton with YAML frontmatter and Markdown sections.

1|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/phonowell/mimikit --skill skill-template-phonowell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-template
Source: https://github.com/phonowell/mimikit/tree/main/.agents/skills/context-engineering-collection/template
Command: npx skills add https://github.com/phonowell/mimikit --skill skill-template-phonowell

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Template for creating new Agent Skills for context engineering. Use this template when adding new skills to the collection.

Core Features & Use Cases

  • Provides a reusable skeleton with frontmatter and content sections.
  • Guides consistent metadata and structure across skills in the collection.
  • Useful for onboarding new contributors to the Skill set.

Quick Start

Create a new skill by duplicating this template and customizing its frontmatter and body to describe your use case.

Frequently Asked Questions about skill-template

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

FAQPage Schema
How do I standardize metadata and structure for a repository-wide collection of skills?

To standardize skill metadata and structure, use a template that enforces a YAML frontmatter with name and description in the root SKILL.md, alongside a Markdown body for problem, core features, and quick start sections.

Can I generate a ready-to-use skeleton for context-engineering tasks?

Yes, you can generate a ready-to-use skeleton for context-engineering tasks by duplicating a skill template and customizing its YAML frontmatter and Markdown body to describe your specific use case.

What is the best way to onboard new contributors to a skill set?

The best way to onboard new contributors to a skill set is by providing a reusable skeleton template that guides consistent metadata and structure across all skills in the repository collection.

Do I need YAML frontmatter to create a new context-engineering skill?

Yes, you need YAML frontmatter containing the name and description fields at the root of the SKILL.md file to properly assemble and standardize context-engineering skills.

What sections should a skill template include in the Markdown body?

A skill template Markdown body should include dedicated sections for the problem it solves, core features and use cases, and a quick start guide for customization.

When should I use a skill template for context engineering?

You should use a skill template when assembling a repository-wide collection of skills to ensure standardized metadata, consistent structure, and easier onboarding for new contributors.