Skip to content

sustainability-software-lab/sustainasoft-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sustainability Software Lab Plugins

Install in Claude Code

Custom Claude Code agents, skills, and commands for Sustainability Software Lab projects.

Installation

/plugin marketplace add sustainability-software-lab/sustainasoft-plugins

Or install individual plugins:

/plugin add sustainability-software-lab/sustainasoft-plugins/plugins/github-workflow

Plugins

GitHub Workflow

Commands for managing GitHub issues directly from Claude Code — no browser required.

Commands

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

When to use

  • 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

Repository Structure

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

Contributing

Contributions are welcome. To add a new plugin:

  1. Create a directory under plugins/ or community-plugins/
  2. Add a .claude-plugin/plugin.json with name, description, and version
  3. Add your agents, skills, or commands following the existing conventions
  4. Update .claude-plugin/marketplace.json to register the plugin
  5. Open a PR with a description of what the plugin does and who it's for

License

MIT © Sustainability Software Lab

About

Custom Claude Code agents, skills, and commands for Sustainability Software Lab projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors