Show HN: Use-zerostack – delegate any task to a lightweight coding agent

gidellav1 pts0 comments

GitHub - gi-dellav/use-zerostack: Skill compatible with any coding agent that allows to delegate tasks and reviews to zerostack · GitHub

/" data-turbo-transient="true" />

Skip to content

Search or jump to...

Search code, repositories, users, issues, pull requests...

-->

Search

Clear

Search syntax tips

Provide feedback

--><br>We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel

Submit feedback

Saved searches

Use saved searches to filter your results more quickly

-->

Name

Query

To see all available qualifiers, see our documentation.

Cancel

Create saved search

Sign in

/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up

Appearance settings

Resetting focus

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

gi-dellav

use-zerostack

Public

Notifications<br>You must be signed in to change notification settings

Fork

Star

main

BranchesTags

Go to file

CodeOpen more actions menu

Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit

History<br>6 Commits<br>6 Commits

use-zerostack

use-zerostack

.gitignore

.gitignore

LICENSE

LICENSE

README.md

README.md

View all files

Repository files navigation

use-zerostack

A skill for coding agents (Claude Code, Cursor, etc.) that maps slash commands to zerostack, a lightweight CLI coding agent.

Delegates coding, planning, reviewing, and complex orchestration tasks from your agent to zerostack with precise CLI invocations.

Quick reference

Command<br>Purpose

/zs:code<br>Implement or fix code

/zs:ask<br>Answer a question (no file writes)

/zs:plan<br>Produce a step-by-step plan

/zs:review [focus]<br>Review code, diff, or PR

/zs:parallel<br>Isolated worktree coding task

/zs:orchestrate<br>Multi-sub-agent complex task

Install

Copy the use-zerostack/ directory into your agent's skills directory.

Prerequisites

zerostack must be installed and a provider configured. If zerostack is missing:

# via Homebrew<br>brew tap gi-dellav/tap<br>brew trust gi-dellav/tap<br>brew install zerostack

# via Cargo<br>cargo install zerostack

# without using a package manager<br>curl -fsSL https://raw.githubusercontent.com/gi-dellav/zerostack/main/install.sh | bash

Set at least one API key (e.g. ANTHROPIC_API_KEY, OPENAI_API_KEY) in your environment or in zerostack's configuration file.

Trigger phrases

The skill activates on any of these:

/zs:code, /zs:ask, /zs:plan, /zs:review, /zs:parallel, /zs:orchestrate

"run zerostack", "delegate to zs", "use zs to ..."

Any mention of zerostack as the executor

License

GPL-3.0 — see LICENSE.

About

Skill compatible with any coding agent that allows to delegate tasks and reviews to zerostack

Resources

Readme

License

GPL-3.0 license

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

star

Watchers

watching

Forks

fork

Report repository

Releases

v1.0.0

Latest

Jun 28, 2026

Packages

Uh oh!

There was an error while loading. Please reload this page.

Contributors

Uh oh!

There was an error while loading. Please reload this page.

You can’t perform that action at this time.

zerostack coding agent code reload license

Related Articles