💼

電子商務

653 skills in 商業 > 電子商務

id-generator

Generate task (T####) and report (R####) IDs with rich metadata tracking. Stores creation date, source document, type, and notes for every ID. State in .claude/state/task-streams/id-generator.json (gitignored). Auto-initializes. (project, gitignored)

nathanvale/dotfiles
0
0
更新於 6d ago

developing-llamaindex-systems

Production-grade agentic system development with LlamaIndex in Python. Covers semantic ingestion (SemanticSplitterNodeParser, CodeSplitter, IngestionPipeline), retrieval strategies (BM25Retriever, hybrid search, alpha weighting), PropertyGraphIndex with graph stores (Neo4j), context RAG (RouterQueryEngine, SubQuestionQueryEngine, LLMRerank), agentic orchestration (ReAct, Workflows, FunctionTool), and observability (Arize Phoenix). Use when asked to "build a LlamaIndex agent", "set up semantic chunking", "index source code", "implement hybrid search", "create a knowledge graph with LlamaIndex", "implement query routing", "debug RAG pipeline", "add Phoenix observability", or "create an event-driven workflow". Triggers on "PropertyGraphIndex", "SemanticSplitterNodeParser", "CodeSplitter", "BM25Retriever", "hybrid search", "ReAct agent", "Workflow pattern", "LLMRerank", "Text-to-Cypher".

majiayu000/claude-skill-registry
0
0
更新於 6d ago

1password

Securely retrieve secrets from 1Password using the 'op' CLI tool without displaying sensitive information. Use when working with API keys, tokens, passwords, SSH keys, database credentials, or any secrets stored in 1Password. All secret values are stored only in environment variables and NEVER displayed in output or context.

qnimbus/dotfiles
0
0
更新於 6d ago

jhack

Expert assistant for Juju charm development using jhack utilities. Use when debugging charms, inspecting relations, syncing code, replaying events, testing scenarios, or performing rapid development iterations. Keywords include jhack, Juju debugging, charm testing, relation inspection, event replay, sync, tail, fire, show-relation, show-stored.

tonyandrewmeyer/charming-with-claude
0
0
更新於 6d ago

shopify-expert

Comprehensive Shopify development expert with access to 24 official documentation files covering APIs (GraphQL Admin, Storefront, REST), app development, themes, Liquid, Hydrogen, checkout, extensions, webhooks, Functions, CLI, subscriptions, payments, and all platform features. Invoke when user mentions Shopify, e-commerce, online store, product management, orders, checkout, themes, or headless commerce.

MEDICALCOR/medicalcor-core
0
0
更新於 6d ago

github-auth

Securely authenticate with GitHub using stored credentials for API operations and git commands

majiayu000/claude-skill-registry
0
0
更新於 6d ago

hypr-concierge

Personal theme concierge for Hyprland desktop environments. Use when user wants to (1) change desktop theme/colors, (2) apply preset themes (Catppuccin/Dracula/Nord/Gruvbox/Rose Pine/Kanagawa/Tokyo Night), (3) create custom themes from mood/aesthetic descriptions, (4) create themes inspired by movies/art/feelings, (5) get theme recommendations based on mood, (6) learn what themes look/feel like, (7) save/restore/switch themes, (8) manage which apps get themed, or (9) find/change wallpapers. Triggers: "change theme", "apply catppuccin", "I want something cozy", "create a Hackers theme", "describe the themes", "what feels like...", "save my theme", "find wallpapers", "change wallpaper", "theme concierge".

majiayu000/claude-skill-registry
0
0
更新於 6d ago

ai-dev-guidelines

Comprehensive AI/ML development guide for LangChain, LangGraph, and ML model integration in FastAPI. Use when building LLM applications, agents, RAG systems, sentiment analysis, aspect-based analysis, chain orchestration, prompt engineering, vector stores, embeddings, or integrating ML models with FastAPI endpoints. Covers LangChain patterns, LangGraph state machines, model deployment, API integration, streaming, error handling, and best practices.

majiayu000/claude-skill-registry
0
0
更新於 6d ago

error-learner

**AUTO-TRIGGER:** Invoked by yolo1 skill after every commit to analyze session errors.Analyzes the current session for error patterns, researches solutions, and either:1. Updates knowledge files immediately (if pattern repeats 2+ times in session)2. Stores findings for cross-session tracking (if one-off error)On subsequent invocations, checks for cross-session patterns and promotes findings to knowledge.

majiayu000/claude-skill-registry
0
0
更新於 6d ago

testing

Generates test files and testing utilities for Vue 3 applications. Ensures mandatory .spec.ts files are created alongside components, views, stores, directives, and utilities.

sayali-ingle-pdl/adusa-ai-vuejs-app-template
0
0
更新於 6d ago

nestmind-marketing

Marketing strategy and copywriting guidance for NestMind, a privacy-first iOS knowledge management app. Use when creating website copy, landing pages, App Store descriptions, marketing materials, social media content, or any promotional content for NestMind. Covers positioning, messaging hierarchy, differentiation, and conversion optimization.

majiayu000/claude-skill-registry
0
0
更新於 6d ago

android-production

Testing, performance optimization, security, and Play Store deployment. Use when shipping production apps.

pluginagentmarketplace/custom-plugin-android
0
0
更新於 6d ago

gatsby

Marketplace

Builds static and hybrid sites with Gatsby, React, and GraphQL data layer. Use when creating content-heavy websites, blogs, e-commerce storefronts, or when user mentions Gatsby, static site generation with React, or GraphQL-powered sites.

mgd34msu/goodvibes-plugin
0
0
更新於 6d ago

memory

Marketplace

Memory system with three MCP tools: mcp__plugin_kg_kodegen__memory_list_libraries (discover namespaces), mcp__plugin_kg_kodegen__memory_memorize (store with embeddings), mcp__plugin_kg_kodegen__memory_recall (semantic search). Use for storing/retrieving knowledge by meaning. WHEN: User says "remember this", "recall", "what did I save", "my notes", "find my knowledge about". WHEN NOT: File operations (use fs_*), exact keyword search (use fs_search).

cyrup-ai/kodegen-claude-plugin
0
0
更新於 6d ago

decision-documentation

Capture important decisions made during Claude Code sessions and store them in searchable, structured format for future reference. Automatically triggers on decision keywords or manual request.

iwo-szapar/second-brain-shaun
0
0
更新於 6d ago

hfskill

Comprehensive toolkit for interacting with Hugging Face Spaces. Use this skill when working with Hugging Face Spaces - listing spaces, retrieving space information, managing space runtime (restart/pause), checking space status, or any other Space-related operations. Requires Hugging Face access token stored in HF_TOKEN or HUGGINGFACE_TOKEN environment variable for write operations.

majiayu000/claude-skill-registry
0
0
更新於 6d ago

object-store-best-practices

Marketplace

Ensures proper cloud storage operations with retry logic, error handling, streaming, and efficient I/O patterns. Activates when users work with object_store for S3, Azure, or GCS operations.

EmilLindfors/claude-marketplace
0
0
更新於 6d ago

mobile-development

Build modern mobile applications with React Native, Flutter, Swift/SwiftUI, and Kotlin/Jetpack Compose. Covers mobile-first design principles, performance optimization (battery, memory, network), offline-first architecture, platform-specific guidelines (iOS HIG, Material Design), testing strategies, security best practices, accessibility, app store deployment, and mobile development mindset. Use when building mobile apps, implementing mobile UX patterns, optimizing for mobile constraints, or making native vs cross-platform decisions.

htlabs-xyz/htlabs
0
0
更新於 6d ago

seo-title-generator

Gera titulos SEO-otimizados para e-commerce usando a formula ZERO-connector

GatoaoCubo/codexa-core
0
0
更新於 6d ago

openwebf-security

Marketplace

DEPRECATED umbrella Skill (backward compatibility). Use only for cross-cutting security reviews spanning remote content + XSS/sanitization + store compliance. Prefer focused openwebf-security-* Skills.

archview-ai/webf-plugin
0
0
更新於 6d ago