Skip to main content
WordPress
Perfil de criador do GitHub

WordPress

Visão por repositório de 46 skills coletadas em 11 repositórios do GitHub.

skills coletadas
46
repositórios
11
atualizado
7 de set. de 2026
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
agent-skills
18 skills · 16 de ago. de 2026
Desenvolvedores de softwareDesenvolvedores webAnalistas de garantia de qualidade de software e testadoresAdministradores de redes e sistemas de computadorDesigners de interfaces web e digitais
5 categorias ocupacionais · 100% classificado
39%participação
#02
gutenberg
7 skills · 31 de ago. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresDesigners de interfaces web e digitais
3 categorias ocupacionais · 100% classificado
15%participação
#03
wordpress-playground
5 skills · 6 de ago. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresDesigners gráficos
3 categorias ocupacionais · 100% classificado
11%participação
#04
marketing
4 skills · 5 de ago. de 2026
Redatores técnicosAnalistas de pesquisa de mercado e especialistas em marketing
2 categorias ocupacionais · 100% classificado
8,7%participação
#05
wordcamp.org
2 skills · 7 de set. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 50% classificado
4,3%participação
#06
Documentation-Issue-Tracker
2 skills · 22 de jul. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
4,3%participação
#07
contributor-toolkit
2 skills · 19 de ago. de 2026
Analistas de garantia de qualidade de software e testadores
1 categorias ocupacionais · 100% classificado
4,3%participação
#08
experimental-wp-dev-env
2 skills · 7 de ago. de 2026
Analistas de garantia de qualidade de software e testadores
1 categorias ocupacionais · 100% classificado
4,3%participação
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

wp-block-themes
Desenvolvedores web

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).

16 de ago. de 2026
wp-patterns
Desenvolvedores web

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…

16 de ago. de 2026
blueprint
Desenvolvedores de software

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…

25 de jul. de 2026
wordpress-router
Desenvolvedores de software

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,…

25 de jul. de 2026
wp-playground
Desenvolvedores de software

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…

25 de jul. de 2026
wp-abilities-api
Desenvolvedores de software

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.

8 de jul. de 2026
wp-abilities-audit
Desenvolvedores de software

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…

8 de jul. de 2026
wp-abilities-verify
Analistas de garantia de qualidade de software e testadores

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…

8 de jul. de 2026
Mostrando 8 de 18 skills coletadas.
design-system-code-review
Analistas de garantia de qualidade de software e testadores

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.

31 de ago. de 2026
design-system-contribution
Desenvolvedores de software

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.

31 de ago. de 2026
package-runtime-compatibility
Desenvolvedores de software

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.

31 de ago. de 2026
design-system-ui-composition
Designers de interfaces web e digitais

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…

20 de ago. de 2026
design-system-ui-review
Designers de interfaces web e digitais

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…

20 de ago. de 2026
defensive-data-design
Desenvolvedores de software

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).

5 de ago. de 2026
testing
Analistas de garantia de qualidade de software e testadores

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

29 de jul. de 2026
doc-screenshots
Designers gráficos

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…

6 de ago. de 2026
compile-php-wasm
Desenvolvedores de software

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…

9 de abr. de 2026
debug-php-wasm-main-module
Desenvolvedores de software

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…

9 de abr. de 2026
debug-php-wasm-side-modules
Desenvolvedores de software

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…

9 de abr. de 2026
playground-website-debugging
Analistas de garantia de qualidade de software e testadores

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…

20 de fev. de 2026
Mostrando 11 de 11 repositórios
Todos os repositórios foram exibidos