The missing developer handbook for ZCode.
Master ZCode skills, agents, MCP servers, subagents, Goal Mode, Remote Control and troubleshooting — directly inside your coding workflow.
7 Skills · 2 Slash Commands · Automatic Skill Discovery · English Handbook
ZCode is powerful, but its features are spread across agents, skills, plugins, MCP servers, subagents, Goal Mode and remote workflows.
This plugin brings the most important ZCode knowledge directly into your assistant, so you can stop switching between documentation pages and your editor.
Use it to:
- Learn how ZCode skills work
- Build better custom skills
- Understand agents, execution modes and
AGENTS.md - Configure MCP servers and plugins
- Use Goal Mode and Task Management effectively
- Work with Remote Control and Bot Channel
- Troubleshoot common ZCode problems faster
| Area | Description |
|---|---|
| Agent Workflow | Agents, execution modes, AGENTS.md, workflow patterns |
| Skill System | Skill anatomy, progressive disclosure, discovery and best practices |
| Goal Mode | Goal Mode, task management, file management and edit history |
| Remote Control | Remote Control and Bot Channel usage |
| Subagents | General-purpose, Explore and custom subagents |
| MCP & Plugins | MCP servers, plugin structure and commands |
| Best Practices | Diagnostics, troubleshooting and production usage tips |
| Plugin | Language | Skills | Commands |
|---|---|---|---|
zcode-handbook-en |
English | 7 | 2 |
| Skill | Coverage |
|---|---|
zcode-agent-en |
Agent, execution modes, AGENTS.md, workflow |
zcode-skill-guide |
Skill anatomy, progressive disclosure, discovery, creation and best practices |
zcode-goal-task-en |
Goal Mode, Task & File Management, Edit History |
zcode-remote-en |
Remote Control, Bot Channel |
zcode-subagents-en |
Subagents: general-purpose, Explore and custom |
zcode-mcp-plugin-en |
MCP Servers, Plugin, Commands |
zcode-best-practices-en |
Best practices and diagnostics |
- Open ZCode
- Go to Settings
- Open Plugin Management
- Go to the Marketplace tab
- Click the + button
- Add this repository:
imserhatdemir/zcode-handbook-pluginor use the Git URL:
[https://github.com/imserhatdemir/zcode-handbook-plugin.git](https://github.com/imserhatdemir/zcode-powerpack.git)- Click Add
- Find the plugin in the Discover list
- Click Get to install it
Clone the repository:
git clone https://github.com/imserhatdemir/zcode-handbook-plugin.gitThen add the local repository path from:
Settings → Plugin Management → Marketplace → +After installation, ZCode can automatically discover and load the relevant skill based on your question.
/handbookShows an overview of the ZCode Handbook and available topics.
/troubleshootHelps diagnose common ZCode setup, workflow and plugin issues.
You can also invoke a specific skill manually:
$zcode-skill-guide how do I create a production-ready ZCode skill?$zcode-mcp-plugin-en how do I configure an MCP server in ZCode?$zcode-agent-en how should I structure my AGENTS.md file?Try these after installing the plugin:
How do ZCode skills work?How should I create a custom skill?What is the best structure for AGENTS.md?How do I use Goal Mode effectively?How do I debug a plugin that is not loading?How do MCP servers work in ZCode?zcode-handbook-plugin/
├── README.md
├── LICENSE
├── .zcode-plugin/
│ └── marketplace.json
├── docs/
│ └── ZCode-Skill-Dokumantasyon.pdf
└── plugins/
└── zcode-handbook-en/
├── .zcode-plugin/
│ └── plugin.json
├── package.json
├── README.md
├── skills/
└── commands/Planned improvements:
- Turkish handbook plugin
- More troubleshooting examples
- Installation screenshots
- Short demo videos
- Skill templates
- MCP configuration examples
- Community-contributed ZCode recipes
Contributions are welcome.
You can help by:
- Improving explanations
- Adding examples
- Expanding troubleshooting cases
- Adding new ZCode workflows
- Translating the handbook into other languages
- Reporting outdated or missing documentation
To contribute:
- Fork the repository
- Create a feature branch
- Make your changes
- Open a pull request
- Official ZCode website: https://zcode.z.ai/en
- Official documentation: https://zcode.z.ai/en/docs/welcome
MIT — see LICENSE.
