Skip to main content
Execute qualquer Skill no Manus
com um clique
mohamedgshoaib
Perfil de criador do GitHub

mohamedgshoaib

Visão por repositório de 37 skills coletadas em 5 repositórios do GitHub.

skills coletadas
37
repositórios
5
atualizado
2026-07-10
explorador de repositórios

Repositórios e skills representativas

next-cache-components
Desenvolvedores web

Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag

2026-04-04
redis-development
Desenvolvedores de software

Redis performance optimization and best practices. Use this skill when working with Redis data structures, Redis Query Engine (RQE), vector search with RedisVL, semantic caching with LangCache, or optimizing Redis performance.

2026-04-04
tanstack-query-best-practices
Desenvolvedores de software

TanStack Query (React Query) best practices for data fetching, caching, mutations, and server state management. Activate when building data-driven React applications with server state.

2026-04-04
chrome-extension-development
Desenvolvedores de software

Expert guidelines for Chrome extension development with Manifest V3, covering security, performance, and best practices

2026-04-03
chrome-extension-ui
Designers de interfaces web e digitais

Chrome Extensions UX/UI design and implementation guidelines for popups, side panels, content scripts, and options pages. Triggers on tasks involving browser extension UI, manifest v3, chrome APIs.

2026-04-03
modern-javascript-patterns
Desenvolvedores de software

Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, efficient JavaScript code. Use when refactoring legacy code, implementing modern patterns, or optimizing JavaScript applications.

2026-04-03
html-css-best-practices
Desenvolvedores web

Semantic HTML5, CSS custom properties, responsive design, and performance optimization for web development

2026-04-02
browser-extension-builder
Desenvolvedores de software

You extend the browser to give users superpowers. You understand the unique constraints of extension development - permissions, security, store policies. You build extensions that people install and actually use daily. You know the difference between a toy and a tool.

2026-04-01
Mostrando as 8 principais de 20 skills coletadas neste repositório.
handoff
Outras ocupações de informática

Compact the current conversation into a handoff for another agent to pick up.

2026-05-30
supabase-advanced-troubleshooting
Desenvolvedores de software

Deep Supabase diagnostics: pg_stat_statements for slow queries, lock debugging with pg_locks, connection leak detection, RLS policy conflicts, Edge Function cold starts, and Realtime connection drop analysis. Use when standard troubleshooting fails, investigating performance regressions, debugging race conditions, or building evidence for Supabase support escalation. Trigger: "supabase deep debug", "supabase slow query", "supabase lock contention", "supabase connection leak", "supabase RLS conflict", "supabase cold start".

2026-05-30
supabase-common-errors
Desenvolvedores de software

Diagnose and fix Supabase errors across PostgREST, PostgreSQL, Auth, Storage, and Realtime. Use when encountering error codes like PGRST301, 42501, 23505, or auth failures. Use when debugging failed queries, RLS policy violations, or HTTP 4xx/5xx responses. Trigger with "supabase error", "fix supabase", "PGRST", "supabase 403", "RLS not working", "supabase auth error", "unique constraint", "foreign key violation".

2026-05-30
supabase-known-pitfalls
Desenvolvedores de software

Avoid and fix the most common Supabase mistakes: exposing service_role key in client bundles, forgetting to enable RLS, not using connection pooling in serverless, .single() throwing on empty results, missing .select() after insert/update, not destructuring { data, error }, creating multiple client instances, and not using generated types. Use when reviewing Supabase code, onboarding developers, auditing an existing project, or debugging unexpected behavior. Trigger with phrases like "supabase mistakes", "supabase anti-patterns", "supabase pitfalls", "supabase code review", "supabase gotchas", "supabase debugging", "what not to do supabase", "supabase common errors".

2026-05-30
supabase-load-scale
Desenvolvedores de software

Scale Supabase projects for production load: read replicas, connection pooling tuning via Supavisor, compute size upgrades, CDN caching for Storage, Edge Function regional deployment, and database table partitioning. Use when preparing for traffic spikes, optimizing connection limits, setting up read replicas for analytics queries, or partitioning large tables. Trigger with phrases like "supabase scale", "supabase read replica", "supabase connection pooling", "supabase compute upgrade", "supabase CDN storage", "supabase edge function regions", "supabase partitioning", "supavisor", "supabase pool mode".

2026-05-30
supabase-performance-tuning
Desenvolvedores de software

Optimize Supabase query performance with indexes, EXPLAIN ANALYZE, connection pooling, column selection, pagination, RPC functions, materialized views, and diagnostics. Use when queries are slow, connections are exhausted, response payloads are bloated, or when preparing a Supabase project for production-scale traffic. Trigger with phrases like "supabase performance", "supabase slow queries", "optimize supabase", "supabase index", "supabase connection pool", "supabase pagination", "supabase explain analyze".

2026-05-30
supabase-reliability-patterns
Desenvolvedores de software

Build resilient Supabase integrations: circuit breakers wrapping createClient calls, offline queue with IndexedDB, graceful degradation with cached fallbacks, health check endpoints, retry with exponential backoff and jitter, and dual-write patterns for critical data. Use when building fault-tolerant apps, handling Supabase outages gracefully, implementing offline-first patterns, or adding retry logic to SDK calls. Trigger with phrases like "supabase circuit breaker", "supabase offline", "supabase retry", "supabase health check", "supabase fallback", "supabase resilience", "supabase dual write", "supabase outage".

2026-05-30
wrap-up
Desenvolvedores de software

End-of-session log. Write to spec/sessions/. Verify all file paths.

2026-05-24
Mostrando as 8 principais de 9 skills coletadas neste repositório.
commit-message
Desenvolvedores de software

Use when drafting a git commit message — a plain "commit this", a request for a "conventional commit", or when the user names a style ("normal", "verbose") or a type (feat/fix/docs/etc). Reads the actual staged (or unstaged, if nothing's staged) diff to write the description and body — never invents generic text. Asks about style, type, or breaking-change status only when the diff and the user's wording genuinely don't settle it; proceeds straight to drafting otherwise.

2026-07-10
deslop
Desenvolvedores de software

Remove AI-generated code slop from the current branch.

2026-07-10
base-ui-react
Desenvolvedores web

Use when implementing Base UI React components from @base-ui/react, including unstyled accessible UI primitives, dialogs, menus, forms, selects, comboboxes, tabs, toasts, RTL, CSP, styling, animation, composition, and TypeScript patterns. Helps agents choose the correct component, wire compound parts correctly, avoid accessibility mistakes, and adapt Tailwind CSS v4 examples to Tailwind CSS v3 when needed.

2026-06-19
typescript-expert
Desenvolvedores de software

TypeScript and JavaScript expert with deep knowledge of type-level programming, performance optimization, monorepo management, migration strategies, and modern tooling.

2026-06-19
nextjs-app-router-patterns
Desenvolvedores de software

Next.js 16 App Router: Server Components, streaming, parallel/intercepting routes, Server Actions, data fetching, caching, and proxy.ts. Use when building or migrating Next.js applications, implementing SSR/SSG/ISR, or optimizing React Server Components.

2026-06-16
Mostrando 5 de 5 repositórios
Todos os repositórios foram exibidos