Thank you for your interest in GStack for OpenCode! We welcome contributions from everyone to help make this project a world-class AI programming workflow system.
We are always looking for more specialized roles!
- Copy
agents/template.mdtoagents/your-role.md. - Define the role's mission, tasks, and constraints.
- Create a corresponding slash command in
commands/your-command.md. - Test it in your local OpenCode environment.
- Submit a Pull Request.
If you find a role's instructions are unclear or if you have found a better way to prompt for a specific task, please submit a PR!
Use GitHub Issues to report any problems you find with the installation script or the role definitions.
Have an idea for a new workflow or a new way to use GStack? Let us know in the Issues.
- Fork the repository.
- Create a new branch:
git checkout -b feat/new-role-security. - Make your changes.
- Test locally using
./install.sh. - Push to your fork and submit a PR.
- Markdown: Use clear, structured Markdown.
- YAML: Ensure frontmatter is correctly formatted.
- Bilingual: If possible, provide both Chinese and English documentation.
感谢你对 GStack for OpenCode 的关注!我们欢迎来自任何人的贡献。
- 复制
agents/template.md到agents/your-role.md。 - 定义角色的使命、任务和约束。
- 在
commands/your-command.md中创建对应的斜杠命令。 - 在本地 OpenCode 环境中测试。
- 提交 PR。
如果你发现某个角色的指令不清晰,或者你有更好的 Prompt,欢迎提交 PR。
使用 GitHub Issues 报告安装脚本或角色定义中的问题。
有新的工作流想法?在 Issues 中告诉我们。
请参阅 CODE_OF_CONDUCT.md。