workflow

workflow is a skill for Claude Code from blockmatic/basilic. It costs 34 tokens per session (1,298 once invoked), scanned A, original, MIT.

A collection of slash-command playbooks for planning work, using Git, reviewing code, and debugging.

In plain words
What is it for?
It helps run planning, Git, code-review, and debugging workflows from commands such as /workflow or /git-commit.
Why use it?
It gives common development tasks a repeatable set of instructions, so you do not have to recreate the process each time.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: installed under .agents/ (shared by several agents).

Good fit It helps run planning, Git, code-review, and debugging workflows from commands such as /workflow or /git-commit.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/blockmatic/basilic/workflow
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add blockmatic/basilic --skill workflow
Clone the repo
git clone --depth 1 https://github.com/blockmatic/basilic

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/blockmatic/basilic/workflow.svg)](https://agentmods.dev/skills/blockmatic/basilic/workflow)
Your own site
<a href="https://agentmods.dev/skills/blockmatic/basilic/workflow"><img src="https://agentmods.dev/badge/skills/blockmatic/basilic/workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,298 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00034 $0.01298
Opus 5 $0.00017 $0.00649
Sonnet 5 $0.00007 $0.00260
Haiku 4.5 $0.00003 $0.00130

Measured yesterday against content hash 12df1ceb73e0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/workflow/SKILL.md · 89 lines

How it starts

The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Basilic workflows

With no argument, list the shortcuts below and stop. Do not start a lifecycle or execute all playbooks.

For /workflow <token>, resolve a shortcut below or a full name from the index, read that child SKILL.md, and follow it. Preserve the remaining request as its task context. Unknown token: show the index and stop; never guess a publishing command.

Direct /<name> loads the same child. Names in an old conversation such as /b-plan-feature can be translated to /plan-feature; they are not separate installed aliases. FIRST /f-* owns durable decisions and remains a separate catalog. Install with pnpm dlx skills@latest add blockmatic/first (reviewed revision). Do not fork that tree here. Use the repository's FIRST load order when that boundary is relevant.

Shortcuts

Invocation Playbook
/workflow plan plan-feature
/workflow build build
/workflow review code-review
/workflow debug debug-issue
/workflow test run-all-tests-and-fix
/workflow commit git-commit
/workflow push git-push
/workflow pr git-create-pr
/workflow retro retro
/workflow ui use-frontend

build ends at verified local changes. commit, push, pr, and exec-push request their named Git actions; none requests merging or deploying. Use /git-push to publish an already-committed branch; /fix-push after fixing a failed push; /exec-push only when the user asked for implement through a described PR.

Full index

Read the full file on GitHub · 89 lines

Files

What ships with it

53 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed · +79 lines · -12 tokens per session 12df1ceb73e0
  2. 3d ago Changed · +2 lines a776e1a24d20
  3. 4d ago First seen · 8 lines · 46 tokens per session scan A ce6a564007c3

Subscribe to this mod's changes

workflow is a skill published in the GitHub repository blockmatic/basilic (89 stars, last pushed yesterday), licensed MIT. It adds 34 tokens to every session and 1,298 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.