nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Create platform-optimized social media content — captions, hashtags, headlines, calls-to-action. Covers tone-of-voice, character limits, hook writing, A/B testing variants, and content repurposing across platforms. Use when writing captions, generating hashtags, crafting hooks, creating A/B test variants, adapting…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Publish and schedule content to social media platforms (Twitter/X, Facebook, Instagram, LinkedIn) via the MCP bridge schedulesocialpost tool as primary. The Design Stack media worker API is the fallback for advanced platform management. Covers platform-specific formatting, media attachment, scheduling, and…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Manage organizational teams and professional roles in the NV oOS Pro Toolkit. Covers team creation, profession definitions, role assignments, and organizational structure. Use when setting up teams, defining professional roles, assigning users to teams, or managing organizational hierarchy.
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Design and implement typography systems for web and brand projects. Covers font pairing, type scales, variable fonts, web font loading strategies (font-display, subsetting), CSS typography best practices, and WordPress theme typography integration. Use when selecting fonts, building type scales, loading web fonts…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Manage encrypted vault storage for sensitive information — passwords, secure notes, payment cards, digital identities, and folder organization. Use when storing, retrieving, or organizing credentials, managing secrets, or working with encrypted data.
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Create and process videos using AI generation (Runway, Pika, Replicate, Sora, Veo) and FFmpeg processing. MCP bridge provides frame extraction (extractvideoframes); the Design Stack media worker handles full FFmpeg processing (resize, trim, compress, GIF, format conversion). Covers social-media-optimized video output.…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Perform quick web searches, local business lookups, and URL content extraction. Covers websearch for general queries, bravelocalsearch for location-based discovery, and runcrawl4aijob for deep page crawling. Use when fact-checking, trend spotting, doing competitor analysis, looking up local businesses, extracting page…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Complete operational guide for the NV oOS (Open Operator System) WordPress plugin in Docker/WSL2 — setup, assistant creation, credential tokens, MCP tool calling, API key auto-detection, env var bridging, common fixes, and IGCSE study configuration. Use when setting up the plugin for the first time, creating…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Register WordPress Abilities: machine-readable plugin operations with JSON Schema contracts, required permission callbacks, optional REST exposure, and AI/MCP-friendly discovery. Covers categories, wpregisterability, WPAbility::execute, REST run endpoints, meta.showinrest, annotations, and Ability vs REST route vs…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Design and review Action Scheduler jobs in WordPress plugins using Action Scheduler 3.9.x public APIs - async, single, recurring, and cron-expression actions; actionschedulerinit load timing; hook/args/group naming; unique and priority parameters; idempotent callbacks; chunked workloads; activation/deactivation…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Use WordPress' HTML API for safe server-side HTML inspection and mutation instead of regex, fragile string replacement, or DOMDocument. Covers WPHTMLTagProcessor, WPHTMLProcessor, setattribute, removeattribute, addclass, removeclass, setmodifiabletext, serializetoken, custom data attribute name mapping, and WP 6.9…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Audits WordPress plugin or theme PHP code for internationalization (i18n) correctness — text-domain consistency, use of escaped translation helpers (eschtml, escattr, eschtmle), correct placeholder helpers (sprintf with translator comments, n for plurals, x for context), no variable text-domains, no concatenation…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Designs and reviews the internal architecture of a WordPress plugin — folder layout, PSR-4 one-class-per-file discipline, Schema/Constants placement, composition-root vs singleton decisions, conditional asset enqueueing, script config via wpaddinlinescript, and prefixed custom-hook naming. Use when scaffolding…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Register and enqueue WordPress plugin scripts/styles with modern loading behavior, especially WP 6.9 fetchpriority support, script module args, footer placement, inline style limits, and removal of legacy IE conditional asset support. Covers wpenqueuescript args strategy/infooter/fetchpriority, wpregisterscriptmodule…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Scaffolds and reviews the main entry-point PHP file of a WordPress plugin — header (with Requires Plugins for WP 6.5+), ABSPATH guard, file/path/url/version constants, Composer + PSR-4 with manual splautoloadregister fallback, registeractivationhook requirements check, Plugin class instantiation on pluginsloaded, and…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Designs and reviews scheduled/background work in WordPress plugins: wpscheduleevent, wpschedulesingleevent, cronschedules, wpnextscheduled guards, activation scheduling, deactivation cleanup, WP-Cron pseudo-cron timing, DISABLEWPCRON/system cron, multisite per-blog cron, idempotent callbacks, chunking, and Action…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Design and review native DTOs in WordPress plugins without requiring better-data - immutable data carriers, explicit fromarray hydration, strict coercion instead of unchecked casts, WPError validation failures, sensitive-field discipline, nested DTO arrays, and clear separation from repositories, WP models…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Design custom action/filter hooks emitted by a plugin: action vs filter semantics, prefixed names, docblocks, parameter stability, refarray forwarding, and deprecated hook migration. Use when adding, reviewing, evolving, or deprecating a public hook surface. Triggers on doaction, applyfilters, applyfiltersdeprecated…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Designs and reviews the three lifecycle events of a WordPress plugin — activation (one-shot setup, dbDelta, addoption seeding, cron schedule, cap seeding), deactivation (reversible cleanup, cron clear via wpunschedulehook, never delete user data), and uninstall.php (standalone file, WPUNINSTALLPLUGIN guard, no…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Picks the right WordPress storage primitive for plugin data: options, user/post/term/comment meta, transients, site options, site transients, or custom tables. Covers grouped settings, autoload management, transient TTL rules, serialized/JSON blob trade-offs, multisite storage caveats, and naming conventions. Use when…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Design and review native presenter classes in WordPress plugins without requiring better-data - converting DTOs or domain objects into REST arrays, admin table rows, JS config payloads, email variables, and public view models with allowlisted fields, context methods, redaction by default, locale/date/number…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Design and review custom WordPress URL rewrites: addrewriterule, addrewritetag, queryvars, CPT/taxonomy rewrite slugs, addrewriteendpoint, soft vs hard flushes, rewriterules cache behavior, and the rule that flushrewriterules() must not run on every request. Use for custom pretty URLs, CPT permalink 404s, endpoint…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Review and implement WordPress query-cache usage on WP 6.9+, especially direct interaction with query cache groups now using salted cache helpers. Covers wpcachegetsalted, wpcachesetsalted, wpcachegetmultiplesalted, wpcachegetlastchanged, affected query groups like post-queries, term-queries, user-queries…
nvdigitalsolutions/mcp-ai-wpoos
Skill Claude CodeCodex
Scaffolds and reviews custom WordPress REST API endpoints registered via registerrestroute on restapiinit — namespace and version slug, permissioncallback authorization (NEVER returntrue on state-changing routes, which is the most common plugin-side vulnerability on wp.org), args schema with validatecallback /…