W
Wordpress技能
blueprint
wordpress
在建立、編輯或檢視 WordPress Playground 的 blueprint JSON 檔案時使用。當提及 blueprints、playground 設定或相關請求時觸發。
official
mcp-php-schema
wordpress
導航並理解 MCP PHP 架構。在實作 MCP 客戶端/伺服器、了解協定型別或尋找適合任務的 DTO 時使用。
official
wordpress-router
wordpress
分類WordPress程式碼庫,並將外掛、主題、區塊及核心檢出導向正確的工作流程。執行自動化專案分類,識別儲存庫類型(外掛、主題、區塊主題、Gutenberg區塊、WP核心)及可用工具。根據使用者意圖與專案類型,輸出分類結果與決策樹路由至特定領域技能。需要儲存庫根目錄存取權限及bash/Node檔案系統操作;部分工作流程需使用WP-CLI。目標為WordPress 6.9+搭配PHP 7.2.24+;...
official
wp-abilities-api
wordpress
WordPress Abilities API 註冊、REST 公開及客戶端使用,適用於 WordPress 6.9+。使用 wp_register_ability() 和 wp_register_ability_category() 在 PHP 中註冊能力與類別,需包含穩定的 ID、標籤及中繼資料。透過設定 meta.show_in_rest: true,將能力經由 /wp-json/wp-abilities/v1/ REST 端點公開給客戶端。使用 @wordpress/abilities 套件在 JavaScript 中存取能力並進行權限檢查。需要 WordPress 6.9+...
official
wp-block-development
wordpress
WordPress 區塊開發(Gutenberg):元資料、註冊、渲染與建置流程。涵蓋區塊建立、block.json 設定、靜態與動態渲染,以及使用 register_block_type_from_metadata() 進行伺服器端 PHP 註冊。強制使用 apiVersion: 3 以相容 WordPress 6.9+,包含 iframe 編輯器支援與樣式隔離。處理屬性序列化、棄用/遷移以避免「無效區塊」錯誤,以及內部區塊組合。包含…
official
wp-block-themes
wordpress
WordPress 區塊佈景主題開發:theme.json、範本、樣式及網站編輯器疑難排解。涵蓋 theme.json 編輯(預設值、設定、各區塊樣式)、範本與範本部分、樣式,以及 WordPress 6.9 以上版本的樣式變化。包含用於偵測佈景主題根目錄與區塊佈景主題結構的篩選腳本,以及建立新佈景主題或轉換傳統佈景主題的引導流程。提供樣式階層問題、使用者自訂覆蓋及網站編輯器相關的除錯工作流程。
official
wp-interactivity-api
wordpress
用於建置或除錯 WordPress Interactivity API 功能(data-wp-* 指令、@wordpress/interactivity store/state/actions、區塊 viewScriptModule…)
official
wp-performance
wordpress
僅限後端的WordPress效能分析與優化,使用WP-CLI、Query Monitor及針對性診斷工具。透過WP-CLI doctor/profile指令、Server-Timing標頭及Query Monitor REST API整合,無需瀏覽器存取即可偵測並衡量效能瓶頸。涵蓋五大優化類別:資料庫查詢減少、自動載入選項清理、物件快取配置、排程任務優化及遠端HTTP呼叫管理。包含安全驗證...
official
wp-phpstan
wordpress
PHPStan 配置、錯誤修復及基線管理,專為 WordPress 專案設計。處理 WordPress 特有的型別模式:包含 WP_REST_Request 的 REST 端點、具備精確 @param 型別的回呼函式、資料庫結果,以及 Action Scheduler 任務引數。透過存根(php-stubs/woocommerce-stubs、php-stubs/acf-pro-stubs)與針對性的忽略模式,管理第三方外掛/主題的類別解析。提供確定性的 PHPStan 偵測、配置驗證、基線...
official
wp-playground
wordpress
在瀏覽器或本地端透過 CLI 快速建立可拋棄式 WordPress 實例,具備自動掛載、版本切換及 Xdebug 除錯功能。在 WebAssembly 中搭配 SQLite 啟動臨時 WordPress 網站;支援 WordPress 6.9+ 與 PHP 7.2.24+,可快速切換版本進行相容性測試。CLI 指令包含 server(自動掛載外掛/佈景主題)、run-blueprint(腳本化設定)及 build-snapshot(可分享的 ZIP 匯出),需透過 Node.js 20.18+ 執行。自動偵測並掛載本機外掛或佈景主題程式碼;...
official
wp-plugin-development
wordpress
We need to translate the given text from English to Traditional Chinese. The text describes a WordPress plugin development workflow. We must preserve the name "wp-plugin-development" but it's not in the text, so ignore. Preserve technical terms like WordPress, hooks/actions/filters, Settings API, $wpdb->prepare(), etc. No extra commentary. Just translate the text. The text: "Complete WordPress plugin development workflow from architecture through security and release packaging. Covers plugin structure, hooks/actions/filters, activation/deactivation/uninstall lifecycle, and Settings API for admin UI and options management Includes mandatory security baseline: input validation/sanitization, nonces, capability checks, and parameterized SQL queries via $wpdb->prepare() Supports data storage patterns, cron task setup with idempotency, and schema migrations with..." Note: The text ends with "with..." so it's incomplete. We'll translate as is. Translation: 完整的WordPress外掛開發工作流程,從架構到安全性與發佈打包。涵蓋外掛結構、鉤子
official
wp-plugin-directory-guidelines
wordpress
在審查WordPress外掛是否符合GPL規範、檢查授權標頭或相容性、評估追加銷售/免費增值/試用軟體模式、驗證…時使用。
official
wp-project-triage
wordpress
確定性WordPress倉庫檢查,輸出結構化JSON以引導工作流程。偵測專案類型(外掛、主題、區塊主題、WP核心、Gutenberg、完整網站),並輸出包含工具、測試及版本提示的結構化JSON報告。透過儲存庫根目錄的Node.js偵測腳本執行;輸出project.kind、signals及tooling欄位以引導後續工作流程。識別PHP/Node工具及測試框架的存在,以告知應使用的指令與慣例...
official
wp-rest-api
wordpress
We need to translate the given text from English to Traditional Chinese. The text describes a skill related to WordPress REST API. We must preserve the name "wp-rest-api" if it appears, but it does not appear in the text. So we just translate the text. No extra commentary, no labels. Output only the translation. The text: "Register, validate, and debug WordPress REST API endpoints with schema enforcement and permission controls. Covers route registration via register_rest_route() and WP_REST_Controller subclasses, custom field exposure through register_rest_field and meta registration, and CPT/taxonomy REST exposure via show_in_rest Enforces schema validation, argument sanitization, and permission callbacks; supports cookie + nonce, application passwords, and custom auth plugins Includes triage workflow to..." We need to translate accurately. Note: "CPT" is Custom Post Type, "taxonomy" is taxonomy. "show_in_rest" is a parameter. "cookie + nonce" should be kept as is or translated? Probably keep as technical terms. "application
official
wp-wpcli-and-ops
wordpress
透過WP-CLI進行WordPress操作與自動化,支援安全搜尋取代、資料庫管理及多站點功能。涵蓋網域遷移的搜尋取代、資料庫匯出/匯入、外掛/主題/使用者管理、排程檢查與快取清除。內建防護機制:環境確認、試跑驗證及破壞性操作前的備份流程。支援多站點操作,可針對特定站點(--url)或全網路(--network)執行。啟用...
official
wpds
wordpress
在構建利用WordPress設計系統(WPDS)及其組件、標記、模式等的用戶界面時使用。
official