# Skill

> Select and load connected skills through the Skill tool using progressive disclosure. Use before applying a connected skill's procedures or consulting its declared references and scripts.

- Skill: `zeenie-ai/skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add zeenie-ai/skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zeenie-ai/skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: zeenie-ai (https://skillmd.com/u/zeenie-ai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zeenie-ai/skill

---


# Skill

Use the `Skill` tool to retrieve instructions from skills connected through the
Master Skill node.

1. Inspect the connected skill names and descriptions exposed by the tool.
2. When the task materially matches a skill, call `Skill` with
   `action="load"` and its exact `skill_name` before applying that skill.
3. Treat returned instructions as authoritative for the current conversation.
   Do not infer missing instructions from metadata alone.
4. Inspect the returned resource manifest. Use `read_resource` for a bounded
   page or `search_resource` for line-numbered matches only when more detail is
   required.
5. Do not load unrelated skills. If a repeated load returns `already_loaded`,
   continue using the instructions already present in the conversation.
6. Loading a skill retrieves guidance; it does not execute ordinary action
   tools. Call connected tools separately when the loaded instructions require
   them.

