[9.13.0] - 2026-04-12 - "WordPress Builders, VS Code Extensions, and Security Review"
Installable skill library update for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and related AI coding assistants.
Start here:
- Install:
npx antigravity-awesome-skills - Choose your tool: README -> Choose Your Tool
- Best skills by tool: README -> Best Skills By Tool
- Bundles: docs/users/bundles.md
- Workflows: docs/users/workflows.md
This release merges PRs #492, #494, #495, and #496 to expand the library with WordPress-focused writing and migration workflows, a VS Code extension development guide, and stronger security-auditor instructions for IDOR and data-flow tracing. It also includes the required maintainer follow-up on main: contributor syncing, README source-credit coverage for the new community-sourced VS Code skill, and the canonical post-merge state before tagging v9.13.0.
New Skills
- wordpress-centric-high-seo-optimized-blogwriting-skill - writes WordPress-ready SEO blog posts with schema, truth boxes, image metadata, and anti-hallucination rules.
- codebase-to-wordpress-converter - converts React, HTML, or Next.js frontends into pixel-locked WordPress themes with phased audit and ACF mapping guidance.
- vscode-extension-guide-en - covers the VS Code extension lifecycle from scaffolding and packaging to TreeView, webview, testing, and Marketplace publication.
Improvements
- security-auditor hardening - adds explicit IDOR analysis, data-flow tracing, middleware choke-point validation, and SSRF/DNS-rebinding reminders to the existing security audit workflow.
- README source-credit alignment - keeps
lewiswigmore/agent-skillsreflected in community-source credits socheck:readme-creditspasses for the merged VS Code guide contribution. - Maintainer merge hygiene - records the fork-run approval, PR-body normalization, contributor sync, and post-merge follow-up required to land this four-PR batch cleanly on
main.
Who should care
- WordPress builders and content teams get one skill for publishing SEO-focused articles and another for migrating production frontends into editable WordPress themes without layout drift.
- VS Code extension authors get a dedicated English-language guide for packaging, testing, TreeView/webview work, and Marketplace release prep.
- Security reviewers and maintainers get a sharper
security-auditorskill plus a release trail that preserves contributor credit and README source attribution.
Credits
- @derricke for the
security-auditorupdate merged in PR #492. - @WHOISABHISHEKADHIKARI for the two WordPress skills merged in PRs #494 and #495.
- @sebastiondev for the
vscode-extension-guide-encontribution merged in PR #496. - lewiswigmore/agent-skills for the upstream VS Code extension guide source material.