All authors
majiayu000 avatar

Claude Skills by majiayu000

github.com/majiayu000
15,463 skillsA× 14,766B× 479C× 148D× 40F× 30549 installs11,881 views
Firebase App HostingA

Guide for configuring, deploying, and troubleshooting Firebase App Hosting with Next.js and other frameworks. Use when setting up apphosting.yaml, debugging build/deploy errors, managing environment variables, configuring Cloud Run settings, or adapting projects for App Hosting production environment.

developmenttypescriptgo
0
76
Firebase Authentication PatternsA

Firebase Authentication implementation patterns including sign-in/sign-up flows, OAuth providers, session management, protected routes, password reset, email verification, and error handling. Keywords: "auth", "authentication", "sign-in", "sign-up", "oauth", "session", "protected route"

developmenttypescriptrust
0
76
Firebase DeployerA

Deploy Firebase Firestore security rules and indexes automatically. Use when Firestore query errors mention "requires an index", when firestore.rules or firestore.indexes.json are modified, or when user requests Firebase deployment.

devopsjavascriptgo
0
76
Firebase DevelopmentA

This skill should be used when working with Firebase projects, including initializing projects, adding Cloud Functions or Firestore collections, debugging emulator issues, or reviewing Firebase code. Triggers on "firebase", "firestore", "cloud functions", "emulator", "firebase auth", "deploy to firebase", "firestore rules".

testing-securitytypescriptgo
0
76
Firebase Emulator WorkflowA

Firebase Emulator Suiteの起動・停止・管理ワークフロー。「エミュレーター」「Firebase」「Firestore」「Auth」「ローカル開発」などのキーワードで自動適用。

toolsgoswift
0
76
Firebase Functions TemplatesA

Create production-ready Firebase Cloud Functions with TypeScript, Express integration, HTTP endpoints, background triggers, and scheduled functions. Use when building serverless APIs with Firebase or setting up Cloud Functions projects.

developmenttypescriptgo
0
76
Firebase IntegrationA

Firebase integration for authentication, Firestore database, and real-time data synchronization. Use when working with Firebase services in the LiveMetro app.

developmenttypescripttesting
0
76
Firebase IosA

Firebase SDK documentation for iOS and Swift development, covering authentication, databases, cloud messaging, analytics, and more.

documentationjavascripttypescript
0
76
Firebase MasterA

Comprehensive Firebase skill for TypeScript/Next.js 16 projects. Use when configuring Firebase services (Firestore Client SDK with aggregations/vector search, Authentication, Storage, Cloud Functions v2, FCM push notifications, App Check bot protection), implementing security rules and indexes, troubleshooting Firebase errors, setting up auth providers (email/password, Google Sign-In), configuring VAPID keys for notifications, custom action URLs, reCAPTCHA Enterprise, replay protection, or re...

developmentjavascripttypescript
0
76
Firebase Nextjs Integration StrategiesA

Next.js 14+ App Router integration with Firebase including server/client SDK separation and data fetching patterns. PROACTIVELY activate for: (1) setting up dual SDK architecture for client/server, (2) fetching data in Server Components with Admin SDK, (3) implementing real-time listeners in Client Components. Triggers: "nextjs firebase", "app router", "server client sdk"

developmenttypescriptreact
0
76
Firebase OperationsA

Performs Firebase Firestore operations. Use when querying collections, creating/updating/deleting documents, using batch writes, or working with Timestamps. Includes pagination, transactions, and security rules patterns.

developmenttypescriptapi
0
76
Firebase RulesA

Best practices for interacting with Firebase services, including security and optimization.

developmentbashsecurity
0
76
Firebase Sdk Mosif16 Codex SkillsA

**Overview:** This guide outlines best practices for using Firebase on Apple platforms with Swift and on web/Node platforms with TypeScript. It covers how to set up the SDKs, organize code, handle data efficiently, and ensure security across all supported Firebase services and platforms.

developmenttypescriptrust
0
76
Firebase TestingA

Guide for testing Firebase Admin SDK with Vitest mocks. Use when writing tests that involve Firebase Auth, Firestore, or Firebase App.

testingtypescriptbash
0
76
Firecrawl AgentA

Perform autonomous deep web research using Firecrawl's agent. Searches, navigates, and extracts data from websites without needing URLs. Use when users need web research, company information, competitive analysis, or structured data extraction from the web.

