00 // PLAYBOOK_HUB

Available for Engineering Roles

John Felix LimReact Native Developer

Frontend Engineering Playbook

Standards I hold teams to — and the agent skills that enforce them.

12 topicsMIT licensed

How to drop these into your agent

The same file works for Claude Code and Cursor. Copilot gets a frontmatter-free variant of the identical content.

Claude Code

.claude/skills/<name>/SKILL.md

Frontmatter drives when the skill loads. Claude reads the description to decide whether the skill applies to the task at hand.

Cursor

.cursor/skills/<name>/SKILL.md

Identical file, different directory. Pair it with a short always-on rule in .cursor/rules/ that names your stack.

GitHub Copilot

.github/copilot-instructions.md

Copilot reads plain markdown with no frontmatter — use the Copilot tab on any topic page for that variant.

quick start
# Pick a topic, copy its skill file, drop it in place
mkdir -p .claude/skills/react-native-performance
pbpaste > .claude/skills/react-native-performance/SKILL.md

# Then ask your agent something it should trigger on:
#   "this product list stutters when I scroll"

ECOSYSTEM // OPEN_CATALOG

Install from the open catalog

Third-party SKILL.md files from public GitHub repos — the same Agent Skills ecosystem other catalogs index. Attribution stays with the original authors. These are not my playbook topics.