skeduloDevelopers/agent-skills
Instructions file CodexOpenCode
AGENTS.md instructions for skeduloDevelopers/agent-skills, covering skedulo agent skills, skills, installation and contributing.
skeduloDevelopers/agent-skills
Instructions file CodexOpenCode
AGENTS.md instructions for skeduloDevelopers/agent-skills, covering skedulo agent skills, skills, installation and contributing.
skeduloDevelopers/agent-skills
Skill Claude CodeCodex
This skill enables Claude to create, edit, and deploy Skedulo Pulse automations via the Automations REST API. Captures the full action/trigger vocabulary, the 9 undocumented schema corrections required to actually get automations to load, JSONata-in-Step-Functions gotchas, and proven workflow patterns. Use any time…
skeduloDevelopers/agent-skills
Skill Claude CodeCodex
This skill enables Claude to build, modify, and deploy Skedulo custom functions. Custom functions are server-side APIs that run on Skedulo's platform without requiring users to manage their own infrastructure.
skeduloDevelopers/agent-skills
Skill Claude CodeCodex
Core skill for authoring and deploying Skedulo HorizonListConfig artifacts. Covers the JSON schema, column Nunjucks template patterns, naming conventions, file structure, and deploy commands for configuring built-in Skedulo object list pages.
skeduloDevelopers/agent-skills
Skill Claude CodeCodex
Core skill for authoring and deploying Skedulo Horizon platform pages. Covers HorizonPage and HorizonTemplate artifact schemas, the three page authoring flows (Page Builder, Custom Page Builder, and Direct Nunjucks), file structure conventions, and deploy commands.
skeduloDevelopers/agent-skills
Skill Claude CodeCodex
This skill enables Claude to build, modify, and validate Mobile Extensions (MEX) for Skedulo Plus. MEX forms are JSON-configured mobile UIs with integrated data fetching and logic.
skeduloDevelopers/agent-skills
Skill Claude CodeCodex
This skill enables Claude to define, edit, review, and deploy Skedulo Pulse object models — custom objects, custom fields on standard objects, lookups, picklists, and constraint-based validation rules. Object-model work sits on the critical path of every Pulse implementation, so getting the state-file shape right is…
skeduloDevelopers/agent-skills
Skill Claude CodeCodex
This skill enables Claude to build, modify, and deploy Skedulo Optimization Extensions. Optimization Extensions add custom business logic to the Pulse Platform optimization engine, allowing filtering of jobs/resources, applying constraints, and transforming optimization data.
skeduloDevelopers/agent-skills
Skill Claude CodeCodex
Use when working with Skedulo Page Builder list view column templates — Nunjucks syntax, brz-link, brz-lozenge, date/timezone formatting, number/currency, picklists, conditional display, cross-object fields, and $CurrentUser context.
skeduloDevelopers/agent-skills
Skill Claude CodeCodex
Expert guidance for building high-performance solutions with Skedulo Pulse APIs. Use this skill when working with @skedulo/pulse-solution-services or @skedulo/pulse-solutions-framework, implementing GraphQL queries and mutations, correct EQL syntax, managing batch operations, validating resources, recurring date…
skeduloDevelopers/agent-skills
Skill Claude CodeCodex
Use when running any Skedulo CLI (sked) command — deployments, artifact operations, package management, tenant switching.
skeduloDevelopers/agent-skills
Skill Claude CodeCodex
This skill enables Claude to author, edit, review, and deploy Skedulo Pulse Triggered Actions — event-driven automations that fire on object modifications (INSERT/UPDATE/DELETE), platform events (async task completion, recurring schedule events), and deferred timers anchored to an object's DateTime field. Covers the…
skeduloDevelopers/agent-skills
Skill Claude CodeCodex
This skill enables Claude to define, edit, review, and deploy Skedulo Pulse user roles — named sets of permission patterns (glob keys like skedulo.tenant.schedule.) that control what a user can do. Custom roles are authored per tenant (max 20); the default roles Administrator / Scheduler / Resource ship with the…
skeduloDevelopers/agent-skills
Skill Claude CodeCodex
This skill enables Claude to author, edit, review, and deploy Skedulo Pulse Webhooks — the two event-automation cases that Triggered Actions cannot cover: scheduled (cron) execution and inbound SMS handling. Covers the canonical Webhook state-file shape (metadata / name / webhook), the 2 in-scope webhook types…