Skip to main content
WordPress
GitHub クリエイタープロフィール

WordPress

11 件の GitHub リポジトリにある 46 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
46
リポジトリ
11
更新
2026年9月7日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
agent-skills
18 件の skills · 2026年8月16日
ソフトウェア開発者ウェブ開発者ソフトウェア品質保証アナリスト・テスターウェブ・デジタルインターフェースデザイナーネットワーク・コンピュータシステム管理者
5 件の職業カテゴリ · 100% 分類済み
39%比率
#02
gutenberg
7 件の skills · 2026年8月31日
ソフトウェア開発者ウェブ・デジタルインターフェースデザイナーソフトウェア品質保証アナリスト・テスター
3 件の職業カテゴリ · 100% 分類済み
15%比率
#03
wordpress-playground
5 件の skills · 2026年8月6日
ソフトウェア開発者グラフィックデザイナーソフトウェア品質保証アナリスト・テスター
3 件の職業カテゴリ · 100% 分類済み
11%比率
#04
marketing
4 件の skills · 2026年8月5日
テクニカルライター市場調査アナリスト・マーケティングスペシャリスト
2 件の職業カテゴリ · 100% 分類済み
8.7%比率
#05
wordcamp.org
2 件の skills · 2026年9月7日
ソフトウェア開発者
1 件の職業カテゴリ · 50% 分類済み
4.3%比率
#06
Documentation-Issue-Tracker
2 件の skills · 2026年7月22日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
4.3%比率
#07
contributor-toolkit
2 件の skills · 2026年8月19日
ソフトウェア品質保証アナリスト・テスター
1 件の職業カテゴリ · 100% 分類済み
4.3%比率
#08
experimental-wp-dev-env
2 件の skills · 2026年8月7日
ソフトウェア品質保証アナリスト・テスター
1 件の職業カテゴリ · 100% 分類済み
4.3%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

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年8月16日
wp-patterns
ウェブ開発者

Pattern: create or update WordPress block patterns (starter pages, templates, template parts, Query Loop layouts), review pattern registration, block markup, categories, accessibility, or i18n/escaping, or improve pattern design quality. Route custom blocks…

2026年8月16日
blueprint
ソフトウェア開発者

Use when the deliverable is WordPress Playground Blueprint JSON or a Blueprint bundle, including creating, editing, reviewing, validating schema keys, choosing steps/resources, and debugging Blueprint files. For only running or sharing a Playground…

2026年7月25日
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,…

2026年7月25日
wp-playground
ソフトウェア開発者

Use as the WordPress Playground routing wrapper for ambiguous Playground work, local CLI runs with @wp-playground/cli, playground.wordpress.net share links, browser previews, snapshots, mounts, version switching, and Xdebug. For Blueprint JSON authoring or…

2026年7月25日
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年7月8日
wp-abilities-audit
ソフトウェア開発者

Audit a WordPress plugin's REST surface and produce a standardized audit document proposing Abilities API registrations. Produces a markdown doc with a YAML schema and prose sections that humans and agents can both consume when planning a registration…

2026年7月8日
wp-abilities-verify
ソフトウェア品質保証アナリスト・テスター

Verify a WordPress plugin's Abilities API registrations: enumerate abilities, check that callback behavior matches each annotation's claim (the adversarial readonly-but-writes detection), validate permissions and schemas, and validate audit documents produced…

2026年7月8日
収集済み skill 18 件中 8 件を表示しています。
design-system-code-review
ソフトウェア品質保証アナリスト・テスター

Use when reviewing a Gutenberg change to a WordPress Design System package or its public contract, including `@wordpress/components`, `@wordpress/ui`, or `@wordpress/theme`; do not use to implement the change or review a consumer-only application.

2026年8月31日
design-system-contribution
ソフトウェア開発者

Use when planning or implementing a safe `@wordpress/components`, `@wordpress/ui`, or `@wordpress/theme` change in a local Gutenberg checkout; do not use for consumer-only application changes or infer commit, push, or pull-request authority.

2026年8月31日
package-runtime-compatibility
ソフトウェア開発者

Use when changing or reviewing a published package across independently updated package and WordPress versions, including API, dependency, entrypoint, registration, allowlist, opt-in, and compatibility changes.

2026年8月31日
design-system-ui-composition
ウェブ・デジタルインターフェースデザイナー

Use when building or changing a Gutenberg feature, plugin interface, or standalone application UI with public `@wordpress/components`, `@wordpress/ui`, or `@wordpress/theme` APIs, including when the code does not yet use the Design System; do not use to…

2026年8月20日
design-system-ui-review
ウェブ・デジタルインターフェースデザイナー

Use when reviewing a Gutenberg, plugin, or application UI/UX change for correct public WordPress Design System usage and user-facing behaviour, including a component, control, visual styling, token, interaction, layout, overlay, or other user-facing…

2026年8月20日
defensive-data-design
ソフトウェア開発者

Use when adding or changing a user-facing error message or notice, a destructive or irreversible action, or code that reads data it did not create (REST responses, block attributes, post meta, theme.json, localStorage).

2026年8月5日
testing
ソフトウェア品質保証アナリスト・テスター

Use when writing, running, or debugging tests in the Gutenberg repository — JavaScript unit tests (Jest), PHP tests (PHPUnit), or end-to-end tests (Playwright).

2026年7月29日
doc-screenshots
グラフィックデザイナー

Annotate UI screenshots with documentation callouts in Fellyph's established visual style — uniform-width orange arrows with white halos, double-stroke target outlines, numbered callout cards, dim overlays and a framed canvas. Use this whenever the user asks…

2026年8月6日
compile-php-wasm
ソフトウェア開発者

Compile PHP.wasm main modules and side modules (dynamic extensions) for Node.js and web platforms. Use when recompiling PHP, adding Emscripten flags, modifying Dockerfiles, building extensions as SIDE_MODULE, upgrading Emscripten, or troubleshooting…

2026年4月9日
debug-php-wasm-main-module
ソフトウェア開発者

Debug PHP.wasm main module crashes including Asyncify errors (unreachable, memory access out of bounds), JSPI errors (SuspendError, trying to suspend JS frames), WASM memory growth bugs, and runtime traps. Use when investigating RuntimeError, null function or…

2026年4月9日
debug-php-wasm-side-modules
ソフトウェア開発者

Debug WASM side modules (dynamic PHP extensions) including dlopen failures, SIDE_MODULE loading, JSPI suspension crashes in extensions, C++ weak symbol issues, and extension runtime errors. Use when working with dynamic extensions like Xdebug, intl, or GD…

2026年4月9日
playground-website-debugging
ソフトウェア品質保証アナリスト・テスター

Debug the WordPress Playground website by running the dev server from source and interacting with it via Playwright MCP. Use when investigating UI bugs, testing website features, checking for JavaScript errors, debugging hanging requests, or verifying…

2026年2月20日
11 件中 11 件のリポジトリを表示
すべてのリポジトリを表示しました