infra-permission-manager

Official

Automate IAM permission management and audit trails.

Authorfractary
Version1.0.0
Installs0

System Documentation

What problem does it solves?

Managing IAM permissions manually is error-prone, complex, and often reactive to deployment failures. This skill automates the process of granting necessary permissions, ensuring least privilege and maintaining a complete audit trail.

Core Features & Use Cases

  • Automated Permission Granting: Automatically grant missing IAM permissions during deployment failures.
  • Audit Trail & Compliance: Maintain a comprehensive audit log of all permission changes for compliance.
  • Profile Separation & Scoping: Enforce strict profile separation and scope permissions to specific environments, preventing over-privileging.
  • Use Case: A deployment failed due to an s3:PutObject permission error in the 'test' environment. Use this skill to automatically grant the missing permission, ensuring it's properly scoped and logged.

Quick Start

Grant 's3:GetObject' permission for the 'test' environment with resource pattern 'arn:aws:s3:::myproject-core-test-*'.

Dependency Matrix

Required Modules

Bashaws-clijq

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: infra-permission-manager
Download link: https://github.com/fractary/claude-plugins/archive/main.zip#infra-permission-manager

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository