💼

E-commerce

653 skills in Business > E-commerce

changelog-generator

Automatically generate user-friendly changelogs from git commit history. Use when preparing release notes, documenting changes for stakeholders, or creating app store descriptions.

Euda1mon1a/Autonomous-Assignment-Program-Manager
2
0
업데이트 1w ago

datadog-entity-generator

Generate exhaustively complete and accurate Datadog Software Catalog entity YAML files (v3 schema) by examining project source code and interviewing engineers. Use when engineers need to create or update entity.datadog.yaml files for services, datastores, queues, APIs, or systems. Triggers include: "create entity yaml", "generate service catalog entry", "document this project in datadog", "create service definition", "add to software catalog", or any request involving Datadog entity/service documentation. Supports all v3 entity kinds: service, datastore, queue, api, system. Fetches existing Datadog data via API. Validates against official JSON schema. Merges with existing definitions. Outputs to .datadog/ directory.

zircote/.claude
2
2
업데이트 1w ago

generating-database-documentation

Marketplace

This skill enables Claude to automatically generate comprehensive documentation for existing database schemas using the database-documentation-gen plugin. It is triggered when the user requests database documentation, ERD diagrams, or a data dictionary. The plugin supports multiple database engines and generates documentation that includes ERD diagrams, table relationships, column descriptions, indexes, triggers, stored procedures, and interactive HTML documentation. Use this skill when you need to document existing database schemas for team onboarding, architectural reviews, or data governance purposes. The trigger terms include "database documentation", "ERD diagram", "data dictionary", and `/db-docs`.

jeremylongshore/claude-code-plugins-nixtla
2
0
업데이트 1w ago

electron-distribution

Electronアプリケーションの配布・自動更新に関する専門知識を提供するスキル。electron-builder/electron-updaterによるビルド・署名・更新配信、CI/CDリリースフロー、各種アプリストア(MAS/Microsoft Store/Snapcraft)への配布を支援する。Anchors:• electron-builder / 適用: ビルド・署名・パッケージング / 目的: 配布可能なアプリ作成• electron-updater / 適用: 自動更新機能 / 目的: セキュアな更新配信• Semantic Versioning / 適用: バージョン管理 / 目的: 一貫したリリース戦略Trigger:Use when implementing auto-update features, configuring release workflows, distributing to app stores, or setting up update servers for Electron applications.electron-updater, auto-update, app store, code signing, release workflow, MAS, Microsoft Store

daishiman/AIWorkflowOrchestrator
2
0
업데이트 1w ago

event-driven

Event-driven architecture patterns including message queues, pub/sub, event sourcing, CQRS, and sagas. Use when implementing async messaging, distributed transactions, event stores, command query separation, RabbitMQ, Kafka, SQS, or NATS integration.

cosmix/claude-code-setup
2
0
업데이트 1w ago

angular-store

Use when implementing state management with PlatformVmStore for complex components requiring reactive state, effects, and selectors.

duc01226/EasyPlatform
2
0
업데이트 1w ago

domain-event-patterns

ドメインイベントパターンを使用して、ビジネスドメイン内で発生した重要な出来事をモデル化・永続化・伝播するスキル。イベントソーシング、CQRS、イベント駆動アーキテクチャの実装をサポートする。Anchors:• Domain-Driven Design (Eric Evans) / 適用: ドメインイベント設計 / 目的: ビジネス上の重要な出来事の捕捉• Implementing DDD (Vaughn Vernon) / 適用: イベントストア実装 / 目的: イベント永続化パターン• CQRS/Event Sourcing (Greg Young) / 適用: 状態再構築 / 目的: イベントストリームからの状態復元Trigger:Use when designing domain events, implementing event sourcing, building event-driven architecture, modeling state changes as events, implementing CQRS patterns, creating event stores.domain event, event sourcing, CQRS, event-driven, event store, event handler

daishiman/AIWorkflowOrchestrator
2
0
업데이트 1w ago

angular-store

Use when implementing state management with PlatformVmStore for complex components requiring reactive state, effects, and selectors.

duc01226/EasyPlatform
2
0
업데이트 1w ago

firestore-service

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

janisto/fastapi-playground
2
0
업데이트 1w ago

generating-end-to-end-tests

Marketplace

This skill enables Claude to generate end-to-end (E2E) tests for web applications. It leverages Playwright, Cypress, or Selenium to automate browser interactions and validate user workflows. Use this skill when the user requests to "create E2E tests", "generate end-to-end tests", or asks for help with "browser-based testing". The skill is particularly useful for testing user registration, login flows, shopping cart functionality, and other multi-step processes within a web application. It supports cross-browser testing and can be used to verify the responsiveness of web applications on different devices.

jeremylongshore/claude-code-plugins-nixtla
2
0
업데이트 1w ago

context-preserver

Automatically save and restore development context to minimize cognitive load when resuming work. Use when switching tasks, taking breaks, or returning after interruptions. Captures mental state, file locations, and next steps. Designed for ADHD developers with high context-switching costs.

