Agent Skill
2/7/2026wp-blocks-reference
WordPress core blocks reference for the Gutenberg/Block Editor. Use when answering questions about core block names, categories, supports, attributes, parent/ancestor/allowed blocks, or experimental/deprecated status based on blocks-reference.md.
B
bart
0GitHub Stars
1Views
npx skills add bart-jaskulski/dot
SKILL.md
| Name | wp-blocks-reference |
| Description | WordPress core blocks reference for the Gutenberg/Block Editor. Use when answering questions about core block names, categories, supports, attributes, parent/ancestor/allowed blocks, or experimental/deprecated status based on blocks-reference.md. |
name: wp-blocks-reference description: WordPress core blocks reference for the Gutenberg/Block Editor. Use when answering questions about core block names, categories, supports, attributes, parent/ancestor/allowed blocks, or experimental/deprecated status based on blocks-reference.md.
WP Blocks Reference
Overview
Use references/blocks-reference.md to look up core block metadata: block name, category, supports, attributes, parent/ancestor/allowed blocks, and experimental/deprecated status.
Quick Lookup
Use search to jump to a block section, then read the block fields under that heading.
rg -n "^## " /home/bjaskulski/.codex/skills/wp-blocks-reference/references/blocks-reference.md
rg -n "^## Image" /home/bjaskulski/.codex/skills/wp-blocks-reference/references/blocks-reference.md
rg -n "\*\*Name:\*\* core/image" /home/bjaskulski/.codex/skills/wp-blocks-reference/references/blocks-reference.md
Answering Guidance
- Prefer the canonical block name (e.g.,
core/image) and include category when relevant. - For attributes/supports, copy from the block section and keep the original wording.
- For relationships, use Parent/Ancestor/Allowed Blocks fields.
- If a block is marked experimental or deprecated, call that out explicitly.
- If a block or field is missing from the reference, say it is not listed.
Resources
references/blocks-reference.md: Autogenerated core blocks reference with per-block fields (Name, Category, Supports, Attributes, and relationships).
Skills Info
Original Name:wp-blocks-referenceAuthor:bart
Download