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.
npx agentmods add skills/electronick1/llassemblycli/common_skill_partsnpx skills add electronick1/LLAssemblyCLI --skill common_skill_partsgit clone --depth 1 https://github.com/electronick1/LLAssemblyCLIWrote 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.
[](https://agentmods.dev/skills/electronick1/llassemblycli/common_skill_parts)<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
What ships with it
24 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.
- assets/command_stage_1/get_context.txt 329 B
- assets/command_stage_1/workflow_id_init.txt 453 B
- assets/command_stage_1/workflow_id.txt 420 B
- assets/command_stage_2/create_plan.txt 1.9 KB
- assets/command_stage_3/generate_sub_agent_item.txt 142 B
- assets/command_stage_3/generate_sub_agent.txt 2.2 KB
- assets/command_stage_4/save_exists.txt 151 B
- assets/command_stage_4/save_invalid_cli.txt 238 B
- assets/command_stage_4/save_invalid.txt 225 B
- assets/command_stage_4/saved.txt 95 B
- assets/command_stage_5/execute_sub_agent.txt 2.4 KB
- assets/command_stage_5/finished.txt 343 B
- assets/command_stage_5/incorrect_sub_agent_results.txt 939 B
- assets/fallback_cases/emulator_unimportable.txt 478 B
- assets/fallback_cases/plan_load_failed.txt 399 B
- assets/llassembly-claude-workflow.js 10 KB runs code
- references/agent_generator_helpers/coding.md 1.2 KB
- references/agent_generator_helpers/diagnosis.md 992 B
- references/agent_generator_helpers/research.md 2.3 KB
- references/agent_generator_helpers/testing.md 978 B
- references/agent_generator_helpers/verification.md 1.2 KB
- references/prebuilt-skill.md 1.4 KB
- references/workers/llassembly-generate-sub-agents.md 6.4 KB
- scripts/get_next_instruction.py 29 KB runs code
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.
- 4d ago First seen · 195 lines · 60 tokens per session scan A 5346808c286f
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.
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.
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.
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…
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.
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.
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.