원클릭으로
coding-aws
AWS umbrella skill. Kai's primary cloud. Python via boto3, secrets and config via SSM Parameter Store, region pinned to us-east-1.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
AWS umbrella skill. Kai's primary cloud. Python via boto3, secrets and config via SSM Parameter Store, region pinned to us-east-1.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Kai's "start a sidequest" command - file a Forgejo issue from a described piece of work, then dispatch it through ward into its own session.
Tier and prune an issue backlog - P0-P4 tier definitions (P4 is the icebox/lowest tier), a target distribution as ranges, percentile-cut assignment that lands within the bands, pruning, and a second orthogonal automation-mode axis (headless/interactive/consult). Triggers - prioritize, prioritization, triage the backlog, P0/P1/P2/P3/P4, backlog ratio, icebox, burn down the backlog, tier the issues, automation mode, eligibility to dispatch.
gpg-ssm is a GPG wrapper that pulls signing material from AWS SSM at sign time instead of caching on disk. Use when wiring up a fresh machine for signed commits, bootstrapping the shared signing key, rotating a key, or debugging signing failures. Triggers - gpg-ssm, gpg signing, signed commits.
Git + GitHub umbrella. Hard rule - never use gh api graphql without double-confirming, REST is default. Owns the full PR lifecycle (branch, commit, open, monitor CI, auto-fix, merge) and routes to ward-passthrough and git-workflow siblings.
git workflow, forgejo, default tracker, commit, push, PR, gh, fj, issue, todo, gish.
Kai's technical preferences - Go CLI defaults (urfave/cli), Charm TUI stack, dead-repo check, doc conventions, default license. Triggers - cli, tui, library, dependency, recommend tool.
| name | coding-aws |
| description | AWS umbrella skill. Kai's primary cloud. Python via boto3, secrets and config via SSM Parameter Store, region pinned to us-east-1. |
Umbrella for any AWS work.
us-east-1. Pinned in ~/.aws/config under [default] (NOT [profile default]). Region trap explained in SSM.md (in agentic-os-kai).aws sso login when expired.boto3. Async via aioboto3 only when concurrency is load-bearing.agentic-os-kai/AGENTS.md.ward ops aws ... for privileged ops (audit-log binding, scope routing). Bare aws ... for read-only locals./<vendor>/<key> (e.g. /elevenlabs/api-key, /ward/discord-webhook-url).AWS_REGION env var, fall back to us-east-1. Don't hardcode in business logic.Anything that touches AWS APIs, configs, infrastructure, or the CLI. Inherit Kai's defaults before reaching for AWS conventions from training data.
aws, amazon web services, boto3, botocore, awscli, aws-cli, ec2, s3, iam, lambda, ssm, parameter store, route53, cloudwatch, cloudfront, dynamodb, sqs, sns, eventbridge, rds, secrets manager, sts.
agentic-os-kai/SSM.md - parameter inventory.ward-ops-aws-meta - ward wrapper rules.coding-terraform - IaC umbrella for AWS infrastructure.