Provides practical guidance, examples, and patterns for building user interfaces with React Native. Covers core components (View, Text, Image, ScrollView), performance-friendly list patterns (FlatList, infinite scroll), touchables, composition patterns (Card, Modal), and common anti-patterns. The SKILL.md includes example code snippets and recommended props/configurations.
Use when implementing or reviewing React Native UI components, creating reusable component libraries, or optimizing lists and touch interactions. Helpful for engineers who need ready-to-use examples and recommended performance settings.
Suitable for general coding assistants and agents that assist with React Native development (tools that can Read/Write/Edit code).
Pure documentation skill for React Native UI component patterns. No scripts to run — entirely static SKILL.md with code examples covering core components, FlatList, Pressable, Modal, and Form patterns. Includes best practices and anti-patterns sections. No security concerns whatsoever.
Clean reference skill. Well-organized content with TypeScript examples. Could benefit from splitting into references/ for component details and keeping SKILL.md leaner. No dynamic behavior or external dependencies.
GraphQL Inspector — Validate
Validate GraphQL operations against a schema with configurable depth, complexity, alias and directive limits to catch errors before runtime.
Pytest Plugins Guide
Guidance on the pytest plugin ecosystem: plugin development, pytest-cov, pytest-mock, configuration, CI integration, and advanced patterns.
Gleam — Erlang Interop
Guides Gleam developers to call Erlang libraries, declare external functions, handle Erlang types, and integrate with OTP, NIFs, and ports.
Atomic Design — Quarks
Guidance for creating and organizing ‘quarks’—design tokens and primitive values (colors, spacing, typography, shadows) that form the foundation of a design sys
Professional Honesty
Guidelines for agents to prioritise technical accuracy and direct, evidence-based communication instead of excessive agreeableness.
Gluestack UI — Accessibility
Guidance and best practices for building accessible interfaces with gluestack-ui (WCAG 2.1 AA, ARIA, screen readers, keyboard navigation).
Tailwind Configuration
Guides configuring tailwind.config (content paths, theme extension, plugins, dark mode and production optimizations) for projects using Tailwind CSS.
Ink Hooks & State Management
Guidance and examples for using React-style hooks (useState, useEffect, useInput, useApp, useStdout, useFocus) to manage state and side effects in Ink terminal
Docker Compose Networking
Practical guidance for designing Docker Compose network topologies—service discovery, bridge and internal networks, aliases, static IPs, and troubleshooting for
Kustomize Generators
Generate Kubernetes ConfigMaps and Secrets with Kustomize from literals, files, and envs to manage environment-specific configuration and trigger safe rollouts.