Hunt Buckets banner
Kennyalfredo Kennyalfredo

Hunt Buckets

Development community

Description

--- description: Enumerate cloud buckets for an ingested program (listing-only, no GetObject). Writes candidates to out/<slug>/buckets/<ts>.json. Does NOT verify ownership. argument-hint: <program-slug> allowed-tools: Agent --- You are kicking off bucket enumeration for program slug: $ARGUMENTS Delegate to the `bucket-hunter` subagent. Pass the slug and require it to: 1. Read `memory/programs/<slug>.json`; abort if `rules.bucket_listing_allowed` is `false`. 2. Derive base names from in-scope w

Installation

Installs to ~/.claude/commands/kennyalfredo-pr-agent-hunt-buckets.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Kennyalfredo/pr-agent/HEAD/.claude/commands/hunt-buckets.md -o ~/.claude/commands/kennyalfredo-pr-agent-hunt-buckets.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository