AGENT0S
HomeLibraryAgentic
FeedbackLearn AI
LIVE
Agent0s · AI Intelligence Library
Share FeedbackUpdated daily · 7am PST
Library/plugin
pluginintermediateClaude Code

Claude Code Plugin Marketplace by sgaunet

This is a collection of expert AI assistants that can be added to the Claude Code agent. It provides specialized helpers for tasks like managing cloud infrastructure (AWS, Terraform), improving software engineering quality (code reviews, debugging), and writing advanced Go code.

AI SETUP PROMPT

Paste into Claude Code — it will scan your project and set everything up

# Install & Configure: Claude Code Plugin Marketplace by sgaunet

## What This Is
This is a collection of expert AI assistants that can be added to the Claude Code agent. It provides specialized helpers for tasks like managing cloud infrastructure (AWS, Terraform), improving software engineering quality (code reviews, debugging), and writing advanced Go code.

Source: https://github.com/sgaunet/claude-plugins

## Before You Start

Scan my workspace and analyze:
- The project language, framework, and directory structure
- Existing agent configuration (check for .claude/, .codex/, CLAUDE.md, settings.json, commands/, skills/ directories)
- Whether this repository or a similar tool is already cloned or installed

Then ask me before proceeding:
1. Do I need to configure any service credentials for this plugin (database, API keys, etc.)?
2. Should this be project-scoped or global?

## Fetch the Source

Clone or inspect the repository to understand what needs to be installed:
```bash
gh repo clone sgaunet/claude-plugins
```
Review the README, directory structure, and any install instructions before proceeding.

## What to Implement

This is an **Agent Plugin** — typically an MCP server or capability bundle.

- Install any required npm/pip packages from the source repository
- Register the MCP server in `.claude/settings.json` under the `mcpServers` key with the correct command and args
- Configure any required environment variables or credentials
- Verify the server starts correctly by checking its expected output

## Additional Context

- Execute the Claude Code command '/plugin marketplace add sgaunet/claude-plugins' to install the plugin collection from the specified GitHub repository.
- Scan the user's environment for the 'gh' (GitHub) and 'glab' (GitLab) CLI tools. If they are not found, instruct the user on how to install and authenticate them, as they are prerequisites for repository-related commands.
- Inform the user about the optional Perplexity AI integration for enhanced research. If they consent, clone the 'sgaunet/pplx' repository, compile it using 'go install', add it to the MCP configuration with 'claude mcp add perplexity-ai -- pplx mcp-stdio', and prompt for their 'PPLX_API_KEY' to configure it as an environment variable.

## Reference Implementation

```
/plugin marketplace add sgaunet/claude-plugins
```

## Guidelines

- Adapt everything to my existing project — do not assume a specific stack or directory layout
- Review any fetched code for safety before installing or executing it
- After setup, run a quick verification and show me a summary of exactly what was installed, where, and how to use it
2,658 charactersCompatible with Claude Code & Codex CLI
MANUAL SETUP STEPS
  1. 01Execute the Claude Code command '/plugin marketplace add sgaunet/claude-plugins' to install the plugin collection from the specified GitHub repository.
  2. 02Scan the user's environment for the 'gh' (GitHub) and 'glab' (GitLab) CLI tools. If they are not found, instruct the user on how to install and authenticate them, as they are prerequisites for repository-related commands.
  3. 03Inform the user about the optional Perplexity AI integration for enhanced research. If they consent, clone the 'sgaunet/pplx' repository, compile it using 'go install', add it to the MCP configuration with 'claude mcp add perplexity-ai -- pplx mcp-stdio', and prompt for their 'PPLX_API_KEY' to configure it as an environment variable.

CODE INTELLIGENCE

bash
/plugin marketplace add sgaunet/claude-plugins

FIELD OPERATIONS

Automated IaC Review and Deployment Pipeline

Use the `devops-specialist` agent to review Terraform files for best practices. Upon a successful review, have the `cicd-specialist` agent automatically generate a new GitHub Actions workflow to plan and apply the infrastructure changes in a staging environment.

Go Microservice Starter Kit Generator

Create a project generator that leverages the `go-specialist` agent. The generator should scaffold a new Go microservice with a production-ready `main.go`, a basic HTTP server, and concurrency-safe patterns, then use the agent to generate CI/CD workflow files for linting and building with GoReleaser.

STRATEGIC APPLICATIONS

  • →A DevOps team can use the `devops-infrastructure` plugin pack to standardize their Terraform scripts. The `aws-specialist` agent can proactively suggest cost optimizations and security improvements based on the Well-Architected Framework, reducing cloud spend and risk.
  • →A software development consultancy can leverage the `software-engineering` pack to enforce consistent code quality across all client projects. The `code-review-enforcer` agent can be used to automatically flag issues before they are merged, and the `docs-architect` can quickly generate high-quality technical documentation.

TAGS

#plugin#marketplace#devops#aws#terraform#go#code-review#cicd#mcp
Source: GITHUB · Quality score: 7/10
VIEW SOURCE