new-integration

Community

Wrap external APIs into domain integrations

Authorweiloon1234
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Wrapping third-party HTTP APIs or SDKs as reusable, domain-oriented integrations placed under src/domain/integrations. This skill codifies a pattern that includes typed request/response shapes, provider config, error mapping, HTTP client setup, retry / rate-limit strategy, and optional webhook wiring via new-route, enabling service, job, and event-driven usage.

Core Features & Use Cases

  • Domain-oriented API surface that hides provider specifics from services
  • Config-driven clients with per-provider config files (config/<provider>.toml) and .env overrides
  • Typed request/response models and error mapping to a common forge::Error
  • HTTP client selection and timeout handling with retry / rate-limit strategies
  • Optional webhook handling with dedicated routes and verification

Quick Start

Create a new integration module under src/domain/integrations and expose a typed API, a provider config file, and optional webhook wiring following the pattern described above.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: new-integration
Download link: https://github.com/weiloon1234/Forge-Starter/archive/main.zip#new-integration

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.