Skip to main content

gmackie/agent-skills

SkillsMP ha recopilado 113 skills de gmackie/agent-skills. Abre una skill para revisar su origen y sus detalles.

Última actividad de origen registrada
Catálogo de SkillsMP actualizado
skills recopiladas
113
Estrellas en GitHub
0
Forks en GitHub
0

Mostrando 40 de 113 skills recopiladas.

ocupación
sin clasificar
descripción

Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Create and review Cloudflare Durable Objects. Use when building stateful coordination (chat rooms, multiplayer games, booking systems), implementing RPC methods, SQLite storage, alarms, WebSockets, or reviewing DO code for best practices. Covers Workers…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

EAS service (paid). Deploy Expo apps to the app stores with EAS - build and submit to the iOS App Store, Google Play Store, and TestFlight, configure eas.json build and submit profiles, manage app versions and build numbers, and publish App Store metadata and…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

EAS service (paid). Deploy Expo websites and Expo Router API routes to EAS Hosting - export the web bundle, run eas deploy for production and PR preview URLs, manage environment secrets and custom domains, and work within the Cloudflare Workers runtime. Also…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

EAS service (paid). Use for anything related to EAS Observe - adding `expo-observe` to an Expo project (AppMetricsRoot/ObserveRoot HOC, markInteractive and ObserveInteractiveMarker, the useObserve hook, the Expo Router / React Navigation integrations for…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

EAS service (paid). Run and control a user's app on a remote iOS/Android simulator hosted on EAS cloud. Read before running any `eas simulator:*` commands - it has the current syntax for this experimental API. Use whenever the user needs a simulator they…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

EAS service (paid). Check the health of published EAS Update: crash rates, install/launch counts, unique users, payload size, and the split between embedded and OTA users per channel. Use when the user asks how an update is performing, whether a rollout is…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

EAS service (paid). 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…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Framework (OSS). Build animations in React Native and Expo, making the decisions in the order that determines whether they feel right, should it animate, which thread it runs on, which properties, spring or timing, how the gesture hands off, how it degrades.…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Framework (OSS). Add an iOS App Clip target to an Expo app. Use when the user mentions App Clip, AASA, apple-app-site-association, appclips, smart app banner, or wants to ship a lightweight iOS Clip invoked from a URL alongside their parent app.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Framework (OSS). Integrate Expo and React Native into an existing native iOS or Android app. Use when the user mentions brownfield, embedding React Native in a native app, AAR/XCFramework, or adding Expo to an existing Kotlin/Swift project. Covers both the…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Framework (OSS). Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handling, caching, offline support, and Expo Router data loaders (`useLoaderData`).

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Framework (OSS). Build and maintain a design system inside an Expo app - a reusable theme of design tokens (color, spacing, typography, radius, shadow, motion), reusable component structure with variant/size/state prop conventions, and rules for when to…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Framework (OSS). Build and distribute Expo development clients locally or via TestFlight for internal testing. For production TestFlight releases and store submission, use the eas-app-stores skill.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Framework (OSS). Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally. For the end-to-end migration of a whole web app, use the expo-web-to-native skill.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Framework (OSS). Expo's official example projects - the expo/examples repo of ~70 `with-*` integrations (Stripe, Clerk, Supabase, OpenAI, maps, Reanimated, SQLite, Skia, NativeWind, and more). Use when integrating a third-party library or service into an…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Framework (OSS). Guide for creating and writing Expo native modules and views using the Expo Modules API (Swift, Kotlin, TypeScript). Covers module definition DSL, native views, shared objects, config plugins, lifecycle hooks, autolinking, and type system.…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Framework (OSS). Build beautiful, native-feeling Expo screens. Covers Apple HIG styling, semantic colors, native controls, SF Symbols, media, animations, visual effects, gradients, storage, and responsive layout. For routing and navigation, use the…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Framework (OSS). Entry point and router for every Expo or EAS task. Load this skill first, before writing code and before choosing another expo-* / eas-* skill, when the request, PRD, or spec mentions Expo, EAS, Expo Go, or an expo-* package, or the project…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Framework (OSS). Folder structure for a new Expo app. Use when scaffolding or laying out a new Expo project with Expo Router, or deciding where a file should live in one. For new projects only, never restructure an existing app to match.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Framework (OSS). Navigation and routing for Expo Router. Covers file-based routes, groups and dynamic routes, folder organization, Link with previews and context menus, native Stack, page titles, modals and form sheets, NativeTabs, headers and toolbars, and…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Submit feedback on an Expo skill, or Expo itself, and control bundled anonymous usage telemetry (off by default / opt-in). Submit feedback with: npx --yes submit-expo-feedback@latest "ACTIONABLE_FEEDBACK". Optionally add either or both: --category "CATEGORY"…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Framework (OSS). Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Framework (OSS). Build native UI with the @expo/ui package: real SwiftUI on iOS and Jetpack Compose on Android. Default to @expo/ui for sheets (BottomSheet), pickers, sliders, toggles, menus, and grouped-form sections, do NOT reach for Reanimated,…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Framework (OSS). Guidelines for upgrading Expo SDK versions and fixing dependency issues

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Framework (OSS). Migrate an existing web React app to a native iOS/Android app with Expo. Use when the user wants to turn a website into a mobile app, port a Next.js/Vite/CRA React codebase to React Native, reuse web code on native incrementally, or asks how…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Automate browser interactions, test web pages and work with Playwright tests.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Postgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill BEFORE writing or changing anything that lives in a Postgres database: creating or altering tables and columns (including choosing column types), schema design,…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Turso (Limbo) database helper, an in-process SQLite-compatible database written in Rust. Formerly known as libSQL / libsql. Replaces @libsql/client, libsql-experimental for Turso use cases. Works in Node.js, browser (WASM + OPFS for persistent local storage),…

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

Idioma del texto original: inglés

actualizado
ocupación
sin clasificar
descripción

Reviews and authors Cloudflare Workers code against production best practices. Load when writing new Workers, reviewing Worker code, configuring wrangler.jsonc, or checking for common Workers anti-patterns (streaming, floating promises, global state, secrets,…

Idioma del texto original: inglés

actualizado
ocupación
Otras ocupaciones informáticas
descripción

Use when adding, migrating, or reorganizing skills, tools, or agent definitions in an `agent-skills` style repo and you need to keep the catalog surface coherent. Maintains a merged view of metadata-backed skills, checks for missing metadata, and updates…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in. Use for /architect, 'architect this', 'design this', or non-trivial work where jumping to code would lock in the wrong shape.

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Spawn N parallel candidates at the same task, pick a base, graft the strongest parts of the losers into it. Use for /arena, 'arena this', 'throw it in the arena', or when one attempt at a non-trivial artifact would lock in the wrong shape.

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Find what a change could break somewhere else before it ships, beyond the diff, and prove the one fact it's safe because of by running real code instead of writing it up. Use for 'blast radius of X', 'what could this break', or reviewing a small diff you…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de investigación de mercados y especialistas en marketing
descripción

Use when naming or renaming a product, startup, feature, or app and the work depends on brand identity, design culture, domain research, or TLD tradeoffs. This skill starts by diagnosing the product's brand character from the app itself, treats the current…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when adding, debugging, or hardening Cloudflare D1 usage in a Workers app. Inventories Wrangler D1 configuration, local-vs-remote database assumptions, migration and seeding workflow, and app-level access patterns, then produces a concrete development…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Use when setting up, debugging, or hardening local development for a Cloudflare Workers project that depends on bindings like D1, KV, R2, Queues, Durable Objects, or Workflows. Inventories Wrangler config, environment-specific bindings, and…

Idioma del texto original: inglés

actualizado
ocupación
Analistas de garantía de calidad de software y probadores
descripción

Review the changes since a fixed point (commit, branch, tag, or merge-base) along the Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?) axes. Runs both reviews…

Idioma del texto original: inglés

actualizado
ocupación
Desarrolladores de software
descripción

Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module…

Idioma del texto original: inglés

actualizado
Mostrando 40 de 113 skills recopiladas.