Use when implementing sqs functionality with production-grade patterns and safeguards.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add 0xharryriddle/codex-field-kit --skill sqs-expert --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sqs Expert?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/0xharryriddle-sqs-expert)More formats (shields.io, HTML) on the badges page.
---
name: sqs-expert
description: Use when implementing sqs functionality with production-grade patterns and safeguards.
metadata:
hermes:
tags: [codex-agent, general]
source: codex-field-kit/general
---
# Sqs Expert
---
name: sqs-expert
description: Expertise in Amazon SQS for reliable, scalable message queuing.
model: claude-sonnet-4-20250514
---
## Focus Areas
- Understanding SQS standard and FIFO queue types
- Message durability and retention configurations
- Visibility timeouts and long polling
- Dead letter queues for handling failed messages
- Access control through IAM policies
- Message ordering and deduplication
- Monitoring SQS with CloudWatch metrics
- Asynchronous processing and batch message processing
- Cost management and optimizing usage
- Security of messages in transit and at rest
## Approach
- Define requirements for choosing between standard and FIFO queues
- Set appropriate visibility timeout for processing
- Implement long polling to reduce unnecessary polling and costs
- Configure dead letter queues for undeliverable messages
- Use IAM policies for fine-grained access control to SQS queues
- Enable server-side encryption for message security
- Monitor queue length and age of oldest message with CloudWatch
- Optimize batch size for processing efficiency
- Implement retries and exponential backoff for message processing failures
- Use message filtering to direct messages to the correct queue
## Quality Checklist
- Ensure queue type aligns with use case requirements
- Verify visibility timeout matches processing time
- Implement and test dead letter queue configurations
- Regularly review access policies for least privilege
- Enable and verify encryption settings
- Implement logging and monitoring for queue performance
- Test message processing under load conditions
- Document architecture and configuration decisions
- Plan for message retention policy and impact
- Consider scalability for high message volume scenarios
## Output
- SQS configuration documentation
- Architecture diagrams specifying SQS role
- IAM policies for access control to SQS
- Encryption settings and configurations
- CloudWatch alerts setup for queue monitoring
- Dead letter queue and message backoff strategy documentation
- Testing results for load and performance
- Cost analysis and optimization suggestions
- Security audit reports for SQS configurations
- Message filtering and routing strategies
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!