AWS Smithy-based SDK generation for enterprise-grade APIs
Scanned 9/2/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill smithy-sdk-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Smithy Sdk Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-smithy-sdk-generator-babysitter)More formats (shields.io, HTML) on the badges page.
---
name: smithy-sdk-generator
description: AWS Smithy-based SDK generation for enterprise-grade APIs
allowed-tools:
- Read
- Write
- Edit
- Glob
- Grep
- Bash
graph:
domains: [domain:software-engineering]
specializations: [specialization:sdk-platform-development]
skillAreas: [skill-area:sdk-codegen, skill-area:api-design]
roles: [role:platform-engineer]
topics: [topic:api-design, topic:developer-experience]
---
# Smithy SDK Generator Skill
## Overview
This skill leverages AWS Smithy to generate enterprise-grade SDKs with AWS-style patterns including waiters, paginators, and automatic retries. Smithy provides a protocol-agnostic approach to API modeling.
## Capabilities
- Design Smithy models with traits for rich API semantics
- Generate SDKs with AWS-style patterns (waiters, paginators, retries)
- Implement custom code generation plugins
- Support multiple protocols (REST, RPC, etc.)
- Configure middleware and interceptor chains
- Generate comprehensive API documentation
- Implement client-side validation from constraints
## Target Processes
- SDK Code Generation Pipeline
- SDK Architecture Design
- Multi-Language SDK Strategy
## Integration Points
- AWS Smithy core and build plugins
- smithy-typescript for TypeScript SDK generation
- smithy-go for Go SDK generation
- smithy-rs for Rust SDK generation
- Custom code generators
## Input Requirements
- Smithy model files (.smithy)
- Trait configurations for behaviors
- Target language specifications
- Custom template overrides (if any)
- Protocol selection (restJson1, awsJson1_1, etc.)
## Output Artifacts
- Generated SDK source code
- API documentation
- Waiter configurations
- Paginator implementations
- Client configuration options
- Build artifacts per target language
## Usage Example
```yaml
skill:
name: smithy-sdk-generator
context:
modelDirectory: ./model
targetLanguages:
- typescript
- python
- go
protocol: restJson1
generateWaiters: true
generatePaginators: true
customTraits: ./traits
```
## Best Practices
1. Use semantic traits to enrich API behavior
2. Define clear resource hierarchies
3. Implement proper pagination patterns
4. Add waiter definitions for async operations
5. Use validation constraints for input validation
6. Document all operations and shapes thoroughly
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!