Custom Claude Code agents, skills, and commands for Sustainability Software Lab projects.
/plugin marketplace add sustainability-software-lab/sustainasoft-pluginsOr install individual plugins:
/plugin add sustainability-software-lab/sustainasoft-plugins/plugins/github-workflowCommands for managing GitHub issues directly from Claude Code — no browser required.
| Command | Description |
|---|---|
/new-issue |
Translate a freeform description into a well-structured GitHub issue, with optional screenshot attachment |
/fix-issue |
Fully research, plan, implement, and document a fix for an existing GitHub issue |
- You want to file a bug or feature request without leaving your terminal
- You have a screenshot or informal description and want it turned into a proper issue
- You want Claude to autonomously research, implement, and close an issue end-to-end
sustainasoft-plugins/
├── .claude-plugin/
│ └── marketplace.json # Plugin registry for /plugin marketplace
└── plugins/
└── github-workflow/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── README.md
└── commands/
├── new-issue.md # /new-issue command
└── fix-issue.md # /fix-issue command
Contributions are welcome. To add a new plugin:
- Create a directory under
plugins/orcommunity-plugins/ - Add a
.claude-plugin/plugin.jsonwith name, description, and version - Add your agents, skills, or commands following the existing conventions
- Update
.claude-plugin/marketplace.jsonto register the plugin - Open a PR with a description of what the plugin does and who it's for