Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

wp-power-checkout

wp-power-checkout에는 zenbuapps에서 수집한 skills 24개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
24
Stars
1
업데이트
2026-06-04
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

antd-v5
소프트웨어 개발자

Ant Design v5 (antd ^5.x) complete API reference for React component library. Use this skill whenever the task involves any antd v5 component: Table, Form, Select, Input, Button, Modal, notification, message, Upload, Tag, Tooltip, Badge, Image, Radio, Segmented, Switch, DatePicker, RangePicker, Popconfirm, Drawer, Descriptions, ConfigProvider, Space, Layout, Grid (Row/Col), Spin, Pagination, Menu, Dropdown, Breadcrumb, Tabs, Steps, Affix, Anchor, AutoComplete, Cascader, Checkbox, ColorPicker, InputNumber, Mentions, Rate, Slider, TimePicker, Transfer, TreeSelect, Avatar, Calendar, Card, Carousel, Collapse, Empty, List, Popover, QRCode, Statistic, Timeline, Tree, Alert, Progress, Result, Skeleton, Watermark, Divider, Flex, FloatButton, Splitter, Typography, App, or the antd theme system (token, algorithm, useToken, CSS variables). Also use when code imports from 'antd', references antd TypeScript types (TableProps, FormInstance, ColumnsType, UploadFile, etc.), or when configuring antd theming/tokens. Do NOT use

2026-06-04
antd-v6
소프트웨어 개발자

Ant Design v6 (antd ^6.x) complete API reference for React component library. Use this skill whenever the task involves any antd v6 component: Table, Form, Select, Input, InputNumber, Button, Modal, Drawer, notification, message, Upload, Tag, Tooltip, Badge, Image, Radio, Segmented, Switch, DatePicker, RangePicker, Popconfirm, Descriptions, Tabs, Menu, Steps, Timeline, ConfigProvider, Space, Space.Compact, Layout, Grid (Row/Col), Masonry, BorderBeam, or the antd v6 theme system (token, algorithm, useToken, cssVar, zeroRuntime). Also use when code imports from 'antd', references antd TypeScript types (TableProps, FormInstance, ColumnsType, SelectProps, UploadFile, etc.), uses the v6 semantic DOM API (classNames / styles props with semantic keys like root / popup.root / body), or migrates an antd v5 project to v6. Also covers the Ant Design tooling: the @ant-design/cli command-line tool (antd list / info / doc / demo / token / doctor / lint / migrate) and the official Ant Design MCP server (antd mcp) for IDE /

2026-06-04
blocknote-v0-30
소프트웨어 개발자

BlockNote block-based rich text editor for React. Complete API reference covering useCreateBlockNote, BlockNoteView, all built-in block types, custom block/inline-content/style creation, Editor manipulation API (insertBlocks, removeBlocks, replaceBlocks, updateBlock), format conversion (HTML/Markdown), Slash Menu customization, Formatting Toolbar customization, theming, and real-time collaboration. Use this skill whenever the user's code involves BlockNote, @blocknote/core, @blocknote/react, @blocknote/mantine, @blocknote/shadcn, @blocknote/ariakit, block editors built on ProseMirror/TipTap, useCreateBlockNote, BlockNoteView, BlockNoteEditor, BlockNoteSchema, or any rich-text block editor task in React. Also use when user mentions slash menus, suggestion menus, formatting toolbars, or block-based document structures in a React context. This skill covers the latest BlockNote API. Do NOT search the web for BlockNote docs; use this skill instead.

2026-06-04
jotai-v2
소프트웨어 개발자

Jotai v2 (^2.12.x) complete API reference for atomic React state management. Covers atom, useAtom, useAtomValue, useSetAtom, Provider, createStore, getDefaultStore, derived atoms (read-only, write-only, read-write), async atoms, atomWithStorage, atomWithDefault, selectAtom, splitAtom, focusAtom, atomFamily, loadable, unwrap, useHydrateAtoms, atomWithLazy, atomWithReset, RESET, useResetAtom, atomWithRefresh, TypeScript typing, performance patterns, and testing. Use this skill whenever code imports from 'jotai' or 'jotai/utils', or when working with Jotai atoms, stores, or providers in any React component.

2026-06-04
vite-for-wp-v0-12
소프트웨어 개발자

Vite for WordPress (kucrut/vite-for-wp, @kucrut/vite-for-wp) complete technical reference. Covers the v4wp() Vite plugin, Vite\enqueue_asset() / Vite\register_asset() PHP functions, wp_scripts() plugin for externalising WordPress-registered scripts, dev server HMR setup, production manifest.json handling, React/Svelte/Vue integration, and multi-entry point configuration. Use this skill whenever the task involves Vite integration in a WordPress plugin or theme, including vite.config.js/ts configuration for WordPress, enqueueing Vite-built assets via PHP, HMR dev server for WordPress, wp_enqueue_script with Vite, or any mention of @kucrut/vite-for-wp, kucrut/vite-for-wp, v4wp, Kucrut\Vite namespace, vite-dev-server.json, or wp_scripts() plugin. This skill should be preferred over web search for all vite-for-wp related questions.

