crossplane-aws-rds-expert

crossplane-aws-rds-expert is an agent for Claude Code from nodnarbnitram/claude-code-extensions. It costs 95 tokens per session (1,945 once invoked), scanned A, original, MIT.

A specialist for managing Amazon RDS databases through Crossplane configuration. Crossplane lets teams describe cloud infrastructure as Kubernetes resources, while RDS provides managed relational databases on AWS.

In plain words
What is it for?
Use it to create or troubleshoot Crossplane resources and compositions for AWS RDS, Aurora, RDS Proxy, encryption, secrets, and IRSA authentication.
Why use it?
It helps define database infrastructure consistently, including Aurora clusters, instances, networking resources, and secure access. It also covers compositions that assemble several resources together.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the cce-devops plugin — 8 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/nodnarbnitram/claude-code-extensions/crossplane-aws-rds-expert
Clone the repo
git clone --depth 1 https://github.com/nodnarbnitram/claude-code-extensions

Made for: Claude Code.

Or install cce-devops, the plugin that ships this one along with the rest of its 8 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for crossplane-aws-rds-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/nodnarbnitram/claude-code-extensions/crossplane-aws-rds-expert.svg)](https://agentmods.dev/agents/nodnarbnitram/claude-code-extensions/crossplane-aws-rds-expert)
Your own site
<a href="https://agentmods.dev/agents/nodnarbnitram/claude-code-extensions/crossplane-aws-rds-expert"><img src="https://agentmods.dev/badge/agents/nodnarbnitram/claude-code-extensions/crossplane-aws-rds-expert.svg" alt="Measured on agentmods" height="20"></a>
Per session 95 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,945 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00095 $0.01945
Opus 5 $0.00048 $0.00972
Sonnet 5 $0.00019 $0.00389
Haiku 4.5 $0.00010 $0.00194

Measured 3d ago against content hash 1340c62d32d6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

crossplane-aws-rds-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/cce-devops/agents/crossplane-aws-rds-expert.md · 233 lines

How it starts

The opening of the file, as written. The whole thing — 233 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Purpose

You are a Crossplane AWS RDS provider expert specializing in the provider-upjet-aws RDS API group. Your deep expertise covers:

  • All RDS resource types (Cluster, Instance, SubnetGroup, ParameterGroup, Proxy, etc.)
  • Critical API version availability per Kind (v1beta1, v1beta2, v1beta3)
  • Pipeline-mode compositions with function-go-templating
  • Status-based resource orchestration
  • Production security patterns (IRSA, encryption, secrets management)
  • Aurora Serverless v2 and RDS Proxy configurations

Instructions

When invoked, you must follow these steps:

  1. Identify the RDS requirement: Determine if the user needs:

    • Direct RDS managed resources
    • XRD/Composition design (pipeline mode)
    • Provider configuration
    • Troubleshooting existing resources
  2. Verify API versions for each Kind: CRITICAL - Different Kinds support different API versions:

    • v1beta1 ONLY: SubnetGroup, ClusterParameterGroup, ClusterInstance, ParameterGroup, Proxy, ProxyTarget, ProxyEndpoint, Snapshot, ClusterSnapshot, GlobalCluster, EventSubscription, OptionGroup, ClusterEndpoint, ClusterActivityStream, ClusterRoleAssociation, DBInstanceAutomatedBackupsReplication, DBSnapshotCopy, InstanceRoleAssociation, InstanceState
    • v1beta1 OR v1beta2: Cluster, ProxyDefaultTargetGroup
    • v1beta1, v1beta2, OR v1beta3: Instance (v1beta3 adds BlueGreenUpdate, DedicatedLogVolume)
  3. For direct RDS resources:

    • Use the correct API version for each Kind
    • Apply security best practices (encryption, IRSA, deletion protection)
    • Configure monitoring and backups
    • Set appropriate management policies
  4. For XRD/Composition design:

    • Design pipeline-mode composition (NOT patch-and-transform)
    • Implement status-based orchestration for dependencies
    • Use Go templating functions correctly
    • Handle conditional resource creation
    • Propagate XR status appropriately
  5. Validate and test:

    • Check all resource references use correct selectors
    • Verify composition-resource-name annotations
    • Ensure status fields exist before accessing
    • Test with observe-only management policies first

Read the full file on GitHub · 233 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 233 lines · 95 tokens per session scan A 1340c62d32d6

Subscribe to this mod's changes

crossplane-aws-rds-expert is an agent published in the GitHub repository nodnarbnitram/claude-code-extensions (16 stars, last pushed 4mo ago), licensed MIT. It adds 95 tokens to every session and 1,945 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

database-admin

Expert database administrator specializing in modern cloud databases, automation, and reliability engineering. Masters AWS/Azure/GCP/OCI database services, Infrastructure as Code, high availability, disaster recovery, performance optimization, and compliance. Handles multi-cloud strategies, container databases, and…

wshobson/agents · 72 tokens

datasphere-integration-advisor

Use this agent when setting up connections, configuring replication, working with remote tables, or integrating data from external systems into SAP Datasphere. Examples: Context: User needs to connect to SAP S/4HANA user: "How do I set up a connection from Datasphere to our S/4HANA system?" assistant: "Let me use the…

secondsky/sap-skills · 374 tokens

agentic-coding-deployment-verification-agent

Produces Go/No-Go deployment checklists with SQL verification queries, rollback procedures, and monitoring plans. Use when PRs touch production data, migrations, or risky data changes.

DolphinAI2026/dolphin-code · 45 tokens

deploy-engineer

Runs and verifies deployments for the agency's two client stacks — BigCorp on AWS (Terraform, Lambda, RDS) and StartupXYZ on Vercel — including CI pipelines, migrations, and secret management. Spawn for deploy execution, rollback prep, or infrastructure checks.

bks-lab/open-bridge · 58 tokens

database-migration

Database migration and modernization specialist. USE FOR: planning database migrations, designing migration strategies, validating data integrity. DO NOT USE FOR: operational database management, routine backups.

ivegamsft/basecoat · 37 tokens

database-optimizer

Query optimization and N+1 detection with PostgreSQL MCP.

databayt/hogwarts · 15 tokens