llassembly-agentic-workflow

llassembly-agentic-workflow is a skill for Claude Code, Codex from electronick1/LLAssemblyCLI. It costs 60 tokens per session (2,370 once invoked), scanned A, original, MIT.

A workflow for coordinating a multi-step task with planned stages, branching instructions, and verification. It uses a resumable driver script to decide what should happen next.

In plain words
What is it for?
Use it to orchestrate multi-stage tasks, delegate work to sub-agents, and continue until the workflow reports completion.
Why use it?
It helps manage complex work where different steps or agents must be run in a specific order and checked before continuing.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/electronick1/llassemblycli/common_skill_parts
Any agent
npx skills add electronick1/LLAssemblyCLI --skill common_skill_parts
Clone the repo
git clone --depth 1 https://github.com/electronick1/LLAssemblyCLI

Made for: Claude Code, Codex.

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 llassembly-agentic-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/electronick1/llassemblycli/common_skill_parts.svg)](https://agentmods.dev/skills/electronick1/llassemblycli/common_skill_parts)
Your own site
<a href="https://agentmods.dev/skills/electronick1/llassemblycli/common_skill_parts"><img src="https://agentmods.dev/badge/skills/electronick1/llassemblycli/common_skill_parts.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,370 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00060 $0.02370
Opus 5 $0.00030 $0.01185
Sonnet 5 $0.00012 $0.00474
Haiku 4.5 $0.00006 $0.00237

Measured 4d ago against content hash 5346808c286f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

llassembly-agentic-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 4d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (assets/llassembly-claude-workflow.js, scripts/get_next_instruction.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

common_skill_parts/SKILL.md · 195 lines

How it starts

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

LLAssembly agentic workflow

This skill executed in three roles below:

ORCHESTRATOR — the session where the user asked you to run this skill. You do not do the the actual work and you do not write files - you run scripts/get_next_instruction.py — a resumable state machine, called the driver, that prints next instructions to execute. You perform these instructions, then you run the driver again. Repeat without stopping until the driver prints that execution is finished.

WORKER — an agent the orchestrator spawned at Stage 2 or Stage 3. You write ONE file: the control-flow plan, or one sub-agent definition file. Then you exit. You never run scripts/get_next_instruction.py.

SUB-AGENT — an agent the orchestrator spawned at Stage 5 to perform requested work. You execute what is requested, write ONE result JSON file based on the JSON schema specified. Then you exit. You never run scripts/get_next_instruction.py.

Arguments and environment

  • --llassembly-session <id> — identifies this workflow session; every file and every log record is keyed by it. You must type the id the driver gave you on every execution, written as an argument after the command: python scripts/get_next_instruction.py --llassembly-session <id>.
  • LLASSEMBLY_WORKFLOW_PATH — base directory for workflow workspaces, supplied by the environment (default /tmp). Leave it as you found it; setting it moves the whole workflow.

Execution protocol for worker and sub-agent:

If you are a WORKER or a SUB-AGENT, open the one file your dispatch named, do instructed scope of work, report / write results and exit. You never perform orchestrator duty.

Execution protocol for orchestrator:

These stages are the ORCHESTRATOR's protocol. A WORKER or a SUB-AGENT never performs them.

SPAWN A NEW AGENT

Every instruction given from the driver that says SPAWN A NEW AGENT means: use your agent-spawning tool to start a separate, standalone, independent agent that receives only the prompt text you write, does the work on its own, and exits — never you, never a continuation of an agent that already ran, never a to-do / checklist / task-list entry.

Read the full file on GitHub · 195 lines

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. 4d ago First seen · 195 lines · 60 tokens per session scan A 5346808c286f

Subscribe to this mod's changes

llassembly-agentic-workflow is a skill published in the GitHub repository electronick1/LLAssemblyCLI (7 stars, last pushed 24d ago), licensed MIT. It adds 60 tokens to every session and 2,370 once invoked, about $0.0003 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-08-31.

Related

Other skills, from other repositories

code-module-summaries

Use when scanning an arbitrary Git repository to create, refresh, or selectively update Markdown summaries of code modules, especially when changes must be traced from each module's last successful update.

DemonDamon/AgenticX · 41 tokens

agenticx-query-data-source

Use when the user asks about verifiable quantitative facts (stock prices, financial indicators, macro data, company registry, academic metrics, legal statutes) that must come from a live data source rather than training memory.

DemonDamon/AgenticX · 49 tokens

agenticx-a2a-connector

Guide for using the A2A (Agent-to-Agent) communication protocol in AgenticX including agent discovery, skill invocation, remote agent cards, and distributed agent systems. Use when the user wants agents to communicate with each other, set up distributed agent systems, invoke remote agent skills, or build…

DemonDamon/AgenticX · 73 tokens

agenticx-memory-architect

Guide for setting up and using the AgenticX memory system including Mem0 integration, long-term memory, context management, and memory-enhanced agents. Use when the user wants to add memory to agents, persist conversation history, build memory-aware workflows, or integrate with Mem0 for long-term recall.

DemonDamon/AgenticX · 67 tokens

agenticx-workflow-designer

Guide for designing and running AgenticX workflows including sequential pipelines, parallel execution, graph-based orchestration, conditional routing, and trigger services. Use when the user wants to create workflows, orchestrate multiple agents, design agent pipelines, or set up complex multi-step processes.

DemonDamon/AgenticX · 62 tokens

agenticx-agent-builder

Guide for creating persistent Near desktop digital avatars (数字分身) via natural-language interview and the createavatar tool. Use when the user wants to create an avatar, digital twin, specialist agent persona, or add someone to the avatar sidebar.

DemonDamon/AgenticX · 54 tokens