hootsuite-reference-architecture

Solid

Implement Hootsuite reference architecture with best-practice project layout. Use when designing new Hootsuite integrations, reviewing project structure, or establishing architecture standards for Hootsuite applications. Trigger with phrases like "hootsuite architecture", "hootsuite best practices", "hootsuite project structure", "how to organize hootsuite", "hootsuite layout".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
93
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Hootsuite Reference Architecture ## Architecture ``` ┌──────────────────────────────────────┐ │ Your Application │ ├──────────────────────────────────────┤ │ Content Manager → Scheduler → Publisher │ ├──────────────────────────────────────┤ │ Hootsuite API Client │ │ (OAuth, Token Refresh, Rate Limit) │ ├──────────────────────────────────────┤ │ Hootsuite REST API v1 │ │ platform.hootsuite.com/v1/ │ └──────────────────────────────────────┘ ``` ## Project Structure ``` hootsuite-integration/ ├── src/ │ ├── hootsuite/ │ │ ├── client.ts # API client with token management │ │ ├── auth.ts # OAuth 2.0 flow │ │ ├── publishing.ts # Message scheduling + media │ │ ├── analytics.ts # Metrics + URL shortening │ │ └── types.ts # TypeScript interfaces │ ├── services/ │ │ ├── scheduler.ts # Content calendar logic │ │ ├── content.ts # Post formatting per platform │ │ └── media.ts # Media processing + upload │ ├── api/ │ │ └── schedule.ts # REST endpoint │ └── store/ │ └── tokens.ts # Persistent token storage ├── tests/ │ ├── unit/ │ └── fixtures/ └── .env.example ``` ## Key Decisions | Decision | Recommendation | Why | |----------|---------------|-----| | Token storage | Database/KV, not env vars | Refresh tokens change each use | | Scheduling | Queue-based, not direct API | Rate limit compliance | | Me...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

hubspot-reference-architecture

Implement a production-ready HubSpot integration architecture with layered design. Use when designing new HubSpot integrations, reviewing project structure, or establishing architecture standards for HubSpot CRM applications. Trigger with phrases like "hubspot architecture", "hubspot project structure", "hubspot integration design", "hubspot best practices layout", "hubspot layers".

2,266 Updated today
jeremylongshore
AI & Automation Solid

hex-reference-architecture

Implement Hex reference architecture with best-practice project layout. Use when designing new Hex integrations, reviewing project structure, or establishing architecture standards for Hex applications. Trigger with phrases like "hex architecture", "hex best practices", "hex project structure", "how to organize hex", "hex layout".

2,266 Updated today
jeremylongshore
AI & Automation Featured

hootsuite-sdk-patterns

Apply production-ready Hootsuite SDK patterns for TypeScript and Python. Use when implementing Hootsuite integrations, refactoring SDK usage, or establishing team coding standards for Hootsuite. Trigger with phrases like "hootsuite SDK patterns", "hootsuite best practices", "hootsuite code patterns", "idiomatic hootsuite".

2,266 Updated today
jeremylongshore
AI & Automation Featured

hootsuite-install-auth

Install and configure Hootsuite SDK/CLI authentication. Use when setting up a new Hootsuite integration, configuring API keys, or initializing Hootsuite in your project. Trigger with phrases like "install hootsuite", "setup hootsuite", "hootsuite auth", "configure hootsuite API key".

2,266 Updated today
jeremylongshore
AI & Automation Featured

klaviyo-reference-architecture

Implement Klaviyo reference architecture with best-practice project layout. Use when designing new Klaviyo integrations, reviewing project structure, or establishing architecture standards for email/SMS marketing applications. Trigger with phrases like "klaviyo architecture", "klaviyo project structure", "klaviyo design", "how to organize klaviyo", "klaviyo layout".

2,266 Updated today
jeremylongshore