example-skill

Demonstrate a valid Skill Unit structure for testing and parsing.

30|4|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/RafaelGorski/Problem-Based-SRS --skill example-skill-rafaelgorski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/RafaelGorski/Problem-Based-SRS/tree/main/spec/fixtures/valid-examples
Command: npx skills add https://github.com/RafaelGorski/Problem-Based-SRS --skill example-skill-rafaelgorski

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a basic example for testing purposes.

Core Features & Use Cases

  • Demonstrates the structure of a valid Skill Unit.
  • Can be used to verify parsing and metadata generation.

Quick Start

Follow the instructions provided in the skill's documentation.

Frequently Asked Questions about example-skill

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

FAQPage Schema
What is a skill unit template for testing and documentation?

A skill unit template for testing provides a basic structural example that adheres to the AgentSkills specification, serving as a reference for building other skills without defining specific operational tasks.

How do I verify metadata generation and parsing for a skill?

You can verify metadata generation and parsing by using this example skill, which is designed specifically to test structural adherence and confirm that your parsing tools correctly read valid skill units.

Can I use this example skill for actual operational tasks?

No, you cannot use this example skill for operational tasks because it defines no specific operational tasks beyond serving as a structural example and testing demonstration for the AgentSkills specification.

Do I need any dependencies to run this test skill?

You do not need any dependencies to run this test skill, as it is a basic example with no external requirements or component dependencies, ensuring a clean environment for parsing and testing.

When do I need a template for creating new skills?

You need a template for creating new skills when you want to ensure your structure adheres to the AgentSkills specification, using this basic example to verify formatting and metadata generation before adding operational logic.