From linktree-pack
Provides reference architecture for Linktree API integrations with diagram, TypeScript service wrapper, data store, and analytics. Trigger: 'linktree reference architecture'.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin linktree-packThis skill is limited to using the following tools:
```
Provides TypeScript examples for Linktree API: get profiles, create/update/list links. Useful for testing Linktree SaaS integration.
Generates a mobile-first, self-contained HTML file for Linktree-style bio link hubs with custom links, categories, icons, avatars, taglines, and 3 themes.
Generates hypermedia link operations for REST, GraphQL, and OpenAPI APIs. Activates automatically on hypermedia link generator mentions in API development tasks.
Share bugs, ideas, or general feedback.
Client → API Gateway → Linktree Service → Linktree API
↓
Data Store → Analytics
class LinktreeService {
private client: any;
constructor() { this.client = getClient(); }
// Core business logic wrapping Linktree API
}
See linktree-multi-env-setup.