home / skills / sovranbitcoin

sovranbitcoin skills

Find 20 skills from 1 repo created by sovranbitcoin on GitHub.

1 repo
20 skills
GitHub

Sponsored

expo-tailwind-setup

sovranbitcoin/sovran

20
Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling
nostr

sovranbitcoin/sovran

20
Knowledge about the Nostr protocol. Use to view up-to-date NIPs, discover capabilities of the Nostr protocol, and to implement Nostr functionality correctly.
expo-deployment

sovranbitcoin/sovran

20
Deploying Expo apps to iOS App Store, Android Play Store, web hosting, and API routes
use-dom

sovranbitcoin/sovran

20
Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.
animation-with-react-compiler

sovranbitcoin/sovran

20
This skill guides using React Native Reanimated shared values with React Compiler by applying get() and set() for compatibility and safety.
building-native-ui

sovranbitcoin/sovran

20
Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.
upgrading-expo

sovranbitcoin/sovran

20
Guidelines for upgrading Expo SDK versions and fixing dependency issues
expo-api-routes

sovranbitcoin/sovran

20
Guidelines for creating API routes in Expo Router with EAS Hosting
expo-cicd-workflows

sovranbitcoin/sovran

20
Helps understand and write EAS workflow YAML files for Expo projects. Use this skill when the user asks about CI/CD or workflows in an Expo or EAS context, mentions .eas/workflows/, or wants help with EAS build pipelines or deployment automation.
expo-dev-client

sovranbitcoin/sovran

20
Build and distribute Expo development clients locally or via TestFlight
native-data-fetching

sovranbitcoin/sovran

20
Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, axios, React Query, SWR, error handling, caching strategies, offline support.
nak

sovranbitcoin/sovran

20
Interact with Nostr protocol using the nak CLI tool. Use to generate Nostr secret keys, encode and decode Nostr identifiers (hex/npub/nsec/nip05/etc), fetch events from relays, sign and publish Nostr events, and more.
find-skills

sovranbitcoin/sovran

20
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
react-native-expo

sovranbitcoin/sovran

20
Build React Native 0.76+ apps with Expo SDK 52-54. Covers mandatory New Architecture (0.82+/SDK 55+), React 19 changes, SDK 54 breaking changes (expo-av, expo-file-system, Reanimated v4), and Swift iOS template. Prevents 16 documented errors. Use when building Expo apps, migrating to New Architecture, upgrading to SDK 54+, or fixing Fabric, TurboModule, propTypes, expo-updates crashes, or Swift AppDelegate errors.
secret-scanner

sovranbitcoin/sovran

20
Detect exposed secrets, API keys, credentials, and tokens in code. Use before commits, on file saves, or when security is mentioned. Prevents accidental secret exposure. Triggers on file changes, git commits, security checks, .env file modifications.
react-native-best-practices

sovranbitcoin/sovran

20
Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Applies to tasks involving Hermes optimization, JS thread blocking, bridge overhead, FlashList, native modules, or debugging jank and frame drops.
zustand-state-management

sovranbitcoin/sovran

20
Build type-safe global state in React with Zustand. Supports TypeScript, persist middleware, devtools, slices pattern, and Next.js SSR with hydration handling. Prevents 6 documented errors. Use when setting up React state, migrating from Redux/Context, or troubleshooting hydration errors, TypeScript inference, infinite render loops, or persist race conditions.
animation-performance

sovranbitcoin/sovran

20
This skill helps you optimize React Native animation performance using Reanimated, worklets, and gesture handlers for buttery 60fps animations.
animation-with-worklets

sovranbitcoin/sovran

20
This skill helps you schedule cross-thread work in React Native using worklets guidelines, improving animation performance and thread safety.