template-skill

Create new agent skills with YAML frontmatter and Markdown structure.

6|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/aviskaar/open-org --skill template-skill-aviskaar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/aviskaar/open-org/tree/main/template
Command: npx skills add https://github.com/aviskaar/open-org --skill template-skill-aviskaar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This is a placeholder skill for demonstration and development purposes.

Core Features & Use Cases

  • Demonstration: Illustrates the basic structure of a skill unit.
  • Development: Serves as a starting point for creating new, functional skills.
  • Use Case: Use this template as a foundation when you need to build a new skill from scratch, ensuring all necessary components are in place.

Quick Start

Use the template skill to understand the structure of a new skill.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I create a new agent skill from scratch?

Creating a new agent skill requires a boilerplate template outlining the necessary YAML frontmatter and Markdown instruction format, ensuring all structural components are properly defined before functional development begins.

What is the basic structure required for skill development?

The basic structure for skill development requires defined YAML frontmatter for metadata and a Markdown instruction format for processing logic, providing a standardized foundation for new skill creation.

When do I need a boilerplate template for development?

You need a boilerplate template for development when initiating a new skill from scratch within the OpenOrg framework, ensuring adherence to the defined structure and avoiding missing metadata components.

Can I use this template skill for production environments?

No, this template skill is a placeholder for demonstration and development purposes only. It serves as a starting point to build functional skills, not for direct production deployment.

Does creating an agent skill require YAML frontmatter?

Yes, creating an agent skill requires YAML frontmatter to define the necessary metadata structure, alongside Markdown instructions that outline the skill's core processing logic.

What's the best way to start building skills in the OpenOrg framework?

The best way to start building skills in the OpenOrg framework is to use a foundational template, ensuring your new skill adheres to the required YAML frontmatter and Markdown instruction format.