jiya-gandhi-108

Content Craft — AI skill for Claude Code

AI community

ContentCraft – a full-stack AI content platform with multi-agent orchestration (Research→Outline→Draft→Edit→SEO), RAG-based brand memory, live SEO intelligence, and multi-modal output (text, images, v.

How to install Content Craft

This entry records only its repository, not the path inside it, so there is no exact command to give. Open jiya-gandhi-108/content-craft and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Content Craft does

ContentCraft – a full-stack AI content platform with multi-agent orchestration (Research→Outline→Draft→Edit→SEO), RAG-based brand memory, live SEO intelligence, and multi-modal output (text, images, video scripts). React/Vite + Node/Express, Postgres+pgvector, Redis, Claude/OpenAI

Alternatives in AI

README

ContentCraft — AI Content Generator

A full-stack, production-grade AI content platform with multi-agent orchestration, RAG memory, SEO intelligence, and multi-modal output.


Architecture Overview

contentcraft/
├── frontend/          # React + Vite + TypeScript
│   └── src/
│       ├── components/      # UI, Editor, Agents, SEO, Calendar, Analytics
│       ├── pages/           # Dashboard, Generate, Calendar, Analytics, Settings
│       ├── hooks/           # Custom React hooks
│       ├── store/           # Zustand global state
│       ├── services/        # API client, WebSocket
│       ├── utils/           # Helpers, formatters
│       └── types/           # Shared TypeScript types
└── backend/           # Node.js + Express + TypeScript
    └── src/
        ├── agents/          # Multi-agent pipeline (Research→Outline→Draft→Edit→SEO)
        ├── api/             # Routes, Controllers, Validators
        ├── db/              # Postgres models, migrations (Prisma)
        ├── services/        # AI, SEO, Memory (RAG), Integrations, Cache
        ├── middleware/       # Auth, rate limiting, logging
        └── types/           # Shared types

Tech Stack

Frontend

Layer Tech
Framework React 18 + Vite
Language TypeScript
State Zustand
Styling Tailwind CSS + CSS Modules
Editor TipTap (Notion-style)
Charts Recharts
Realtime Socket.io-client
HTTP Axios + React Query
Auth Clerk

Backend

Layer Tech
Runtime Node.js 20+
Framework Express + TypeScript
ORM Prisma
Database PostgreSQL (primary)
Vector DB pgvector (RAG memory)
Cache Redis
Queue BullMQ (agent jobs)
Auth Clerk SDK
AI Anthropic Claude (primary), OpenAI (fallback)
Image Gen Stability AI / DALL-E 3
Search Serper API (live web data)
SEO DataForSEO API
Realtime Socket.io
Integrations WordPress REST, Ghost Ad