💼

E-commerce

653 skills in Business > E-commerce

seo-2025-expert

Modern Search Engine Optimization with GEO, AI Overviews optimization, and industry-specific strategies for E-commerce, SaaS, Healthcare, Real Estate, Restaurant, Law Firm, Finance, Travel, and Education industries

PPmai/SAO-AuditorTypeScript
0
0
업데이트 1w ago

firebase-deployer

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.

majiayu000/claude-skill-registry
0
0
업데이트 1w ago

backend-queries

Write efficient and secure database queries following best practices for SQL injection prevention, N+1 query optimization, and performance for PostgreSQL (Bun.sql, Prisma, Supabase) and Firestore. Use this skill when writing or modifying database queries, implementing data fetching logic, working with ORMs (Prisma, TypeORM, Entity Framework), using Bun.sql native driver, querying Firestore collections, or implementing caching strategies. Apply when working on service files (services/*.ts, repositories/*.ts, *Service.cs), query builder implementations, data access layers, or any code that fetches or manipulates data. This skill ensures parameterized queries to prevent SQL injection (never interpolate user input), eager loading to prevent N+1 problems, selective column fetching (no SELECT *), strategic indexing on WHERE/JOIN/ORDER BY columns, transactions for related operations, query timeouts for performance, caching expensive queries, prepared statements with Bun.sql for repeated queries, and query-driven mod

majiayu000/claude-skill-registry
0
0
업데이트 1w ago

flow-resume

Resume interrupted flow:work session from last checkpoint. Reads flow-progress.txt to restore context and continue work.

Gitmaxd/flowfactory
0
0
업데이트 1w ago

violetconnect-shopify

Marketplace

Shopify OAuth integration patterns for VioletConnect merchant onboarding

violetio/violet-ai-plugins
0
0
업데이트 1w ago

store

Generates src/store/index.ts with Vuex store configuration and namespaced modules for state management.

sayali-ingle-pdl/adusa-ai-vuejs-app-template
0
0
업데이트 1w ago

manage-campaign

Retrieve and manage advertising campaign state throughout the campaign lifecycle. Use when checking campaign status, retrieving campaign data by ID, understanding campaign completion progress, or determining next steps in the campaign workflow. Triggers on requests to get campaign details, check campaign status, view campaign progress, or retrieve stored campaign data.

feed-mob/feedmob-adpilot-mcp
0
0
업데이트 1w ago

storekit

Marketplace

Use when implementing in-app purchases, StoreKit 2 subscriptions, consumables, non-consumables, or transaction handling. Covers testing-first workflow with .storekit configuration, StoreManager architecture, and transaction verification.

johnrogers/claude-swift-engineering
0
0
업데이트 1w ago

concierge

Expert assistant for provisioning charm development and testing environments using concierge. Use when setting up development machines, bootstrapping Juju controllers, installing craft tools (charmcraft, snapcraft, rockcraft), or preparing test environments. Keywords include concierge, provision, development environment, Juju bootstrap, LXD, MicroK8s, K8s, craft tools, prepare, restore.

tonyandrewmeyer/charming-with-claude
0
0
업데이트 1w ago

kroger-cli-reference

Complete reference guide for using the Kroger CLI to search products, manage your cart, and automate grocery shopping at King Sooppers. Use this when you need to understand Kroger CLI commands, syntax, best practices for product selection, or troubleshoot Kroger operations.

cschneid/kroger-cli
0
0
업데이트 1w ago

maceff-agent-backup

USE when preparing to backup agent consciousness, planning consciousness transplant to new system, or restoring from backup archive. Extracts policy guidance for strategic backup triggers, cross-OS migration, virgin system restore, and safety protocols.

cversek/MacEff
0
0
업데이트 1w ago

config-management

Marketplace

Validate config at startup, secrets in memory only. Never read config during requests, never store secrets in env vars. Use node-env-resolver for multi-source config.

jagreehal/jagreehal-claude-skills
0
0
업데이트 1w ago

ui-ux-pro-max

UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.

hungtrandigital/ResidentOne
0
0
업데이트 1w ago

backing-up-cips-infrastructure

Creates tiered CIPS backups (quick/full/complete) and restores with conflict handling. Use when invoking /backup-cips, before upgrades, or for disaster recovery.

CodeTonight-SA/cips
0
0
업데이트 1w ago

gcp-troubleshoot

Marketplace

Troubleshoot GCP services using tool-first access (via MCP when available), falling back to the CLI only when necessary. Focus on Firestore, Cloud Run, networking, load balancers, IAM, Pub/Sub, Cloud SQL, and Storage.

timbuchinger/loadout
0
0
업데이트 1w ago

mobx-state-tree-store-builder

Automates creation of MobX State Tree stores following Purrsuit Mobile App patterns for domain models, collections, and root store integration. Use when creating new MST stores, models, or extending existing store functionality with proper TypeScript typing, actions, views, and integration patterns.

majiayu000/claude-skill-registry
0
0
업데이트 1w ago

inbox-assistant

Manage Gmail inbox with AI-powered triage, cleanup, and restore. Use when the user mentions inbox, email triage, clean inbox, email cleanup, check email, email summary, delete emails, manage inbox, or wants to organize their email.

dparedesi/agent-global-skills
0
1
업데이트 1w ago

nanostores

Marketplace

Manages state with Nanostores using atoms, maps, computed stores, and framework integrations. Use when building framework-agnostic state, sharing state between islands/components, or needing tiny bundle size.

mgd34msu/goodvibes-plugin
0
0
업데이트 1w ago

dapr-validator

Validate Dapr component configs, sidecar annotations, and mTLS settings. Use when: (1) Creating Dapr Component manifests, (2) Adding Dapr annotations to deployments, (3) Configuring pub/sub, state stores, or bindings, (4) Before deploying Dapr-enabled applications, (5) Generating new Dapr components. Validates secrets management (secretKeyRef), scopes, mTLS, sidecar resource limits, and namespace configuration.

majiayu000/claude-skill-registry
0
0
업데이트 1w ago

zustand-state-management

Production-tested setup for Zustand state management in React applications with TypeScript.This skill provides comprehensive patterns for building scalable, type-safe global state.Use when: setting up global state in React, migrating from Redux or Context API, implementingstate persistence with localStorage, configuring TypeScript with Zustand, using slices patternfor modular stores, adding devtools middleware for debugging, handling Next.js SSR hydration,or encountering hydration errors, TypeScript inference issues, or persist middleware problems.Prevents 5 documented issues: Next.js hydration mismatches, TypeScript double parenthesessyntax errors, persist middleware export errors, infinite render loops, and slices patterntype inference failures.Keywords: zustand, state management, React state, TypeScript state, persist middleware,devtools, slices pattern, global state, React hooks, create store, useBoundStore,StateCreator, hydration error, text content mismatch, infinite render, localStorage,

Hieubkav/wincellarCloneBackend
0
0
업데이트 1w ago