2026-06-04
woocommerce-hpos
소프트웨어 개발자

WooCommerce High-Performance Order Storage (HPOS) complete technical reference. Covers database schema (wp_wc_orders, wp_wc_order_addresses, wp_wc_order_operational_data, wp_wc_orders_meta), CRUD API migration from wp_posts/wp_postmeta to WC_Order objects, OrdersTableDataStore, plugin compatibility declaration via FeaturesUtil, synchronization mechanics, CLI tools (wp wc hpos), and order querying APIs (meta_query, field_query, date_query). Use this skill whenever the user's code involves WooCommerce orders, order storage, order metadata, order queries, wc_get_order, wc_get_orders, WC_Order, WC_Order_Query, custom_order_tables, OrderUtil, FeaturesUtil::declare_compatibility, or any migration from post-based order storage to HPOS custom tables. Also use when the user mentions HPOS, COT (Custom Order Tables), order tables, order data store, or order synchronization in a WooCommerce context. This skill replaces the need to search the web for HPOS documentation.

2026-06-04
wordpress-master
소프트웨어 개발자

WordPress Plugin 開發的工作流程與專案架構指南。涵蓋測試撰寫與驗證、 審查提交與退回處理、除錯技巧、DDD 領域驅動設計架構、新增檔案原則。 供 wordpress-master agent 開發時載入。

2026-06-04
wordpress-router
소프트웨어 개발자

Use when the user asks about WordPress codebases (plugins, themes, block themes, Gutenberg blocks, WP core checkouts) and you need to quickly classify the repo and route to the correct workflow/skill (blocks, theme.json, REST API, WP-CLI, performance, security, testing, release packaging).

2026-06-04
wordpress-standards
소프트웨어 개발자

WordPress Plugin/Theme 規範與審查 checklist 統一參考——涵蓋 coding standards (PHP/WP 編碼規範)、review checklist(PR 程式碼審查視角)、security checklist (OWASP + WP 特有漏洞,攻擊者視角)三大維度。 依角色載入對應 reference: - wordpress-master / 開發場景 → references/coding-standards.md(含 hooks / WC / REST API / 進階) - wordpress-reviewer → references/review-checklist.md + review-output-template.md - security-reviewer → references/security-checklist.md ⚠️ **不要全載**——依角色僅 Read 對應檔案。

2026-06-04
wp-abilities-api
소프트웨어 개발자

