AgentSkillsCN

wp-blocks-reference

Gutenberg/Block Editor的WordPress核心区块参考。在回答有关核心区块名称、分类、支持功能、属性、父级/祖先级/允许的区块,或根据blocks-reference.md判断区块的实验性/废弃状态等问题时使用。

SKILL.md
--- frontmatter
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.

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