common-workflow-writing

Enforce concise workflow and SKILL.md writing with strict structure and size limits.

1|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/wildbitca/ai-resources --skill common-workflow-writing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: common-workflow-writing
Source: https://github.com/wildbitca/ai-resources/tree/main/skills/common-workflow-writing
Command: npx skills add https://github.com/wildbitca/ai-resources --skill common-workflow-writing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This rule set standardizes the creation of workflows and SKILL.md entries to be concise, avoid token bloat, and prevent unnecessary optimization passes during automation.

Core Features & Use Cases

  • Enforce template-driven design: structure over pre-filled data so runtime generation can fill specifics.
  • Prohibit prose explanations and pre-filled rows; promote crisp, executable steps.
  • Merge sequential steps and standardize required sections to improve consistency.
  • Applicable to creating new workflows and SKILL.md entries for AI agents with tight token budgets.

Quick Start

Draft a new workflow or SKILL.md following these rules to produce a minimal, runnable artifact.

Frequently Asked Questions about common-workflow-writing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write token-efficient workflows for AI agents?

Token-efficient workflows require strict structure, frontmatter with name and description, line limits, and self-check validation to enforce minimal, actionable content without prose explanations. Merge sequential steps and standardize required sections.

What are common anti-patterns in SKILL.md writing?

Common anti-patterns in SKILL.md writing include using pre-filled data rows, adding prose explanations, and skipping automated self-check prompts. Avoiding these prevents token bloat and eliminates unnecessary optimization passes during automation.

How do I create a standard template for workflow automation?

Create a standard workflow template by enforcing template-driven design over pre-filled data, using mandatory frontmatter, defining required sections, and setting line limits so runtime generation can fill specifics with crisp, executable steps.

Why do my AI workflows consume too many tokens?

AI workflows consume too many tokens due to unoptimized structure, pre-filled rows, and excessive prose. Imposing strict size limits, merging sequential steps, and enforcing automated self-check prompts ensure minimal, runnable artifacts.

Do I need frontmatter for SKILL.md generation?

Yes, frontmatter with name and description is a mandatory requirement for SKILL.md generation. It enforces concise, token-efficient workflow writing by standardizing structure and preventing unnecessary optimization passes during automation.

What are the limitations of strict line limits in workflow templates?

Strict line limits in workflow templates restrict verbose explanations and pre-filled data, requiring crisp, executable steps. This constraint prevents token bloat but means all content must be minimal and actionable without prose context.