ai-agentspythongo
0
76
Firecrawl ApiA

This skill enables web scraping and content extraction using Firecrawl API directly via curl. Use when scraping web pages, crawling websites, or extracting structured data. MCP server not required.

developmentjavascriptjava
0
76
Firecrawl ResearchA

This skill should be used when the user requests to research topics using FireCrawl, enrich notes with web sources, search and scrape information, or write scientific/academic papers. It extracts research topics from markdown files, creates research documents with scraped sources, generates BibTeX bibliographies from research results, and provides Pandoc/MyST templates for academic writing with citation management.

toolspythonbash
0
76
Firecrawl ScrapeA

Scrape web pages and extract content via Firecrawl MCP

toolspythonbash
0
76
Firecrawl ScraperA

Extract property data from real estate listing URLs using Firecrawl AI. Use when scraping Zillow, Redfin, Realtor.com, or any property listing site. Returns structured data ready for video generation.

developmentjavascripttypescript
0
76
Firecrawl WebA

Fetch web content, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs current web information, asks to scrape a URL, wants a screenshot, needs to extract specific data from a page, or wants to learn about a framework or library.

documentationpythonbash
0
76
FirefliesA

Use when finding meeting transcripts, searching Fireflies recordings, getting action items from calls, or answering 'what was discussed in the meeting' questions

developmentjavascriptpython
0
76
Firefox BookmarksA

Analyze Firefox bookmarks and tags directly from the places.sqlite database. Extract recent bookmarks, analyze tag popularity, find bookmark statistics, and explore bookmark metadata. Use when working with Firefox bookmarks, analyzing bookmark usage, organizing tags, or extracting bookmark data from Firefox profiles.

databasesrubybash
0
76
Firefox DebugA

Integrate Firefox Remote Debugging Protocol (RDP) for development workflows via mcporter.

developmentjavascriptgo
0
76
Firestore Data Modeling PatternsA

Firestore data modeling best practices including subcollections vs root collections, document structure, relationships, query optimization, composite indexes, and atomic operations (transactions vs batches). Keywords: "subcollection", "root collection", "data model", "relationship", "index", "transaction", "batch"

developmenttypescriptgo
0
76
Firestore PatternsA

Firebase Firestore NoSQL patterns, real-time sync ve security rules rehberi.

developmentjavascripttypescript
0
76
Firestore Security Rules GenerationA

Firestore Security Rules patterns for user-scoped access, RBAC with custom claims, multi-tenant isolation, field validation, immutable fields, and testing strategies. Includes rules syntax and best practices. Keywords: "security rules", "rbac", "multi-tenant", "validation", "firestore rules", "access control"

securitytypescriptgo
0
76
Firestore Security RulesA

Write and validate Firestore Security Rules following the project's multi-tenancy Blueprint pattern. Use this skill when implementing collection-level security, Blueprint membership validation, role-based permissions, and data access controls. Ensures rules validate BlueprintMember status, check permissions array, enforce data isolation, and integrate with the three-layer architecture where Security Rules are the first line of defense.

securityjavascripttypescript
0
76
Firestore ServiceA

Guide for creating Firestore services with async operations, transactions, and proper error handling following this project's patterns.

developmentpythongo
0
76
FirewallA

防火墙配置

toolsgobash
0
76
FirmenbuchatA

CLI für den Zugriff auf das österreichische Firmenbuch (HVD WebServices).

toolsgoshell
0
76
Firmographic AnalysisA

Use when interpreting company-level enrichment data to segment accounts, spot buying triggers, and tailor outreach.

data-ai
0
76
Firmware ReviewA

Reviews Rust firmware code for the BVR (Base Vectoring Rover) with focus on safety-critical systems, CAN bus protocol compliance, motor control logic, state machine correctness, and embedded testing patterns. Use when reviewing BVR firmware changes, debugging actuator control, testing motor communication, validating safety mechanisms, checking async patterns, or evaluating control system modifications. Covers watchdog implementation, e-stop handling, rate limiting, VESC motor controller integ...

developmentrustgo
0
76
First Icu StayA

Identify first ICU stays and first hospital admissions in MIMIC-IV for cohort selection. Use to exclude readmissions, create independent observations, or build adult patient cohorts.

databasesgosql
0
76
First Mile Experience DesignA

