wp-plugin-dto

Installation
SKILL.md

WordPress plugin: native DTOs

For plugin code that moves structured data between request input, options, meta, custom tables, external APIs, REST controllers, admin screens, cron jobs, and presenters. A DTO gives that data one named shape instead of leaking raw arrays across the plugin.

This skill is intentionally better-data-free. If the project already uses better-data, run bd-data-object; otherwise use this native pattern.

When to load references

Misconception this skill corrects

"A DTO is just an array with nicer comments."

Installs
1
GitHub Stars
22
First Seen
1 day ago
wp-plugin-dto — lonsdale201/wp-agent-skills