Agent skills
Skills are installable instruction sets that extend AI coding assistants with Skedulo-specific knowledge: the CLI’s guardrails, API patterns, artifact schemas, and deployment workflows. Install any skill with the Skills CLI:
npx skills add skeduloDevelopers/agent-skills@<skill-name>This catalog is generated from the agent-skills repository (contributions welcome).
skedulo-cli
Safe, effective usage of the Skedulo CLI (`sked`), covering alias enforcement, `--help` proactivity, `--json` inspection, and destructive operation guardrails
npx skills add skeduloDevelopers/agent-skills@skedulo-cliskedulo-api-developer
Expert patterns for building solutions with Skedulo Pulse APIs, covering `@skedulo/pulse-solution-services`, GraphQL, EQL, batch operations, and performance optimization
npx skills add skeduloDevelopers/agent-skills@skedulo-api-developerconnected-function-developer
Build, modify, and deploy Skedulo custom functions: serverless APIs for custom business logic and third-party integrations on the Pulse Platform
npx skills add skeduloDevelopers/agent-skills@connected-function-developeroptimization-extension-developer
Build, modify, and deploy Skedulo Optimization Extensions: custom business logic for filtering, constraining, and transforming optimization data
npx skills add skeduloDevelopers/agent-skills@optimization-extension-developertriggered-actions-developer
Author, edit, and deploy Triggered Actions: event-driven automations that fire on object INSERT/UPDATE/DELETE, platform events, and deferred timers (`call_url` / `send_sms`)
npx skills add skeduloDevelopers/agent-skills@triggered-actions-developerwebhooks-developer
Author, edit, and deploy Webhooks: scheduled (cron) execution and inbound-SMS handling — the event automations Triggered Actions can't cover
npx skills add skeduloDevelopers/agent-skills@webhooks-developerautomations-developer
Create, edit, and deploy Pulse automations via the Automations REST API, covering the action/trigger vocabulary, schema corrections, and workflow patterns
npx skills add skeduloDevelopers/agent-skills@automations-developerobject-models-developer
Define, edit, review, and deploy Pulse object models: custom objects, custom fields on standard objects, lookups, picklists, and constraint-based validation
npx skills add skeduloDevelopers/agent-skills@object-models-developeruser-role-developer
Define, edit, review, and deploy Pulse user roles: permission-pattern sets (glob keys) that control what a user can do
npx skills add skeduloDevelopers/agent-skills@user-role-developerhorizon-page-developer
Author and deploy Skedulo Horizon platform pages: HorizonPage / HorizonTemplate schemas and the three page authoring flows (Page Builder, Custom Page Builder, Direct Nunjucks)
npx skills add skeduloDevelopers/agent-skills@horizon-page-developerhorizon-list-config-developer
Author and deploy HorizonListConfig artifacts that configure built-in Skedulo object list pages, covering the JSON schema, column templates, and deploy commands
npx skills add skeduloDevelopers/agent-skills@horizon-list-config-developerpage-builder-column-templates
Complete guide to Skedulo Page Builder list view column templates, covering template syntax, styling, date/timezone formatting, number/currency, picklists, conditionals, and cross-object fields
npx skills add skeduloDevelopers/agent-skills@page-builder-column-templatesmex-developer
Build, modify, and validate Mobile Extensions (MEX) for Skedulo Plus: JSON-configured mobile UIs with integrated data fetching and logic
npx skills add skeduloDevelopers/agent-skills@mex-developer