wp-database
mralaminahamed/wp-dev-skillsUse when a WordPress plugin needs a custom database table — creating with dbDelta (strict SQL format: two spaces before PRIMARY KEY, no trailing comma),…
Scores out of 100 · grade B+
2026-08-14Works
40% of the score100/100
- Loads cleanly: valid frontmatter, required fields present, no dangling references.
Maintained
25% of the score92/100
- no commits in the last 12 weeks
Adopted
20% of the score20/100
- 27 stars on the source repo.
Documented
15% of the score90/100
- 1,628 words with worked examples.
- Ships 4 bundled files.
Install
npx skills add mralaminahamed/wp-dev-skills/wp-databaseWhat it says it does
Use when a WordPress plugin needs a custom database table — creating with dbDelta (strict SQL format: two spaces before PRIMARY KEY, no trailing comma), writing versioned upgrade routines with version_compare and register_activation_hook, querying with $wpdb prepared statements (prepare, insert, update, delete, get_row, get_results, get_var), debugging with $wpdb->last_error or SAVEQUERIES, schema migrations between plugin versions, uninstall cleanup, multisite table handling with switch_to_blog / get_sites, or seeding test/preview data into custom tables. Triggers: "create a custom table", "dbDelta not working", "dbDelta not creating my table", "write a migration", "wpdb query", "wpdb prepare", "slow query on my custom table", "upgrade my database schema", "add a column to my table", "seed test data", "how do I store this in a custom table", "database upgrade routine", "table not being created on activation", "prepare placeholder wrong", "last_error is empty after query", "SAVEQUERIES debug", "version_compare for db upgrade", "register_activation_hook table", "wpdb prefix table name", "uninstall drops table", "multisite per-site table", "charset_collate missing". Not for: WordPress options API or post meta — use those when a custom table is not needed.
Also in mralaminahamed/wp-dev-skills
| Artifact | Score | What the check found | Type | Reach | Last commit |
|---|---|---|---|---|---|
| wp-admin-browsermralaminahamed/wp-dev-skills | clean | Skill | 27 stars | 25 days ago | |
| wp-background-processingmralaminahamed/wp-dev-skills | clean | Skill | 27 stars | 25 days ago | |
| wp-coding-standardsmralaminahamed/wp-dev-skills | clean | Skill | 27 stars | 25 days ago | |
| wp-freemiusmralaminahamed/wp-dev-skills | clean | Skill | 27 stars | 25 days ago | |
| wp-github-flowmralaminahamed/wp-dev-skills | clean | Skill | 27 stars | 25 days ago | |
| wp-i18n-workflowmralaminahamed/wp-dev-skills | clean | Skill | 27 stars | 25 days ago |
Other data & analytics skills
Browse all| Artifact | Score | What the check found | Category | Reach | Last commit |
|---|---|---|---|---|---|
| data-context-extractoranthropics/knowledge-work-plugins | clean | Data & analytics | 2,622 installs | today | |
| analyticscoreyhaines31/marketingskills | clean | Data & analytics | 51,931 installs | today | |
| build-dashboardanthropics/knowledge-work-plugins | clean | Data & analytics | 7,721 installs | today | |
| sql-queriesanthropics/knowledge-work-plugins | clean | Data & analytics | 3,782 installs | today | |
| payment-assistantccxt/ccxt | clean | Data & analytics | 44k stars | today | |
| create-vizanthropics/knowledge-work-plugins | clean | Data & analytics | 4,685 installs | today |
Put this measurement in your README
A badge carrying how many listings this index holds from the repository and how many pass every static structural check. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://skillworks.kynth.studio/?q=mralaminahamed%2Fwp-dev-skills)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.
