agentsclimarketplace

Workflow

Skill sonsriver4815/agent-skill-starter/src/agent_skill_starter/templates/workflow

Create, validate, and ship Agent Skills in minutes.

Install
npx -y skills add sonsriver4815/agent-skill-starter --skill workflow

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use this skill when the user asks for {{display_name}} workflow execution, including planning, step-by-step task handling, checks, and concise final reporting.

SKILL.md

0.9 KB, as published. Nobody here has run it

{{display_name}}

Use this skill for repeatable workflow tasks that need consistent sequencing.

First Checks

  • Identify the requested outcome.
  • Read the smallest useful set of relevant files or inputs.
  • Separate confirmed facts from assumptions.

Workflow

  • State the short approach before changes.
  • Execute the narrowest useful step first.
  • Preserve existing naming, structure, and style.
  • Avoid unrelated refactors or broad rewrites.

Verification

  • Run the nearest test, lint, dry run, or manual check.
  • If verification is blocked, explain the block and closest substitute.

Final Report

  • Report changed files or generated artifacts.
  • Summarize behavior and verification in plain language.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.