Skip to content

Add wp-admin-ui skill: admin menus, settings, tables, and forms#66

Open
sagarsdeshmukh wants to merge 1 commit into
WordPress:trunkfrom
sagarsdeshmukh:add/wp-admin-ui-skill
Open

Add wp-admin-ui skill: admin menus, settings, tables, and forms#66
sagarsdeshmukh wants to merge 1 commit into
WordPress:trunkfrom
sagarsdeshmukh:add/wp-admin-ui-skill

Conversation

@sagarsdeshmukh

Copy link
Copy Markdown

Closes #54.

What's included

skills/wp-admin-ui/SKILL.md — covers both UI paradigms:

  • Classic: add_menu_page, Settings API, WP_List_Table
  • Modern: @wordpress/dataviews, @wordpress/dataform, REST API (WP 6.6+)

skills/wp-admin-ui/references/

  • admin-menus.md — menu registration, capability selection, asset enqueuing
  • settings-api.mdregister_setting, sanitize callbacks, form rendering
  • list-table.mdWP_List_Table subclass, bulk actions, pagination
  • dataviews.md<DataViews>, <DataForm>, REST wiring, nonce header
  • meta-boxes.md — registration, save handler, auto-save guard
  • security.md — capability + nonce patterns, sanitization and escaping tables

eval/scenarios/admin-ui-list-table.json — eval scenario for list table with bulk delete

Closes WordPress#54. Adds a new skill covering both classic (WP_List_Table,
Settings API) and modern (@wordpress/dataviews, @wordpress/dataform)
admin UI paradigms, with security reference and an eval scenario.
@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: sagarsdeshmukh <sagardeshmukh@git.wordpress.org>
Co-authored-by: camaleaun <camaleaun@git.wordpress.org>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New Skill Proposal: wp-admin-ui — WP_List_Table, @wordpress/dataviews, dataform, and options pages

1 participant