mcpbeat

Speckit Workflow Step

github/speckit-workflow-step

Manage Spec Kit workflow step types via `specify workflow step`. USE FOR: listing built-in and custom workflow step types, installing/removing a custom step type from a catalog, searching/showing step-type info, managing step-type catalog sources. DO NOT USE FOR: running or installing whole workflows (use speckit-workflow), or bundles (use speckit-bundle).

425 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
4
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/github/spec-kit-copilot --skill speckit-workflow-step

The instruction itself

4 sections, as written by the author

Spec Kit — workflow step types

Manage the step types that workflows are composed of, using the Specify CLI

specify workflow step command group. (Requires Specify CLI >= 0.11.)

> Prerequisite: needs the specify CLI. If specify --version fails, install it

> with the speckit-cli-setup skill first.

When to use

  • Inspect which step types (built-in or custom) are available to workflows.
  • Install or remove a custom step type, or manage step-type catalog sources.

How to invoke

# Discover step types
specify workflow step list
specify workflow step search <query>
specify workflow step info <step-id>

# Install / remove custom step types
specify workflow step add <step-id>            # from the step catalog
specify workflow step remove <step-id>

# Manage step catalog sources
specify workflow step catalog list
specify workflow step catalog add <url>
specify workflow step catalog remove <index>   # by index

Notes

  • Step types are the building blocks referenced by workflow YAML; install the step

types a workflow needs before running it (see the speckit-workflow skill).

  • list shows both built-in and custom step types; only custom ones can be removed.

How to use it

Copy the folder

Take github/speckit-workflow-step from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.