Hand-craft items in Factorio from materials in your inventory (belts, inserters, chests, gears...). Crafts intermediate ingredients recursively when you have the raw materials.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add bdambrosio/Cognitive_workbench --skill fac-craft --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fac Craft?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bdambrosio-fac-craft)More formats (shields.io, HTML) on the badges page.
---
name: fac-craft
description: Hand-craft items in Factorio from materials in your inventory (belts, inserters, chests, gears...). Crafts intermediate ingredients recursively when you have the raw materials.
args:
item: required string — item to craft, e.g. "transport-belt", "burner-inserter", "iron-chest"
count: optional number (default 1) — how many
---
# fac-craft
Craft items via the game bridge (FLE's recursive crafter: missing
intermediates are crafted from raw materials when possible).
```json
{"thought": "need belts for the run", "tool": "fac-craft", "args": {"item": "transport-belt", "count": 10}}
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!