nvdigitalsolutions

61 mods across 2 repositories, 5 stars between them.

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…

5 yesterday B 76 tokens

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…

5 yesterday B 93 tokens

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.

5 yesterday A 52 tokens

design-typography

28

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…

5 yesterday A 73 tokens

design-vault

29

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.

5 yesterday A 46 tokens

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.…

5 yesterday B 101 tokens

design-web-research

31

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…

5 yesterday A 81 tokens

mcp-ai-wpoos-plugin

32

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…

5 yesterday A 103 tokens

wp-abilities-api

33

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…

5 yesterday A 90 tokens

wp-action-scheduler

34

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…

5 yesterday A 138 tokens

wp-html-api

35

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…

5 yesterday A 112 tokens

wp-i18n-audit

36

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…

5 yesterday A 140 tokens

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…

5 yesterday A 91 tokens

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…

5 yesterday A 113 tokens

wp-plugin-bootstrap

39

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…

5 yesterday A 135 tokens

wp-plugin-cron

40

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…

5 yesterday A 101 tokens

wp-plugin-dto

41

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…

5 yesterday A 147 tokens

wp-plugin-hooks

42

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…

5 yesterday A 98 tokens

wp-plugin-lifecycle

43

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…

5 yesterday A 163 tokens

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…

5 yesterday A 98 tokens

wp-plugin-presenter

45

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…

5 yesterday A 136 tokens

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…

5 yesterday A 99 tokens

wp-query-cache

47

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…

5 yesterday A 116 tokens

wp-rest-api

48

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 /…

5 yesterday A 215 tokens