greet

Generates a greeting reply containing a fixed marker phrase.

Updated Sep 5, 2026
One-click install
npx skills add https://github.com/pohlai88/afenda-xforge-v5 --skill greet-pohlai88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: greet
Source: https://github.com/pohlai88/afenda-xforge-v5/tree/main/.agents/skills/pr-to-lint-rule/harness/fixture-skill-plugin/skills/greet
Command: npx skills add https://github.com/pohlai88/afenda-xforge-v5 --skill greet-pohlai88

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It provides a deterministic greeting behavior for testing skill activation, ensuring replies always include a verifiable marker phrase. ## Core Features & Use Cases - Warm Greeting Generation: Produces a friendly greeting when the user asks to greet or say hello. - Deterministic Marker Output: Always includes the exact phrase GREET_SKILL_MARKER_42 in the reply for verification. - Use Case: Use it as a fixture to confirm that a skill plugin is loaded and its instructions are followed during a conversation. ## Quick Start Ask the assistant to greet a person by name and check that the reply contains the marker phrase.

Frequently Asked Questions about greet

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

FAQPage Schema
How do I trigger the greet skill?

Ask the assistant to greet someone or say hello. The skill activates on greeting requests and responds with a warm message that includes the marker phrase GREET_SKILL_MARKER_42.

What is GREET_SKILL_MARKER_42 used for?

It is a fixed verification string the skill must include in every greeting reply. Test harnesses can check for its presence to confirm the skill's instructions were loaded and followed.

Can I customize the greeting message?

The greeting wording can vary, but the marker phrase GREET_SKILL_MARKER_42 must always appear verbatim in the reply. Only the surrounding text is flexible.

Why is the marker phrase missing from the reply?

The marker is missing when the skill was not activated or its instructions were not loaded into context. Verify the SKILL.md file is present and the greeting request matches the skill's trigger description.