What problem does it solve? Managing Codexis platform objects—custom agents, skills, scheduled automations, plugins, marketplaces, notifications, and outbound email—normally requires manual file edits or UI navigation. This Skill provides a single CLI (cdxctl) as the source of truth for creating, updating, enabling, disabling, and deleting all of these objects directly from chat, plus filing platform bug reports. ## Core Features & Use Cases - Automation scheduling: Create prompt-based or shell-command automations on DAILY/WEEKLY/MONTHLY schedules with day-part windows, inheriting the chat's model, jurisdiction, and skills. - Agent and skill authoring: Create agents and skills with localized display names, summaries, and example prompts, passing instruction bodies via --instructions-file. - Platform administration: Manage marketplaces and plugins, send in-app notifications and threaded outbound email, run tabular extraction over a folder of files, and file bug reports about the platform itself. - Use Case: A user asks to check tracked documents every Monday morning; the Skill runs cdxctl automation create-command --repeat WEEKLY --day-part MORNING --days-of-week 1 to register the recurring job. ## Quick Start Ask the assistant to create an automation that generates a daily summary report every morning, and it will run the appropriate cdxctl automation create command for you.