Skip to main content

hubeiqiao/skills

O SkillsMP coletou 35 skills de hubeiqiao/skills. Abra uma skill para revisar a origem e os detalhes.

Última atividade de origem registrada
Catálogo do SkillsMP atualizado
skills coletadas
35
Estrelas no GitHub
0
Forks no GitHub
0

Mostrando 35 de 35 skills coletadas.

ocupação
Desenvolvedores de software
descrição

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Create Apple-inspired bento grid presentation cards for showcasing project stats, timelines, and achievements. Use when the user asks to build stat cards, bento grids, project summary cards, dashboard cards, or Apple-style presentation layouts. Generates…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Clarify requirements before implementing.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Fix Cloudflare Workers Container gateway not starting automatically for Discord/Telegram bots behind Cloudflare Access. Use when: (1) /api/status returns "not_running" but /sandbox-health returns "ok", (2) Discord or Telegram bot stops responding after…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Fix CSS transitions that get "stuck" at their initial state (opacity: 0, transform unchanged) when toggling classes during SPA page navigation. Use when: (1) elements have CSS transition on opacity/transform but remain invisible after adding a `.visible`…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Debug analytics tracking that silently fails. Use when: (1) Analytics events fire in console but data doesn't appear in dashboard, (2) sendBeacon requests invisible in Network tab, (3) API returns "Failed to record event" with no details, (4) Database insert…

Idioma do texto original: inglês

atualizado
ocupação
Editores de desktop
descrição

Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Fix for Claude Code Edit tool failing to match strings containing Unicode characters (emojis, em-dashes, non-breaking spaces, curly quotes). Use when: (1) Edit tool returns "String to replace not found in file" but the string visually matches Read output, (2)…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Fix Framer Motion sticky scroll sections where absolute-positioned children don't render correctly. Use when: (1) console warning "Please ensure that the container has a non-static position", (2) sticky scroll pillar/slide transitions show content at wrong…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Fix empty LLM responses after tool use when proxying through Google Gemini 3 models (gemini-3-flash-preview, gemini-3-pro, etc). Use when: (1) bot produces empty text responses specifically after tool calls (web_fetch, exec, browser) but non-tool messages…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Fix for "ENOENT: no such file or directory" errors when using the html2pptx pipeline with files in directories containing non-ASCII characters (Japanese, Chinese, Korean, emoji, etc). Use when: (1) build.js fails with ENOENT on a path containing URL-encoded…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Dispatch subagents with automatic refinement loop until sufficient context is gathered

Idioma do texto original: inglês

atualizado
ocupação
Designers de interfaces web e digitais
descrição

Canonical visual design language for Joe Speaking. Use when creating or modifying UI components, choosing colors, typography, spacing, shadows, or motion, reviewing visual consistency, or generating any visual asset in the Joe Speaking brand. Covers web…

Idioma do texto original: inglês

atualizado
ocupação
Designers gráficos
descrição

Generate production-grade HTML emails for Joe Speaking using the brand's warm editorial luxury design system. Use when the user asks to create an email, newsletter, product announcement, feature update, or any email communication for Joe Speaking. Produces…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Generate RedNote (Xiaohongshu) social media posters for Joe Speaking. Creates 3:4 (2160x2880) poster HTML files optimized for RedNote's thumbnail preview. Supports dark mode, light mode, and custom themes. Use when preparing a RedNote post, campaign, or…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de pesquisa de mercado e especialistas em marketingDesigners gráficos
descrição

Generate social media announcement posters and copy for Joe Speaking releases. Creates bilingual (English + Chinese) posters in 3:4 and 1:1 formats, plus multi-platform social media copy (LinkedIn, Instagram, X, RedNote/小红书). Use when preparing a new release,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Fix for content below large media elements (video, image, iframe) in fixed modals being pushed off-screen and inaccessible. Use when: (1) caption, links, or buttons below a video/image in a lightbox or modal are invisible despite being in the DOM, (2) modal…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Debug multi-provider LLM API proxy chains where fallback isn't working, providers return silent errors, or the bot receives error bodies instead of real responses. Use when: (1) LLM proxy fallback chain silently fails — bot gets empty/garbage responses, (2)…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Fix for next-intl v4 SSG pages showing wrong locale (typically English fallback) despite correct build output. Use when: (1) next-intl pages build successfully with generateStaticParams but render the default locale instead of the expected one, (2) page…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

