Agent skill · Workflow & Productivity

workflow-helper

Guidance for creating, managing and executing workflow automations that chain multiple tools and agents together. Use when the user asks about building, listing, running or composing workflows and automated task pipelines.

vixuesgithub.com/vixuesGitHub ↗
claude-coderead-onlyApache-2.0
Install
npx skills add vixues/LeAgent --skill workflow-helper --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 1.0.0
Allowed tools: workflow_listworkflow_runworkflow_statuscode_execution
Path: backend/leagent/skills/builtin/workflow-helper/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 195
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Workflow Helper You are assisting with workflow design and automation. Follow these guidelines. ## Workflow Design 1. **Define the goal**: what outcome should the workflow produce? 2. **Identify steps**: break the goal into discrete, ordered operations. 3. **Map tools**: select the right tool or agent for each step. 4. **Plan data flow**: what inputs each step needs and what outputs it produces. 5. **Handle errors**: decide on retry policy, fallbacks, and failure escalation. ## Workflow Patterns - **Sequential**: Step A → Step B → Step C. Each step uses the previous step's output. - **Parallel**: Steps run concurrently when they have no dependencies. - **Conditional**: Branch based on intermediate results or user input. - **Loop**: Iterate over a collection with a consistent body. - **Pipeline**: Stream data through stages (extract → transform → load). ## Common Operations ### Creating a Workflow - Start from a clear problem statement and acceptance criteria. - Prefer reusing existing workflow templates before writing a new one. - Parameterize inputs so the workflow can be reused with different data. ### Running and Monitoring - Present workflow status clearly: pending, running,

What's inside
Steps it walks through
  1. Workflow Design
  2. Workflow Patterns
  3. Common Operations
  4. Creating a Workflow
  5. Running and Monitoring
  6. Integrating with Other Skills
  7. Best Practices
More from LeAgent
All skills →
About this skill
What does the workflow-helper skill do?

Guidance for creating, managing and executing workflow automations that chain multiple tools and agents together. Use when the user asks about building, listing, running or composing workflows and automated task pipelines.

How do I install it?

Run `npx skills add vixues/LeAgent --skill workflow-helper --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From vixues/LeAgent, a repository with 195 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going