スキル一覧に戻る
violetio

woocommerce

by violetio

AI-powered knowledge and agent plugins for Violet, compatible with Claude Code and other AI systems

1🍴 0📅 2026年1月8日
GitHubで見るManusで実行

SKILL.md


name: woocommerce description: WooCommerce API and WordPress integration patterns

WooCommerce Best Practices

WordPress Plugin Dependency

  • WooCommerce plugin must be installed and activated
  • Verify API version compatibility
  • Check for plugin conflicts
  • Test with minimal plugin setup

Authentication

OAuth 1.0a with Consumer Key/Secret:

  • HTTPS required for secure transmission
  • Verify read/write permissions
  • Plan for periodic key rotation

Metadata Management

  • Consistent key naming conventions
  • Proper serialization for complex objects
  • Documentation of custom fields

Product Variations

Handle complex parent-child relationships:

  • Stock tracking per variation
  • Image associations
  • Price variations and modifiers

Tax and Shipping

  • Complex tax calculation with multiple rates
  • Flexible shipping zone configuration
  • Test tax-inclusive vs tax-exclusive pricing

Performance

  • Implement pagination for bulk operations
  • Use filtering to reduce payload size
  • Process webhooks asynchronously
  • Monitor WordPress database performance

Migration Guidelines

Legacy instance-based composers need migration to static methods:

// Target pattern
public class WooCommerceOrderComposer {
  public static WooCommerceOrder composeOrder(TransactableBag bag, MerchantConfiguration config) {
    // Static implementation
  }
}

スコア

総合スコア

45/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です