example-skill

Create new Skill Units using a standard SKILL.md directory template.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a canonical template and reference for creating new Skill Units.

Core Features & Use Cases

  • Standard Skill Unit skeleton (SKILL.md frontmatter, resources/, examples/, templates/, docs/)
  • Comprehensive example layouts to guide future skills
  • Guidance for optional directories (scripts/, references/, assets/) to support future expansion

Quick Start

Copy this template into a new skill directory and customize the placeholder values in SKILL.md. Follow the directory structure shown in SKILL.md to create resources, examples, templates, and docs for your Skill Unit.

Frequently Asked Questions about example-skill

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

FAQPage Schema
How do I structure a new Solana skill development project?

To structure a new Solana skill, use a canonical template that provides a standard directory skeleton including SKILL.md frontmatter, resources, examples, templates, and docs to ensure structural consistency.

What is the required format for a SKILL.md file?

The required format for a SKILL.md file is frontmatter that enforces mandatory name and description fields, serving as the canonical reference for defining new Skill Units.

How do I start building a skill using a template?

To start building a skill, copy the template into a new directory and customize the placeholder values in SKILL.md, following the provided layout to generate resources, examples, and docs.

What directories should I include when creating a Skill Unit?

When creating a Skill Unit, include standard directories like resources/, examples/, templates/, and docs/, with optional support for scripts/, references/, and assets/ to handle future expansion.

Can I use this skill template for non-Solana development?

This skill template is designed as a canonical reference for protocol developers to adopt a standard structure, ensuring consistency across skills specifically within the Solana ecosystem.

Why do I need a standard structure for skill creation?

A standard structure for skill creation ensures consistency across Skill Units by guiding protocol developers to adopt a uniform directory layout, making future expansion and maintenance predictable.