Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Writes, validates, and debugs DAG workflow definitions in YAML. Use when creating, editing, or troubleshooting DAGs.
Load only the reference file that matches the task.
type: graph for new DAGs. It supports both sequential flow via depends: and parallel flow.id on every step. Omit name unless the display label must differ from the step ID.dagu enqueue over dagu start for agent-run workflows.dagu schema ... and dagu validate ... over guessing field names or shapes.type: template when generating text files, prompts, or artifacts instead of assembling them with shell echo or heredocs.DAG_RUN_ARTIFACTS_DIR for file outputs when possible, as it provides a preview in the UI and automatically cleans up when the DAG run gets deleted.output: VAR_NAME for capturing small stdout values into flat variables.output: when downstream steps need structured values via ${step_id.output.*}.output: has two modes:
${VERSION}npx skills add dagucloud/dagu --skill daguHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.