daffy0208/ai-dev-standards
2
5
업데이트 1w ago

design-review

Design audits and submission preparation. Use when reviewing designs for quality, checking accessibility compliance, or preparing for App Store submission.

mpazaryna/claude-toolkit
2
1
업데이트 1w ago

scanning-for-xss-vulnerabilities

Marketplace

This skill enables Claude to automatically scan for XSS (Cross-Site Scripting) vulnerabilities in code. It is triggered when the user requests to "scan for XSS vulnerabilities", "check for XSS", or uses the command "/xss". The skill identifies reflected, stored, and DOM-based XSS vulnerabilities. It analyzes HTML, JavaScript, CSS, and URL contexts to detect potential exploits and suggests safe proof-of-concept payloads. This skill is best used during code review, security audits, and before deploying web applications to production.

jeremylongshore/claude-code-plugins-nixtla
2
0
업데이트 1w ago

file-exclusion-patterns

ファイル監視システムにおける効率的な除外パターン設計の専門知識。.gitignore互換のglob pattern、プラットフォーム固有の一時ファイル除外、パフォーマンス最適化のための早期除外戦略を提供。Anchors:• The Pragmatic Programmer / 適用: ファイル監視・パターン設計 / 目的: 実用的な除外戦略とglob構文の習得• Software Engineering at Google / 適用: パフォーマンス最適化・クロスプラットフォーム対応 / 目的: 早期除外戦略とOS間の統一設定• Refactoring / 適用: パターンの保守性 / 目的: 重複を排除し明確な意図を持つ設計Trigger:Use when designing file exclusion patterns, optimizing .gitignore files, improving file watching performance, or implementing cross-platform exclusion rules.Keywords: gitignore, glob pattern, file watching, chokidar, build optimization, node_modules, platform-specific, .DS_Store, Thumbs.db, performance tuning

daishiman/AIWorkflowOrchestrator
2
0
업데이트 1w ago

generating-database-documentation

Marketplace

This skill enables Claude to automatically generate comprehensive documentation for existing database schemas using the database-documentation-gen plugin. It is triggered when the user requests database documentation, ERD diagrams, or a data dictionary. The plugin supports multiple database engines and generates documentation that includes ERD diagrams, table relationships, column descriptions, indexes, triggers, stored procedures, and interactive HTML documentation. Use this skill when you need to document existing database schemas for team onboarding, architectural reviews, or data governance purposes. The trigger terms include "database documentation", "ERD diagram", "data dictionary", and `/db-docs`.

jeremylongshore/claude-code-plugins-nixtla
2
0
업데이트 1w ago

generating-end-to-end-tests

Marketplace

This skill enables Claude to generate end-to-end (E2E) tests for web applications. It leverages Playwright, Cypress, or Selenium to automate browser interactions and validate user workflows. Use this skill when the user requests to "create E2E tests", "generate end-to-end tests", or asks for help with "browser-based testing". The skill is particularly useful for testing user registration, login flows, shopping cart functionality, and other multi-step processes within a web application. It supports cross-browser testing and can be used to verify the responsiveness of web applications on different devices.

jeremylongshore/claude-code-plugins-nixtla
2
0
업데이트 1w ago

automating-database-backups

Marketplace

This skill automates database backups using the database-backup-automator plugin. It creates scripts for scheduled backups, compression, encryption, and restore procedures across PostgreSQL, MySQL, MongoDB, and SQLite. Use this when the user requests database backup automation, disaster recovery planning, setting up backup schedules, or creating restore procedures. The skill is triggered by phrases like "create database backup", "automate database backups", "setup backup schedule", or "generate restore procedure".

jeremylongshore/claude-code-plugins-nixtla
2
0
업데이트 1w ago

scanning-for-xss-vulnerabilities

Marketplace

This skill enables Claude to automatically scan for XSS (Cross-Site Scripting) vulnerabilities in code. It is triggered when the user requests to "scan for XSS vulnerabilities", "check for XSS", or uses the command "/xss". The skill identifies reflected, stored, and DOM-based XSS vulnerabilities. It analyzes HTML, JavaScript, CSS, and URL contexts to detect potential exploits and suggests safe proof-of-concept payloads. This skill is best used during code review, security audits, and before deploying web applications to production.

jeremylongshore/claude-code-plugins-nixtla
2
0
업데이트 1w ago

pragmatic-engineering

Use when planning features, reviewing code, or making architectural decisions. Applies principles from Musk, Valve, Spotify, Shopify, 37 Signals to ensure pragmatic, ship-focused development.

heyJordanParker/dotfiles
2
1
업데이트 1w ago

bel-show-crm-file

This skill should be used when the user wants to view, display, or show a file stored in the CRM database. This is an orchestration skill that combines downloading from the database and opening with the OS default application. Triggers on requests like "show me the contract from CRM", "display the image from the database", "view the PDF for company X", or "open the attachment from the database".

bennoloeffler/bassi
2
0
업데이트 1w ago