example/hello

Demonstrate a minimal SkillSpec structure without performing real work.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/venikman/fpf-foundry --skill example-hello
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example/hello
Source: https://github.com/venikman/fpf-foundry/tree/main/packages/fpf/templates/minimal/design/skills/example/hello
Command: npx skills add https://github.com/venikman/fpf-foundry --skill example-hello

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This example Skill demonstrates the structure and metadata of a Skill unit without performing any real work, useful for learning and validation.

Core Features & Use Cases

  • Minimal, safe SkillSpec demonstrating metadata, inputs/outputs definitions, and inventory concepts.
  • Serves as a template for developing and testing Skill units in a controlled environment.
  • Use Case: review the SkillSpec format and tooling behavior before implementing a real skill.

Quick Start

Edit or delete this example Skill freely to tailor it to your project's needs.

Frequently Asked Questions about example/hello

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

FAQPage Schema
What is a SkillSpec structure and how does it work for validation?

A SkillSpec structure defines the metadata, inputs, outputs, and inventory concepts for a Skill unit. It works by satisfying schema validation and deterministic naming requirements without performing real processing work.

How do I create a minimal Skill template for learning purposes?

You create a minimal Skill template by defining safe defaults, metadata, and inputs/outputs definitions without external dependencies. This example Skill serves as a template you can edit freely to tailor it to your project's needs.

Can I use this example Skill to test tooling behavior before implementing real work?

Yes, you can use this example Skill to test tooling behavior. It is designed for validation contexts, allowing you to review the SkillSpec format and safe defaults in a controlled environment before implementing a real skill.

Do I need external dependencies to demonstrate Skill metadata?

No, you do not need external dependencies to demonstrate Skill metadata. This example Skill exposes no external dependencies, ensuring safe validation and learning of the SkillSpec format.

What are the limitations of using an example Skill for schema validation?

The limitation of this example Skill is that it does not perform real work or actual processing logic. It is strictly intended for learning, structure demonstration, and testing schema validation in a controlled environment.