Claude Code Plugins

Community-maintained marketplace

Feedback

fpf-skill:hello-world

@venikman/fpf-agent-stack
0
0

Minimal reference skill used to validate parsing and loading.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

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.