ack-dev
01aws-controllers-k8s/ack-dev-skills
Plugin Claude Code
ACK development guidance for building AWS Controllers for Kubernetes.
aws-controllers-k8s/ack-dev-skills
Plugin Claude Code
ACK development guidance for building AWS Controllers for Kubernetes.
aws-controllers-k8s/ack-dev-skills
Instructions file CodexOpenCode
Instructions for aws-controllers-k8s/ack-dev-skills, covering ack development workspace, skills, references and setup.
aws-controllers-k8s/ack-dev-skills
Instructions file
Instructions for aws-controllers-k8s/ack-dev-skills.
aws-controllers-k8s/ack-dev-skills
Agent
ACK resource implementer. Takes an implementation plan or reviewer feedback and produces working generator.yaml configuration, custom hook templates, and e2e tests. Use when the add-resource workflow needs implementation.
aws-controllers-k8s/ack-dev-skills
Agent
ACK resource planner. Researches AWS API models and documentation to produce structured implementation plans for adding resources to ACK service controllers. Use when the add-resource workflow needs planning phase execution.
aws-controllers-k8s/ack-dev-skills
Agent
ACK resource reviewer. Inspects implementation output for correctness, completeness, and ACK convention adherence. Returns APPROVE or structured feedback. Use when the add-resource workflow needs review.
aws-controllers-k8s/ack-dev-skills
Agent
Add a new AWS resource to an ACK service controller. Orchestrates planning, implementation, and review in a loop until approved or max iterations reached. Use when asked to add or implement a new resource.
aws-controllers-k8s/ack-dev-skills
Skill Claude CodeCodex
Guide for AWS Controllers for Kubernetes (ACK) development. Use when working in an ACK service controller repository or the code-generator. Covers setting up dev environments, creating new controllers, adding resources or fields to CRDs, configuring code generation, writing custom hooks, implementing cross-resource…
aws-controllers-k8s/ack-dev-skills
Skill Claude CodeCodex
Triage and work on an ACK community issue end-to-end. Fetches the issue, ensures the controller repo is cloned/forked, classifies and labels it, then executes the appropriate workflow (bug fix, new resource, new field, feature investigation, unknown investigation) inline.