CJK (Chinese/Japanese/Korean) typography and locale-switching patterns for Next.js apps using next-intl. Use when: (1) CJK text renders visually too large compared to Latin text at the same font size, (2) CSS :lang(zh) selectors override fonts on elements…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Fix CSS custom property name collision between next/font and design system variables in globals.css. Use when: (1) fonts look wrong despite correct next/font configuration — falling back to Georgia, system-ui, or other fallback fonts, (2) DevTools shows…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Fix "request.headers must be an instance of Headers" error when testing Next.js middleware with Vitest in jsdom environment. Use when: (1) NextResponse.next() throws "request.headers must be an instance of Headers" in vitest/jsdom, (2) middleware integration…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Implement layered timeouts (connect, TTFB, overall) in Node.js HTTP proxy/reverse-proxy code. Use when: (1) a proxy forwards requests through Cloudflare Tunnels or similar CDN-tunneled origins where TCP connects succeed but the origin is unreachable (e.g. Mac…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Fix HTTP proxy requests hanging forever on keep-alive connections in Node.js. Use when: (1) First request works but second request hangs indefinitely, (2) socket.setTimeout or manual timer on 'socket' event doesn't fire for reused connections, (3) Proxy sits…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Update peon-ping configuration — volume, pack rotation, categories, active pack, and other settings. Use when user wants to change peon-ping settings like volume, enable round-robin, add packs to rotation, toggle sound categories, or adjust any config.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Fix invisible/blank sections in Playwright full-page screenshots when using Framer Motion whileInView animations. Use when: (1) Playwright fullPage screenshots show blank areas where content should be, (2) sections render with opacity:0 because…

Idioma do texto original: inglês

atualizado
ocupação
Secretários executivos e assistentes administrativos executivos
descrição

Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Fix for python-docx paragraphs silently falling back to "Normal" style when creating paragraphs via OxmlElement. Use when: (1) paragraphs created with OxmlElement have wrong style despite setting w:pStyle, (2) headings render as body text with no error, (3)…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Fix state regression bugs caused by React Strict Mode double-execution racing with async operations (API fetches, WebSocket connections). Use when: (1) UI gets stuck in a loading/connecting state in dev but works in production, (2) a state setter overwrites a…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Fetch content from Reddit using Gemini CLI when WebFetch is blocked. Use when accessing Reddit URLs, researching topics on Reddit, or when Reddit returns 403/blocked errors. (user)

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Automate the staging-to-production release workflow. Analyzes commits between main and staging, classifies user-facing changes, suggests a semver bump, and generates a Release object for lib/releases/releases-data.ts. Guides through PR creation, tagging, and…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Fix for responsive video source selection failing in Chrome and Firefox when using <source media="..."> inside <video>. Use when: (1) building a video player that needs different sources for mobile vs desktop (portrait vs landscape), (2) <source media>…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Syncs skills across AI CLI tools from a single source of truth. Global (~/.config/skillshare/) or project (.skillshare/) mode. Install from any Git host. Use when: "skillshare" CLI, skill management, or troubleshooting.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

Fix unscannable QR codes in HTML posters, marketing assets, and static pages. Use when: (1) a custom inline JavaScript QR generator produces codes that won't scan, (2) you need a QR code for a fixed/known URL in a static HTML file, (3) debugging Reed-Solomon…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Fix back button navigating to Stripe checkout after payment completion. Use when: (1) User completes Stripe payment and clicks back button, but returns to Stripe instead of the app, (2) document.referrer check for external sites doesn't work with Stripe, (3)…

Idioma do texto original: inglês

atualizado
Mostrando 35 de 35 skills coletadas.