Skip to content

Latest commit

 

History

History
104 lines (94 loc) · 3.58 KB

File metadata and controls

104 lines (94 loc) · 3.58 KB

Structure

assets/

  • articles/: long form content (blog articles, technical blog, etc.)
  • posts/: social posts
  • banners/: for emails, landing pages, ads, social media, etc.
  • designs/: for campaigns, print, web, etc.
  • infographics/: visual flows or charts
  • storyboards/: scripts & storyboards for videos
  • videos/: generated videos
  • writing-styles/: so AI can copy writing styles
  • logos/: brand logos
  • css/: shared CSS (slide-animations.css)
  • design-tokens.json + design-tokens.css: design system tokens

TODO

Skills

  • design-system
    • search-slides.py - slide strategy/layout search
    • fetch-background.py - Pexels background images
    • generate-tokens.cjs - token generation
    • slide-token-validator.py - token compliance
  • brand-guidelines
    • inject-brand-context.cjs - brand context injection
    • sync-brand-to-tokens.cjs - brand → tokens sync
    • extract-colors.cjs - color extraction helper
    • validate-asset.cjs - asset validation
  • copywriting (references only, no automation scripts)
  • content-marketing
    • compose-blog-post
    • content-audit
    • content-strategy-framework
    • editorial-calendar-template
  • email-marketing
    • automation-flows
    • deliverability-checklist
    • email-templates
    • subject-line-formulas
  • social-media
  • ai-multimodal (Gemini Imagen 4)
  • youtube-handling (VidCap API)
  • storage (S3-compatible: R2, AWS, MinIO, etc.)

Mini App (Dashboard)

  • Browse assets/ directory
  • Generate/edit images using ai-multimodal skill
  • Brand Center (colors, typography, logos, voice)
  • Asset management with SQLite

Commands

  • /dashboard - Open mini app
  • /dashboard:check - Verify server status
  • Design
    • /design:generate - Imagen 4 with brand context
    • /design:good - Full design workflow
    • /slides:create - Interactive HTML/JS/CSS slides
    • /design:screenshot - Capture screenshots
    • /design:3d - 3D visualizations
    • /youtube:infographic - YouTube → infographic
  • Content (actual commands use /write:*)
    • /write:blog - SEO-optimized article
    • /write:cro - CRO optimization
    • /write:enhance - Content enhancement
    • /write:audit - Content quality audit
    • /write:publish - Finalize content
    • /youtube:blog - YouTube → blog post
  • Social
    • /social - Platform-specific content
    • /social:schedule - Schedule planning (docs only, no API)
    • /youtube:social - YouTube → social posts
    • Hook writing (references/hook-writing.md)
    • Writing styles (assets/writing-styles/)
    • Story/Reel images (9:16)
  • Copy
    • /copy:formula - AIDA, PAS, BAB formulas
  • Email
    • /email:sequence - Email sequences
  • Storage
    • /storage:upload - Upload single asset
    • /storage:sync - Sync folder to bucket
    • /storage:list - List remote objects
    • /storage:url - Get public URL

Not Implemented (Future)

  • Social API Posting
    • X (Twitter) API
    • Facebook Page API
    • Threads API
    • Instagram API
    • YouTube API
    • TikTok API
  • Storage Integrations
    • Google Drive
    • S3-Compatible (Cloudflare R2, AWS S3, MinIO, Backblaze B2, DigitalOcean Spaces)
  • External APIs
    • Replicate (qwen-image-layered)
    • Email providers (Mailchimp, SendGrid, Resend)
    • SEO tools (Ahrefs, SEMrush)
    • Analytics (GA4, Mixpanel)