From linktree-pack
Provides reference architecture for Linktree API integrations with diagram, TypeScript service wrapper, data store, and analytics. Trigger: 'linktree reference architecture'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/linktree-pack:linktree-reference-architectureThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
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.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin linktree-packProvides TypeScript examples for Linktree API: get profiles, create/update/list links. Useful for testing Linktree SaaS integration.
Creates a Linktree-style bio link hub page as a single self-contained HTML file with multiple theme options. Useful for affiliate marketers and content creators needing a centralized link page.
Provides Hootsuite reference architecture and TypeScript project layout for API integrations with OAuth, token refresh, scheduling, and media handling. Use for new integrations or structure reviews.