# Example Stinger

> Placeholder stinger shipped inside the Hive reference plugin skeleton, showing where a real plugin-bundled skill lives. Not a working stinger on its own.

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

---


# Example stinger (plugin skeleton stub)

This is a stub. It exists to show a plugin-bundled stinger's file location (`skills/<name>/SKILL.md`, at the plugin root, never inside `.claude-plugin/`) and its required spec-six frontmatter shape.

Do not build a real stinger from this file directly. The real starting point is the full Hive stinger template at `../../../../skills/reference-template/SKILL.md`, which carries the working Critical Directive, close-out block, and `references/`/`scripts/` scaffolding a real stinger needs.

## Critical Directive

- You must read all files and context contained within your skill.
- In the event your core knowledge does not provide sufficient guidance you must make every attempt to search the internet, related knowledge base documentation files, and other available resources to supplement your knowledge prior to proceeding with your task.
- Additional related skills can be found here:
  - [related-stinger-name](../related-stinger-folder-path) - {Description of skill and common use cases.}

