agentsclimarketplace

Smithy sdk generator

Skill a5c-ai/babysitter/library/specializations/sdk-platform-development/skills/smithy-sdk-generator

AWS Smithy-based SDK generation for enterprise-grade APIsFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill smithy-sdk-generator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

2.3 KB, 409 tokens by cl100k_base, as published. Nobody here has run it

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

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

What ships with it: 1 file

591 B alongside SKILL.md

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.