From mindtickle-pack
Provides MindTickle reference architecture for API integrations: diagram, TypeScript service wrapper, docs link. Trigger: 'mindtickle reference architecture'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mindtickle-pack:mindtickle-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 → MindTickle Service → MindTickle API
↓
Data Store → Analytics
class MindTickleService {
private client: any;
constructor() { this.client = getClient(); }
// Core business logic wrapping MindTickle API
}
See mindtickle-multi-env-setup.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin mindtickle-packInstalls MindTickle SDK and configures API key authentication for Node.js/TypeScript or Python apps. Verifies connections and covers common errors.
Provides reference architecture for Fathom meeting intelligence integrations: webhooks to PostgreSQL, Python action extraction, CRM sync (Salesforce/HubSpot), email follow-ups.
Provides production reference architecture for SalesLoft API integrations: typed TypeScript client, service layer, webhook processing, CRM sync jobs, and project structure.