← ClaudeAtlas

hello-skilllisted

Minimal skill demonstration — surfaces a one-line greeting and shows the canonical SKILL.md frontmatter shape.
Ahmed-G-Gad/apothem · ★ 0 · AI & Automation · score 68
Install: claude install-skill Ahmed-G-Gad/apothem
<!-- # SPDX-License-Identifier: MIT # Copyright (c) Ahmed G. Gad ---------------------- # # Website: https://ahmedgad.com # # Email: mailto:me@ahmedgad.com # # Github: https://github.com/ahmed-g-gad # # Licensed under MIT; see LICENSE for terms ------- # --> # Hello Skill > The smallest viable skill. Use it as a template when authoring a new skill folder. ## When to invoke Invoke this skill when a contributor wants to verify their skill-loading pipeline is working end-to-end without committing to a substantive skill yet. ## Procedure 1. Acknowledge the invocation. 2. Reply with the line: `Hello from hello-skill — the skill-loading pipeline is operational.` 3. Stop. ## Anti-patterns - Do not use this skill in production work — it is a smoke test. - Do not extend the procedure with project-specific logic; create a dedicated skill instead.