Skip to content

skeduloDevelopers/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skedulo Agent Skills

Agent skills for building on the Skedulo Pulse Platform. These skills extend AI coding assistants with Skedulo-specific knowledge, workflows, and best practices.

Installation

Install individual skills using the Skills CLI:

npx skills add Skedulo/agent-skills@<skill-name>

Available Skills

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

Contributing

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.

Resources

About

A curated collection of agent skills for the Skedulo Pulse Platform. Skills are reusable, installable instruction sets that extend AI agents with Skedulo-specific context, helping them build integrations, components, and automations faster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors