00 // PLAYBOOK_HUB
John Felix LimReact Native Developer
Frontend Engineering Playbook
Standards I hold teams to — and the agent skills that enforce them.
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.mdFrontmatter 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.mdIdentical file, different directory. Pair it with a short always-on rule in .cursor/rules/ that names your stack.
GitHub Copilot
.github/copilot-instructions.mdCopilot reads plain markdown with no frontmatter — use the Copilot tab on any topic page for that variant.
# 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"01 // REACT_NATIVE
React Native Core
Architecture, navigation, and performance for production iOS and Android apps.
02 // ENGINEERING
Cross-Cutting Engineering
TypeScript, state, testing, and error handling that hold up as a codebase grows.
03 // WEB
React & Next.js Web
Component design and server/client boundaries on the web.
04 // AGENTS
AI Agent Enablement
Rules and skills that keep Claude, Cursor, and Copilot on your standards.
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.