GitHub - gi-dellav/use-zerostack: Skill compatible with any coding agent that allows to delegate tasks and reviews to zerostack
Navigation Menu
Toggle navigation
[](https://github.com/)
Appearance settings
* Platform
* AI CODE CREATION
- GitHub Copilot Write better code with AI
- GitHub Copilot app Direct agents from issue to merge
- MCP Registry New Integrate external tools
* DEVELOPER WORKFLOWS
- Actions Automate any workflow
- Codespaces Instant dev environments
- Code Review Manage code changes
* APPLICATION SECURITY
- GitHub Advanced Security Find and fix vulnerabilities
- Code security Secure your code as you build
- Secret protection Stop leaks before they start
* EXPLORE
- Blog
* Solutions
* BY COMPANY SIZE
- Startups
* BY USE CASE
- DevOps
- CI/CD
* BY INDUSTRY
* Resources
* EXPLORE BY TOPIC
- AI
- DevOps
- Security
* EXPLORE BY TYPE
* SUPPORT & SERVICES
- Partners
* Open Source
* COMMUNITY
- GitHub Sponsors Fund open source developers
* PROGRAMS
* REPOSITORIES
- Topics
- Trending
* Enterprise
* ENTERPRISE SOLUTIONS
- Enterprise platform AI-powered developer platform
* AVAILABLE ADD-ONS
- GitHub Advanced Security Enterprise-grade security features
- Copilot for Business Enterprise-grade AI features
- Premium Support Enterprise-grade 24/7 support
- Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search
Clear
Provide feedback
We read every piece of feedback, and take your input very seriously.
- [x] 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
Appearance settings
Resetting focus
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
gi-dellav/**use-zerostack**Public
- NotificationsYou must be signed in to change notification settings
- Fork 1
- Star 3
- Code
- Issues 0
- Actions
- Projects
- Insights
Additional navigation options
- Code
- Issues
- Actions
- Projects
- Insights
[](https://github.com/gi-dellav/use-zerostack)
gi-dellav/use-zerostack
main
[](https://github.com/gi-dellav/use-zerostack/branches)[](https://github.com/gi-dellav/use-zerostack/tags)
Go to file
Code
Open more actions menu
Folders and files
| Name | Name | Last commit message | Last commit date | | --- | --- | --- | --- |
| ## Latest commit gi-dellav wrote README.md Jun 28, 2026 e19914d·Jun 28, 2026 ## History 6 Commits Open commit details [](https://github.com/gi-dellav/use-zerostack/commits/main/)6 Commits |
| [use-zerostack](https://github.com/gi-dellav/use-zerostack/tree/main/use-zerostack "use-zerostack") | [use-zerostack](https://github.com/gi-dellav/use-zerostack/tree/main/use-zerostack "use-zerostack") | [fix: point /zs:orchestrate at the orchestrator prompt](https://github.com/gi-dellav/use-zerostack/commit/e03406ae87714dbfd87e9c6458097aa219b7631c "fix: point /zs:orchestrate at the orchestrator prompt /zs:orchestrate loaded `--load-prompt orchestrate`, but the built-in prompt is named `orchestrator` (there is no `orchestrate`), so the command failed with `error: unknown prompt 'orchestrate'`. Point it at the correct name in the command, the prose, and the quick-reference table. Also add two execution notes confirmed while testing the other commands: --no-context-files suppresses the \"No ARCHITECTURE.md found ... Create one?\" line that prints into -p output, and the commands need a configured default provider (or an explicit --provider/key) or they fail with \"No API key found\".") | Jun 28, 2026 |
| [.gitignore](https://github.com/gi-dellav/use-zerostack/blob/main/.gitignore ".gitignore") | [.gitignore](https://github.com/gi-dellav/use-zerostack/blob/main/.gitignore ".gitignore") | [Initial commit](https://github.com/gi-dellav/use-zerostack/commit/6c698c294ef37b04d4da8ccaf1065bf5047dc733 "Initial commit") | Jun 28, 2026 |
| [LICENSE](https://github.com/gi-dellav/use-zerostack/blob/main/LICENSE "LICENSE") | [LICENSE](https://github.com/gi-dellav/use-zerostack/blob/main/LICENSE "LICENSE") | [Initial commit](https://github.com/gi-dellav/use-zerostack/commit/6c698c294ef37b04d4da8ccaf1065bf5047dc733 "Initial commit") | Jun 28, 2026 |
| [README.md](https://github.com/gi-dellav/use-zerostack/blob/main/README.md "README.md") | [README.md](https://github.com/gi-dellav/use-zerostack/blob/main/README.md "README.md") | [wrote README.md](https://github.com/gi-dellav/use-zerostack/commit/e19914d27f2cabe259fb310a5c2a50410daeaac2 "wrote README.md") | Jun 28, 2026 | | View all files |
Repository files navigation
- README
More items
use-zerostack
[](https://github.com/gi-dellav/use-zerostack/#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
[](https://github.com/gi-dellav/use-zerostack/#quick-reference)
| Command | Purpose | | --- | --- | | `/zs:code <task>` | Implement or fix code | | `/zs:ask <question>` | Answer a question (no file writes) | | `/zs:plan <task>` | Produce a step-by-step plan | | `/zs:review [focus] <target>` | Review code, diff, or PR | | `/zs:parallel <task>` | Isolated worktree coding task | | `/zs:orchestrate <task>` | Multi-sub-agent complex task |
Install
[](https://github.com/gi-dellav/use-zerostack/#install)
Copy the `use-zerostack/` directory into your agent's skills directory.
Prerequisites
[](https://github.com/gi-dellav/use-zerostack/#prerequisites)
`zerostack` must be installed and a provider configured. If `zerostack` is missing:
undefinedshell
via Homebrew
brew tap gi-dellav/tap brew trust gi-dellav/tap brew install zerostack
via Cargo
cargo install zerostack
without using a package manager
curl -fsSL https://raw.githubusercontent.com/gi-dellav/zerostack/main/install.sh | bash undefined
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
[](https://github.com/gi-dellav/use-zerostack/#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
[](https://github.com/gi-dellav/use-zerostack/#license)
GPL-3.0 — see LICENSE.
About
Skill compatible with any coding agent that allows to delegate tasks and reviews to zerostack
Resources
License
Uh oh!
There was an error while loading. Please reload this page.
Stars
Watchers
Forks
Releases 1
Packages 0
No packages published
Contributors 2
- **gi-dellav**Giuseppe Della Vedova
- **xavierforge**Xavier (Chih-Ying) Yen
Footer
[](https://github.com/) © 2026 GitHub,Inc.
Footer navigation
- Terms
- Privacy
- Security
- Status
- Docs
- Contact
- Manage cookies
- Do not share my personal information
You can’t perform that action at this time.