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- Access to the deepline-gtm meta-skill (this skill depends on it governing the session)
- Access to Deepline cloud workflow platform
How to use workflow-hello-world
- 1.Invoke the deepline-gtm meta-skill using the Skill tool
- 2.Follow the meta-skill's routing instructions and load every sub-doc it indicates, even though this recipe is pre-selected
- 3.Read the workflow-hello-world recipe file at ../deepline-gtm/recipes/workflows-hello-world.md relative to this skill
- 4.Create a cloud Deepline workflow configured to run on a cron schedule or via webhook
- 5.Inspect the created workflow
- 6.Validate the trigger behavior end to end
Use cases
- 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
- 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
No. It is a recipe shortcut that requires invoking the deepline-gtm meta-skill, which governs the entire session and routing of additional docs.
It supports a recurring cron schedule trigger or a webhook trigger.
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
- Invoke
deepline-gtmusing the Skill tool. - 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.
- 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.
Related skills
More from code.deepline.com and the wider catalog.
niche-signal-discovery
Discover what separates your won from lost accounts to build data-driven ICP and scoring models.
build-tam
Build a Total Addressable Market list by sourcing accounts and contacts from Crustdata, Dropleads, and PDL.
portfolio-prospecting
Find companies in a VC's portfolio, identify contacts, and generate personalized outreach campaigns.
deepline-feedback
Send feedback and bug reports to Deepline with session transcript and environment details.
clay-to-deepline
Convert Clay table configurations into local Deepline scripts with extraction, documentation, and parity validation.
linkedin-url-lookup
Resolve LinkedIn profile URLs from name + company with strict identity validation.