Optimize the first 30 seconds of a user's journey by designing for the "Lazy, Vain, and Selfish" psychological state. Use this when building onboarding flows, launching new products, or diagnosing high bounce rates at the top of the funnel.

developmentgotesting
0
76
First Order OdesA

Problem-solving strategies for first order odes in odes pdes

documentationpythonbash
0
76
First Principle ThinkingA

Expert methodology for breaking down complex problems into fundamental truths and rebuilding solutions from the ground up. Use when users need breakthrough innovation (not incremental improvement), question industry assumptions, face seemingly impossible problems, want to understand root causes, ask "why does this have to be this way", "rethink from scratch", "reimagine this", request analysis "from first principles", want to challenge conventional wisdom, question everything, or need to deco...

researchgoaws
0
76
First PrinciplesA

設計原則から再考。行き詰まった時に根本から考え直す。前提を疑い、本質的な解決策を探る。トリガー: /first-principles, 原点回帰, 根本から, ゼロベース

developmentreactapi
0
76
First Time User DashboardA

Simulate a first-time CV Dashboard user experience. Tests if documentation enables new users to generate and access the password-protected variant dashboard. Generates UX audit reports.

documentationgobash
0
76
First Time User Ucv CliA

Simulate a first-time UCV-CLI user experience. Tests if documentation enables new users to use the interactive variant management dashboard. Generates UX audit reports with friction points.

toolsgobash
0
76
First Time UserA

Simulate a first-time user experience by following only the documentation. Generates UX audit reports with friction points and recommendations. Use to test documentation quality and create improvement loops.

toolsgobash
0
76
Firstspirit Fs CliA

FirstSpirit CMS template development using fs-cli. Helps set up fs-cli environment, export templates from FirstSpirit server, modify templates with Claude Code, and import changes back to server. Use when working with FirstSpirit templates, CMS development, or when user mentions fs-cli, FirstSpirit, or template synchronization.

developmentgojava
0
76
Firstspirit TemplatingA

This skill provides comprehensive knowledge for templating in the FirstSpirit CMS, specifically focused on SiteArchitect development. This skill should be used when working with FirstSpirit templates including page templates, section templates, format templates, link templates, input components, template syntax, system objects, rules, and workflows. The skill is organized as structured reference documentation with topics covering architecture, template types, syntax, and development practices.

developmentshellexpress
0
76
Fiscalzen SefazA

Integrações SEFAZ (NF-e/CT-e/MDF-e) no padrão FiscalZen: DistDFe, Manifestação e eventos — com certificados A1, SOAP, retry/backoff e persistência no produto.

databasestypescriptgo
0
76
FitbitA

Query Fitbit health data including sleep, heart rate, activity, SpO2, and breathing rate. Use when user asks about their fitness, sleep quality, steps, or health metrics.

toolsbash
0
76
Fitness AnalyzerA

分析运动数据、识别运动模式、评估健身进展,并提供个性化训练建议。支持与慢性病数据的关联分析。

toolsbash
0
76
Founder VideoA

Generate viral short-form video scripts for founder personal brand - hooks, stories, reels

toolsrustgo
0
76
FounderA

Use when validating ideas, sizing markets, building pitch decks, preparing for investors, modeling financials, planning launches, or creating board reports. Auto-activates on fundraising, pitch, investor, TAM/SAM/SOM, unit economics, runway, or board deck tasks.

researchgotesting
0
76
Foundry Iq PyA

Build agentic retrieval solutions with Azure AI Search knowledge bases and Foundry Agent Service using the Python SDK. Use when creating knowledge sources/bases, connecting agents via MCP for RAG, implementing hybrid search with semantic reranking, or building conversational apps with citation support. Covers SearchIndexClient, KnowledgeBaseRetrievalClient, and AIProjectClient.

ai-agentspythongo
0
76
Foundry SetupA

First-time setup for the foundry plugin (plugin:foundry@claude-foundry)

devopspythongit
0
76
Foundry SolidityA

Build and test Solidity smart contracts with Foundry toolkit. Use when developing Ethereum contracts, writing Forge tests, deploying with scripts, or debugging with Cast/Anvil. Triggers on Foundry commands (forge, cast, anvil), Solidity testing, smart contract development, or files like foundry.toml, *.t.sol, *.s.sol.

blockchainbashnode
0
76