From mindtickle-pack
Provides MindTickle reference architecture for API integrations: diagram, TypeScript service wrapper, docs link. Trigger: 'mindtickle reference architecture'.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin mindtickle-packThis skill is limited to using the following tools:
```
Installs 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.
Share bugs, ideas, or general feedback.
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.