PluginBench
Skill

workflow-hello-world

code.deepline.com

Quickly scaffold and validate a cron- or webhook-triggered Deepline cloud workflow.

What is workflow-hello-world?

This skill is a recipe shortcut for creating a cloud Deepline workflow triggered by a cron schedule or webhook, then inspecting and validating its trigger behavior end to end. It does not operate independently and requires the deepline-gtm meta-skill to govern the session and route additional documentation.

  • Creates a cloud Deepline workflow
  • Configures the workflow to run on a recurring cron schedule or via webhook trigger
  • Inspects the created workflow
  • Validates trigger behavior end to end
  • Delegates session control and additional doc loading to the deepline-gtm meta-skill

How to install workflow-hello-world

npx skills add null --skill workflow-hello-world
Prerequisites
  • Access to the deepline-gtm meta-skill (this skill depends on it governing the session)
  • Access to Deepline cloud workflow platform
Claude Code
Cursor
Windsurf
Cline

How to use workflow-hello-world

  1. 1.Invoke the deepline-gtm meta-skill using the Skill tool
  2. 2.Follow the meta-skill's routing instructions and load every sub-doc it indicates, even though this recipe is pre-selected
  3. 3.Read the workflow-hello-world recipe file at ../deepline-gtm/recipes/workflows-hello-world.md relative to this skill
  4. 4.Create a cloud Deepline workflow configured to run on a cron schedule or via webhook
  5. 5.Inspect the created workflow
  6. 6.Validate the trigger behavior end to end

Use cases

Good for
  • Setting up a hello-world cloud workflow on a recurring cron schedule
  • Setting up a hello-world cloud workflow triggered by an incoming webhook
  • Inspecting a newly created Deepline workflow configuration
  • Validating end-to-end trigger behavior before building more complex workflows
Who it's for
  • Developers building automation workflows on Deepline
  • Engineers testing cron and webhook trigger mechanisms
  • Users onboarding to the Deepline GTM workflow system

workflow-hello-world FAQ

Does this skill work standalone?

No. It is a recipe shortcut that requires invoking the deepline-gtm meta-skill, which governs the entire session and routing of additional docs.

What triggers does this workflow support?

It supports a recurring cron schedule trigger or a webhook trigger.

What does this skill validate?

It validates trigger behavior end to end after creating and inspecting the workflow.

Full instructions (SKILL.md)

Source of truth, from code.deepline.com.


name: workflow-hello-world description: "Create a cloud Deepline workflow that runs on a recurring cron schedule or via webhook, inspect it, and validate trigger behavior end to end."

Cloud Workflow Triggers

This is a recipe shortcut. It pre-selects the workflow-hello-world recipe but the deepline-gtm governs the entire session.

Execution order

  1. Invoke deepline-gtm using the Skill tool.
  2. Follow the meta-skill's full routing instructions - analyze the user's complete prompt and load every sub-doc the meta-skill tells you to. Do not skip docs just because a recipe is pre-selected.
  3. Additionally read the workflow-hello-world recipe at ../deepline-gtm/recipes/workflows-hello-world.md (relative to this file) for the specific workflow.

The recipe only covers one part of the task. The meta-skill handles everything else the user asked for.