api integration builder

API Integration Builder

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "api integration builder" with this command: npx skills add willsigmon/sigstack/willsigmon-sigstack-api-integration-builder

API Integration Builder

Build API service integrations:

  • Create protocol in Services/{Domain}/

  • Implement client: Async/await, proper errors

  • Add caching: CacheManager integration

  • Register in DI: DIContainer singleton

  • Add tests: Mock for testing

Pattern:

protocol MyAPIProtocol { func fetch() async throws -> Data }

final class MyAPILive: MyAPIProtocol { func fetch() async throws -> Data { // URLSession, error handling, caching } }

Use when: Adding Bible translation API, CloudKit integration, external service

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

swiftlint-autofix

No summary provided by upstream source.

Repository SourceNeeds Review
General

bitrise expert

No summary provided by upstream source.

Repository SourceNeeds Review
General

fastlane expert

No summary provided by upstream source.

Repository SourceNeeds Review