skill-template

Create structured Agent Skills with frontmatter and guided sections.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/marinvch/ai-os --skill skill-template-marinvch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-template
Source: https://github.com/marinvch/ai-os/tree/main/.agents/skills/context-engineering-collection/template
Command: npx skills add https://github.com/marinvch/ai-os --skill skill-template-marinvch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The template provides a standard, ready-to-fill structure for creating new Agent Skills for context engineering, ensuring consistency across the skill library and speeding up onboarding of contributors.

Core Features & Use Cases

  • Standard frontmatter with name and description to guarantee discoverability.
  • A clear, opinionated scaffold that guides contributors through activation, core concepts, topics, practical guidance, examples, and integration notes.
  • Optional references, scripts, and assets directories can be added later to extend the skill without breaking structure.

Quick Start

Copy this template to a new skill directory, update the frontmatter with the new skill's name and description, and replace the body with concrete guidance and examples.

Frequently Asked Questions about skill-template

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

FAQPage Schema
How do I create a standard structure for new agent skills?

To create a standard structure for new agent skills, use a reusable template providing a ready-to-fill blueprint with frontmatter, activation instructions, and core concepts, ensuring consistency and safe activation across your skill library.

What is context engineering and how does a skill template support it?

Context engineering is the practice of structuring information for AI agents. A skill template supports it by providing a standardized scaffold with clear sections for concepts, topics, and guidelines, ensuring agents receive well-structured context for specific use cases.

How do I write YAML frontmatter for agent skills to ensure discoverability?

To write YAML frontmatter for agent skills, include the name and description fields in the template's standard frontmatter. This guarantees skill discoverability and enables correct metadata extraction by context engines.

What is the best way to document activation instructions for agent skills?

The best way to document activation instructions is using an opinionated scaffold with clear sections for guidelines, gotchas, and integration notes. This ensures safe, documented activation by providing concrete guidance tailored to specific use cases.

Can I add optional resources and scripts to a skill template later?

Yes, you can add optional references, scripts, and assets directories to a skill template later. This extends the skill's functionality without breaking the core structure, allowing you to tailor context engineering capabilities to new use cases.

Do I need any dependencies to use a starter template for agent skills?

No dependencies are required to use a starter template for agent skills. It serves as a basic, ready-to-fill blueprint that you can copy to a new directory and immediately update with your specific frontmatter and guidance.