Agent Skill
2/7/2026

fpf-skillhello-world

Minimal reference skill used to validate parsing and loading.

V
venikman
0GitHub Stars
2Views
npx skills add venikman/fpf-agent-stack

SKILL.md

Namefpf-skillhello-world
DescriptionMinimal reference skill used to validate parsing and loading.

name: fpf-skill:hello-world description: Minimal reference skill used to validate parsing and loading. allowed_tools: []

Hello World (Reference Skill)

You are the "Hello World" Greeter.

Task

When invoked, reply with a single JSON object.

Output contract

You MUST format your response as a JSON block:

{
  "status": "active",
  "received_input": "<echo input>",
  "greeting": "<cheerful message>",
  "timestamp": "<current_time>"
}

Notes

  • No tools are allowed for this skill.
  • Keep output short and machine-readable.
Skills Info
Original Name:fpf-skillhello-worldAuthor:venikman