# Hoyeon Reference Seek

> Hoyeon implementation reference discovery workflow for Codex. Use when the user invokes "$hoyeon-reference-seek" or asks for internal patterns, open-source references, GitHub examples, official docs, or comparable implementations. This adapter loads the canonical reference-seek skill and follows its Codex runtime surface.

- Skill: `team-attention/hoyeon-reference-seek` (Agent Skill)
- Install (CLI): `npx skillmds@latest add team-attention/hoyeon-reference-seek`
- Raw SKILL.md: https://api.skillmd.com/api/skills/team-attention/hoyeon-reference-seek/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: team-attention (https://skillmd.com/u/team-attention)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/team-attention/hoyeon-reference-seek

---


# hoyeon-reference-seek

This is the Codex-facing wrapper for Hoyeon's canonical `reference-seek` skill.

Canonical skill:
- Installed root: `__HOYEON_PLUGIN_ROOT__/skills/reference-seek/SKILL.md`
- Repo-local fallback: `skills/reference-seek/SKILL.md` from the current Hoyeon repo

When this skill is invoked:

1. Read the canonical skill file above before executing the workflow.
2. Follow the `Runtime Surface` -> `Codex` section in that file.
3. Use `hoyeon-code-explorer` for internal pattern search when loaded.
4. Use Bash-first `gh api` and `curl` for GitHub references.
5. Treat context/documentation MCP as optional; use official web docs fallback
   when MCP tools are unavailable.


