Skip to content

Add AWS Cost Saver plugin#13

Open
prajapatimehul wants to merge 3 commits intojmanhype:mainfrom
prajapatimehul:add-aws-cost-saver
Open

Add AWS Cost Saver plugin#13
prajapatimehul wants to merge 3 commits intojmanhype:mainfrom
prajapatimehul:add-aws-cost-saver

Conversation

@prajapatimehul
Copy link
Copy Markdown

@prajapatimehul prajapatimehul commented Feb 16, 2026

Hey! 👋

I built AWS Cost Saver - a plugin that scans AWS accounts for wasted spend.

What it does:

  • 173 automated checks across EC2, RDS, S3, Lambda, and more
  • ML-powered recommendations from AWS Compute Optimizer
  • Real pricing from AWS API (no guessing)
  • Read-only and safe

Real result: Cut one account from $105/day → $42/day (60% savings)

Install:

/plugin marketplace add git@github.com:prajapatimehul/claude-aws-cost-saver.git
/plugin install aws-cost-saver

Repo: https://github.com/prajapatimehul/claude-aws-cost-saver

Thanks for maintaining this list!

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@qodo-code-review
Copy link
Copy Markdown

Review Summary by Qodo

Add AWS Cost Saver plugin to marketplace list

✨ Enhancement

Grey Divider

Walkthroughs

Description
• Add AWS Cost Saver plugin to marketplace list
• Plugin provides 173 automated checks for cost optimization
• Includes ML-powered recommendations and real AWS pricing
Diagram
flowchart LR
  A["README.md"] -- "Add plugin entry" --> B["Plugins & Extensions section"]
  B -- "AWS Cost Saver" --> C["173 automated checks<br/>ML recommendations<br/>Real AWS pricing"]
Loading

Grey Divider

File Changes

1. README.md 📝 Documentation +1/-0

Add AWS Cost Saver plugin to README

• Added AWS Cost Saver plugin entry to Plugins & Extensions section
• Includes plugin description, features, and installation command
• Entry positioned alphabetically before Claude Code Commands Marketplace

README.md


Grey Divider

Qodo Logo

@qodo-code-review
Copy link
Copy Markdown

qodo-code-review bot commented Feb 16, 2026

Code Review by Qodo

🐞 Bugs (1) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider


Remediation recommended

✅ 1. Incorrect add command format 🐞 Bug ✓ Correctness
Description
The AWS Cost Saver entry tells users to run /plugin marketplace add git@github.com:... (SSH clone
URL), which conflicts with this README’s documented owner/repo syntax for both adding marketplaces
and installing plugins. This inconsistency can cause user confusion and may fail for users without
SSH GitHub access configured.
Code

README.md[17]

+- [AWS Cost Saver](https://github.com/prajapatimehul/aws-cost-saver) - Plugin that scans AWS accounts for wasted spend with 173 automated checks across EC2, RDS, S3, Lambda, and more. Uses ML-powered recommendations from AWS Compute Optimizer and real pricing from AWS API; add with `/plugin marketplace add git@github.com:prajapatimehul/aws-cost-saver.git`.
Evidence
The README’s “How to use” section documents marketplace addition using owner/repo (not an SSH URL)
and plugin installation via /plugin install /. Other entries in the same list also use
owner/repo for marketplace add, so the new SSH-style command is a newly introduced
inconsistency.

README.md[5-21]
contributing.md[5-12]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

## Issue description
The README entry for AWS Cost Saver uses an SSH clone URL (`git@github.com:...`) with `/plugin marketplace add`, which is inconsistent with this repo’s documented `/plugin marketplace add owner/repo` and `/plugin install &amp;lt;owner&amp;gt;/&amp;lt;repo&amp;gt;` patterns.
### Issue Context
Readers will likely follow the README’s “How to use” section and other existing list items, which consistently show `owner/repo` syntax. The new entry’s SSH URL introduces inconsistency and may not work for users without GitHub SSH configured.
### Fix Focus Areas
- README.md[17-17]

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

Change from SSH URL to owner/repo format:
- git@github.com:prajapatimehul/aws-cost-saver.git
- → prajapatimehul/aws-cost-saver

Matches the documented pattern used by other entries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant