makigjuro

47 mods across 1 repository, 1 stars between them.

cloud-infra

02

makigjuro/cloudstack-ai-plugins

Plugin Claude Code

Terraform + Helm infrastructure scaffolding, linting, and review — module scaffolding, chart templates, validation pipelines, security scanning (trivy), and infrastructure-specific code review.

1 1mo ago A tokens not measured original MIT

infra-reviewer

03

makigjuro/cloudstack-ai-plugins

Agent

Dedicated Terraform/Helm/CI review for infrastructure changes. Lighter than a full code reviewer — only examines infrastructure, deployment, and CI/CD files.

1 1mo ago A 35 tokens original MIT

add-helm-chart

04

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Scaffold a new Helm chart with standard templates and values. Use when deploying a new microservice or component to Kubernetes and it needs its own chart.

1 1mo ago A 35 tokens original MIT

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Scaffold a new Terraform module with variables, main, and outputs. Use when provisioning a new cloud resource (database, cache, storage, etc.) that needs its own Terraform module and optional IaC wrapper wiring.

1 1mo ago A 48 tokens original MIT

complete-infra

06

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Complete infrastructure task — lint, validate, review, and submit PR. Use when an infrastructure-only branch is ready for submission — runs Terraform/Helm validation and creates the PR, skipping application/frontend checks.

1 1mo ago A 45 tokens original MIT

infra-apply

07

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Run terraform plan for review and optionally apply infrastructure changes. Use when the user wants to preview or deploy infrastructure — always shows the plan before any apply.

1 1mo ago A 34 tokens original MIT

infra-lint

08

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Lint Terraform, Terragrunt, and Helm charts only — skips application and frontend checks. Use for infrastructure-only changes when /lint would be overkill.

1 1mo ago A 35 tokens original MIT

infra-plan

09

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Plan infrastructure changes — Terraform modules, Helm charts, CI/CD pipelines. Use when the user wants to add or modify cloud infrastructure, Kubernetes resources, or deployment pipelines.

1 1mo ago A 36 tokens original MIT

trivy-scan

10

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Scan Terraform and Helm charts for security misconfigurations using trivy. Use for a fast IaC security check — catches issues that /infra-lint doesn't (secrets, public-access defaults, missing encryption, weak TLS, over-broad IAM). Invoked automatically by /infra-lint and /complete-infra.

1 1mo ago B 71 tokens original MIT

dev-workflow

11

makigjuro/cloudstack-ai-plugins

Plugin Claude Code

End-to-end development workflow — PRD generation, feature planning, GitHub issue creation, branch management, quality gates, parallel code review, and PR creation.

1 1mo ago A tokens not measured original MIT

context7

12

makigjuro/cloudstack-ai-plugins

MCP server Claude CodeCodexCursor

Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.

1 1mo ago A tokens not measured original MIT

analyzer

13

makigjuro/cloudstack-ai-plugins

Agent

Codebase analyzer that finds patterns, related code, and integration points before implementing new features.

1 1mo ago A 21 tokens original MIT

PreToolUse

17

makigjuro/cloudstack-ai-plugins

Hook

Runs before the agent uses a tool for Bash and Bash tool calls, executing pre-commit-lint.sh and scan-secrets.sh (2 commands). From makigjuro/cloudstack-ai-plugins.

1 1mo ago A tokens not measured copy · 64% MIT

PostToolUse

18

makigjuro/cloudstack-ai-plugins

Hook

Runs after a tool call finishes for Edit and Write tool calls, executing format-on-save.sh. From makigjuro/cloudstack-ai-plugins.

1 1mo ago A tokens not measured copy · 86% MIT

code-review

19

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Review code changes for security, architecture, and quality issues. Use for deep PR-level review -- checks OWASP vulnerabilities, hexagonal architecture violations, code smells, and test gaps. For a quick architecture-only check, use /check-architecture instead.

1 1mo ago A 53 tokens original MIT

complete-task

20

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Complete current task with all quality gates, code review, QA check, and submit PR. Use when implementation is done and you want to run the full verification pipeline (build, lint, tests, review, QA) and create the pull request.

1 1mo ago A 52 tokens original MIT

create-pr

21

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Create a pull request with a structured description linking to the GitHub issue. Use when ready to push and open a PR -- auto-detects changed services/layers and generates a structured PR body with test plan.

1 1mo ago A 46 tokens original MIT

create-tasks

22

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Create GitHub issues from a feature plan or PRD -- automatically determines single issue vs epic + task issues. Use after /prd or /plan-feature to push tasks to GitHub, or whenever the user wants to create structured issue(s) for a feature.

1 1mo ago A 56 tokens original MIT

diagnose

23

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Investigate and diagnose problems using structured evidence gathering and hypothesis testing. Use whenever something is broken, failing, or behaving unexpectedly -- build errors, test failures, runtime exceptions, deployment issues, or performance problems.

1 1mo ago A 44 tokens original MIT

docs

24

makigjuro/cloudstack-ai-plugins

Skill Claude CodeCodex

Generate or update project documentation from code -- API docs, service docs, architecture docs, or runbooks. Use after adding endpoints, entities, events, or infrastructure changes, or when documentation may be stale.

1 1mo ago A 43 tokens original MIT