スキル一覧に戻る
sattip

xstore-theme-options

by sattip

Context7-style instructions for Claude Code to configure XStore theme and create WPBakery pages via WordPress database operations

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

SKILL.md


name: xstore-theme-options description: Configure XStore WordPress theme options via WP-CLI. Use when setting brand colors, typography, layout, buttons, breadcrumbs, or WooCommerce settings for XStore theme. allowed-tools: Read, Bash, Grep, Glob

XStore Theme Options Configuration

Configure XStore theme options via WP-CLI commands.

Instructions

When this skill is invoked, help the user configure XStore theme options.

Reference Documentation

Read the theme options reference from THEME_OPTIONS.md in this repository for complete option list.

Common Tasks

Set Brand Colors:

wp option patch update theme_mods_xstore-child activecol '#ff7eb9'
wp option patch update theme_mods_xstore-child light_buttons_bg '{"regular":"#ff7eb9","hover":"#ff65a3"}'
wp option patch update theme_mods_xstore-child light_buttons_color '{"regular":"#ffffff","hover":"#ffffff"}'

Set Typography:

wp option patch update theme_mods_xstore-child sfont '{"font-family":"Manrope-Regular","font-size":"17px","line-height":"1.6"}'
wp option patch update theme_mods_xstore-child headings '{"font-family":"Manrope-SemiBold","font-weight":700}'

Set Layout:

wp option patch update theme_mods_xstore-child main_layout 'wide'
wp option patch update theme_mods_xstore-child site_width 1170

Set WooCommerce Options:

wp option patch update theme_mods_xstore-child products_per_page 12
wp option patch update theme_mods_xstore-child grid_sidebar 'left'
wp option patch update theme_mods_xstore-child product_view 'default'

Workflow

  1. Ask the user what theme options they want to configure
  2. Reference THEME_OPTIONS.md for available options and valid values
  3. Generate the appropriate WP-CLI commands
  4. Execute commands via SSH or provide them for manual execution
  5. Remind user to clear cache: wp cache flush

Important Notes

  • Always backup before changes: wp db export backup.sql
  • Clear cache after changes: wp cache flush && wp transient delete --all
  • Use JSON format for complex options (typography, colors with states)
  • Colors use hex format: #ff7eb9

スコア

総合スコア

55/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

0/5
タグ

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

0/5

レビュー

💬

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