Use when working with the WordPress Abilities API (wp_register_ability, wp_register_ability_category, /wp-json/wp-abilities/v1/*, @wordpress/abilities) including defining abilities, categories, meta, REST exposure, and permissions checks for clients.

2026-06-04
wp-block-development
소프트웨어 개발자

Use when developing WordPress (Gutenberg) blocks: block.json metadata, register_block_type(_from_metadata), attributes/serialization, supports, dynamic rendering (render.php/render_callback), deprecations/migrations, viewScript vs viewScriptModule, and @wordpress/scripts/@wordpress/create-block build and test workflows.

2026-06-04
wp-block-themes
소프트웨어 개발자

Use when developing WordPress block themes: theme.json (global settings/styles), templates and template parts, patterns, style variations, and Site Editor troubleshooting (style hierarchy, overrides, caching).

2026-06-04
wp-interactivity-api
소프트웨어 개발자

Use when building or debugging WordPress Interactivity API features (data-wp-* directives, @wordpress/interactivity store/state/actions, block viewScriptModule integration, wp_interactivity_*()) including performance, hydration, and directive behavior.

2026-06-04
wp-mcp-adapter
소프트웨어 개발자

wordpress/mcp-adapter v0.5.0 完整 API 參考。當程式碼出現 use WP\MCP\、namespace WP\MCP\、 McpAdapter::instance()、McpAdapter::create_server()、mcp_adapter_init、 composer require wordpress/mcp-adapter、wp mcp-adapter serve, 或任何涉及「將 WordPress plugin 暴露為 MCP tool / resource / prompt」、 「接到 Claude Desktop / Cursor / VS Code via MCP」、「expose plugin as MCP」、 「MCP server in WordPress」、「register MCP tool from ability」的任務, 必須立即使用此 skill。 涵蓋安裝、McpAdapter / McpServer / McpTool / McpResource / McpPrompt 完整 API 簽名、 HttpTransport、STDIO / WP-CLI、transport permissions、error handling、 Abilities API 整合、MCP annotations、client 端設定(Claude Desktop / Cursor)。

2026-06-04
wp-performance
소프트웨어 개발자

Use when investigating or improving WordPress performance (backend-only agent): profiling and measurement (WP-CLI profile/doctor, Server-Timing, Query Monitor via REST headers), database/query optimization, autoloaded options, object caching, cron, HTTP API calls, and safe verification.

2026-06-04
wp-phpstan
소프트웨어 개발자

Use when configuring, running, or fixing PHPStan static analysis in WordPress projects (plugins/themes/sites): phpstan.neon setup, baselines, WordPress-specific typing, and handling third-party plugin classes.

2026-06-04
wp-playground
소프트웨어 개발자

Use for WordPress Playground workflows: fast disposable WP instances in the browser or locally via @wp-playground/cli (server, run-blueprint, build-snapshot), auto-mounting plugins/themes, switching WP/PHP versions, blueprints, and debugging (Xdebug).

2026-06-04
wp-plugin-development
소프트웨어 개발자

Use when developing WordPress plugins: architecture and hooks, activation/deactivation/uninstall, admin UI and Settings API, data storage, cron/tasks, security (nonces/capabilities/sanitization/escaping), and release packaging.

2026-06-04
wp-project-triage
소프트웨어 개발자

Use when you need a deterministic inspection of a WordPress repository (plugin/theme/block theme/WP core/Gutenberg/full site) including tooling/tests/version hints, and a structured JSON report to guide workflows and guardrails.

2026-06-04
wp-rest-api
소프트웨어 개발자

Use when building, extending, or debugging WordPress REST API endpoints/routes: register_rest_route, WP_REST_Controller/controller classes, schema/argument validation, permission_callback/authentication, response shaping, register_rest_field/register_meta, or exposing CPTs/taxonomies via show_in_rest.

2026-06-04
wp-testing
소프트웨어 품질 보증 분석가·테스터

WordPress Plugin/Theme 測試統一參考——涵蓋 E2E(Playwright)與 Integration Test(PHPUnit + WP_UnitTestCase + wp-env)兩大策略。 依測試目的載入對應 reference: - 端到端用戶流程 / 跨頁面互動 → references/e2e-playwright.md - 單元邏輯 + plugin hooks + DB 操作 → references/integration-phpunit.md 共用測試準則(繁中、命名規範、wp-env 共用設定)見主檔下方。

2026-06-04
wp-wpcli-and-ops
네트워크·컴퓨터 시스템 관리자

Use when working with WP-CLI (wp) for WordPress operations: safe search-replace, db export/import, plugin/theme/user/content management, cron, cache flushing, multisite, and scripting/automation with wp-cli.yml.

2026-06-04
wpds
소프트웨어 개발자

Use when building UIs leveraging the WordPress Design System (WPDS) and its components, tokens, patterns, etc.

2026-06-04
amego-invoice
소프트웨어 개발자

光貿電子發票(Amego e-invoice)加值中心 API 完整技術參考,對應官方文件 invoice.amego.tw/api_doc(MIG 4.0,2025 年升級版)。台灣電子發票服務商, 涵蓋 B2C / B2B 發票全生命週期:開立發票(自動配號 f0401 / API 配號 f0401_custom)、 作廢發票(f0501)、開立折讓(g0401)、作廢折讓(g0501)、發票與折讓的 狀態 / 查詢 / 列表 / 檔案下載 / 熱感應機列印、中獎查詢、手機條碼查詢、 公司名稱查詢、字軌取號與狀態。包含 md5 簽章機制(sign = md5(data + time + AppKey))、 載具規則(手機條碼 3J0002 / 自然人憑證 CQ0001 / 光貿會員載具 amego)、 捐贈碼、課稅別與零稅率原因、含稅 / 未稅金額計算邏輯、完整錯誤碼表。 Use this skill whenever code or tasks involve 光貿、Amego、amego、amego invoice、 電子發票、invoice.amego.tw、invoice-api.amego.tw、開立發票、發票作廢、折讓單、 開立折讓、作廢折讓、發票查詢、發票列表、中獎發票、手機條碼、捐贈碼、載具、 字軌取號、TrackApiCode、CarrierType、NPOBAN、ProductItem、TaxType、 /json/f0401、/json/f0501、/json/g0401、/json/g0501、/json/f0401_custom、 /json/invoice_query、/json/allowance_query、台灣電子發票串接、e-invoice integration、 或在 zenbu-site apps/api-gateway/src/commerce/ 下整合台灣電子發票開立。 本 SKILL 為唯一官方 API reference 來源——不要再去翻 invoice.amego.tw。

2026-06-04