example-skill

Demonstrates the minimal AG3NT SKILL.md frontmatter structure and entrypoint.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/bharthraj1412/myai --skill example-skill-bharthraj1412
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/bharthraj1412/myai/tree/main/skills/example-skill
Command: npx skills add https://github.com/bharthraj1412/myai --skill example-skill-bharthraj1412

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This minimal example skill demonstrates the AG3NT SKILL.md format and contract, enabling users to see how skills declare their metadata and entrypoints.

Core Features & Use Cases

  • Shows the required YAML frontmatter fields (name, description) and the optional structure for scripts and references.
  • Provides a tiny, runnable example with a script reference and a placeholder note for learning.
  • Useful for onboarding developers to understand the AG3NT skill contract and workflow.

Quick Start

Run the example script to verify the skill is wired correctly.

Frequently Asked Questions about example-skill

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

FAQPage Schema
What is a SKILL.md file and how does it define an AG3NT skill?

A SKILL.md file defines an AG3NT skill using YAML frontmatter to declare a name, description, and entrypoint. It provides the standard structure for skill onboarding and metadata contract validation.

How do I write YAML frontmatter to create a minimal AG3NT skill?

To write YAML frontmatter for a minimal AG3NT skill, include the required fields: name and description. You can then add optional scripts and references directories to support the defined entrypoint.

Do I need scripts and references folders to build an AG3NT skill?

Scripts and references folders are optional when building an AG3NT skill. The required SKILL.md contract only demands a name and description in the YAML frontmatter, plus a defined entrypoint.

What's the best way to learn the AG3NT skill contract for onboarding?

The best way to learn the AG3NT skill contract is by examining a minimal example skill. It demonstrates the required YAML frontmatter structure and optional scripts to help developers understand the onboarding workflow.

How do I run an example script to verify AG3NT skill wiring?

Run the example script referenced in the SKILL.md entrypoint to verify AG3NT skill wiring. This quick start check confirms your minimal skill structure and metadata are correctly configured for execution.