Agent skills for building on the Skedulo Pulse Platform. These skills extend AI coding assistants with Skedulo-specific knowledge, workflows, and best practices.
Install individual skills using the Skills CLI:
npx skills add Skedulo/agent-skills@<skill-name>| Skill | Description | Install |
|---|---|---|
| skedulo-cli | Safe, effective usage of the Skedulo CLI (sked), covering alias enforcement, --help proactivity, --json inspection, and destructive operation guardrails |
npx skills add Skedulo/agent-skills@skedulo-cli |
| skedulo-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 Skedulo/agent-skills@skedulo-api-developer |
| connected-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 Skedulo/agent-skills@connected-function-developer |
| optimization-extension-developer | Build, modify, and deploy Skedulo Optimization Extensions: custom business logic for filtering, constraining, and transforming optimization data | npx skills add Skedulo/agent-skills@optimization-extension-developer |
| page-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 Skedulo/agent-skills@page-builder-column-templates |
To add a new skill, create a directory under skills/ with a SKILL.md and an AGENTS.md:
skills/
my-new-skill/
SKILL.md # Required — skill rules, workflows, and domain knowledge
AGENTS.md # Required — trigger conditions and agent-facing context
supporting-file.md # Optional — heavy reference or supporting material
See the Skills documentation for authoring guidelines.