← All plugins
warden-iam
v1.9.1Build IAM from scratch — roles, policies, service accounts with least privilege. Use when asked to "set up IAM", "create roles", "service accounts", or "access control".
Claude Code1 skill
by tonone-aiMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/tonone/skills/warden-iam/ inside the repository.
Layout
plugins/ai-agency/tonone/skills/warden-iam/
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
warden-iamSKILL.md
Build IAM from scratch — roles, policies, service accounts with least privilege. Use when asked to "set up IAM", "create roles", "service accounts", or "access control".
Manifests1
plugins/ai-agency/tonone/skills/warden-iam/.claude-plugin/plugin.json
{
"name": "warden-iam",
"version": "1.9.1",
"description": "Build IAM from scratch — roles, policies, service accounts with least privilege. Use when asked to \"set up IAM\", \"create roles\", \"service accounts\", or \"access control\".",
"author": {
"name": "tonone-ai",
"url": "https://tonone.ai"
},
"repository": "https://github.com/tonone-ai/tonone",
"license": "MIT",
"type": "skill",
"keywords": [
"warden",
"skill"
]
}