dungle-scrubsdungle-scrubsCommunityยท1 Agent Skills Included

tallow

Modular terminal coding agent with extensions and multi-model routing

Runs coding tasks directly in your terminal with pluggable extensions, themes, and agent templates. Routes work across multiple model providers by cost and accuracy, and coordinates parallel sub-agents on shared task boards. Snapshots file changes every turn so you can rewind mistakes, and bridges existing Claude Code project configs without changes.
npx skills add dungle-scrubs/tallow --all -g -y
Available:

Tells coding agents how to build, test, and extend this repository, including tool restriction flags, the extension-first development policy, and rules for when the forked TUI may be modified.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Tallow?โ–ผ

Run `npx skills add dungle-scrubs/tallow --all -g -y` in your terminal to install everything globally.

What does Tallow do?โ–ผ

Tallow is a terminal coding agent that edits files, runs shell commands, and manages multi-step coding work. It ships with 52 extensions, 34 themes, and supports routing tasks across multiple model providers.

Does Tallow work with Claude Code projects?โ–ผ

Yes. Tallow scans both `.tallow/` and `.claude/` directories, so existing Claude Code skills, agents, and commands work without any changes.

Can I restrict which tools Tallow uses?โ–ผ

Yes. Use the `--tools` flag with presets like `readonly` or `none`, or pass a comma-separated allowlist such as `read,grep,find` to block everything else at runtime.

Can I extend Tallow without forking it?โ–ผ

Yes. Drop a TypeScript file into `~/.tallow/extensions/` that registers tools, commands, or event handlers through the extension API, and it loads automatically on startup.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’