markdown-content
Work with markdown content system, MarkdownContent models, and cotton components in markdown. Use when working with content models or adding markdown components.
Work with markdown content system, MarkdownContent models, and cotton components in markdown. Use when working with content models or adding markdown components.
Configures Payum storage backends (Doctrine ORM, MongoDB ODM, Filesystem, Propel2) including Payment/PaymentToken models and DoctrineStorage wiring. Use when user says 'add storage', 'configure doctrine', 'new storage backend', 'payment model', or modifies files in src/storages/. Do NOT use for gateway config, capture flows, or recurring payment setup.
Adds or modifies entries in Plugin::$settings and adds a corresponding UI control in getSettings() via add_dropdown_setting(). Use when user says 'add setting', 'new module config', 'out of stock toggle', 'enable/disable sales', or touches Plugin::$settings. Do NOT use for DB schema changes or adding new hook handlers.
Adds a new admin setting to getSettings() in src/Plugin.php. Use when the user says 'add setting', 'new config option', 'add merchant field', or needs a new GOOGLE_WALLET_* constant wired into the settings panel. Supports add_text_setting, add_password_setting, add_radio_setting, add_dropdown_setting. Do NOT use for adding hooks, menu items, or requirements.
Registers class or function autoload requirements via $loader->add_requirement() inside getRequirements(GenericEvent $event) in src/Plugin.php. Use when user says 'register class', 'add autoload', 'require file', 'load dependency', or 'add requirement'. Do NOT use for getSettings(), getMenu(), or getHooks() changes.
ZATCA e-invoicing integration for Saudi tax compliance (Fatoorah platform)
منصات التجارة الإلكترونية السعودية -- ربط مع سلة وزد ونون عبر API
Extract a balanced bookkeeping voucher from Chinese user requests.
Create a pull request with quality gate status and metrics
Automate Shopify tasks via Rube MCP (Composio): products, orders, customers, inventory, collections. Always search tools first for current schemas.
WooCommerce store development workflow covering store setup, payment integration, shipping configuration, and customization.
Builds product category taxonomies with attribute mapping, filter configurations, and breadcrumb structures
Assists with tax preparation including deduction identification, form selection, and compliance checking
Build real-time supply chain dashboards with KPIs, alerts, and trend visualization
Creates customer onboarding flows with welcome sequences, product tours, and milestone tracking
Creates digital lookbooks with layout design, product styling, and brand storytelling elements
Builds IoT monitoring dashboards with real-time data visualization, alerts, and device management
Manages inventory levels with demand forecasting, reorder point calculation, and supplier alerts
Designs feature stores with online/offline serving, feature versioning, and data lineage tracking
Automates expense report creation from receipts with OCR, categorization, and policy compliance
Scaffolds Electron applications with auto-update, native menus, system tray, and cross-platform packaging
Generate and manage Bills of Materials with cost rollup and version tracking
Implement Nostr marketplace flows using NIP-15 or NIP-69 when the task involves stalls, products, auctions, bids, checkout messaging, or P2P orders.