Back to Skills

Content Seeder

majiayu000
Updated Today
1 views
58
9
58
View on GitHub
Metadata

About

Content Seeder generates realistic dummy data to populate empty Shopify theme sections for testing. It takes a Shopify JSON Schema as input and returns a filled settings object with plausible text, images, and product data. Use this skill to quickly create development and staging environments without manual data entry.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/Content Seeder

Copy and paste this command in Claude Code to install this skill

Documentation

Capabilities

Helps developers populate empty theme sections with testing data. By passing a Shopify JSON Schema (from {% schema %}), this skill returns a JSON object of settings filled with plausible content (Lorem Ipsum, Unsplash images, names, etc.).

Tools Usage Guide

1. generate_dummy_data

Parses a Shopify Schema settings array and generates a corresponding settings object populated with dummy data.

  • Param schema_json: The JSON string of the section schema (specifically the settings array).
  • Returns: A JSON object where keys are setting IDs and values are generated content.

Example

Input Schema:

[
  { "type": "text", "id": "heading", "label": "Heading" },
  { "type": "image_picker", "id": "banner", "label": "Banner Image" }
]

Output:

{
  "heading": "Elegant Sustainable Fashion",
  "banner": "shopify://shop_images/fashion_banner_mockup.jpg"
}

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/content-seeder

Related Skills

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

llamaindex

Meta

LlamaIndex is a data framework for building RAG-powered LLM applications, specializing in document ingestion, indexing, and querying. It provides key features like vector indices, query engines, and agents, and supports over 300 data connectors. Use it for document Q&A, chatbots, and knowledge retrieval when building data-centric applications.

View skill

hybrid-cloud-networking

Meta

This skill configures secure hybrid cloud networking between on-premises infrastructure and cloud platforms like AWS, Azure, and GCP. Use it when connecting data centers to the cloud, building hybrid architectures, or implementing secure cross-premises connectivity. It supports key capabilities such as VPNs and dedicated connections like AWS Direct Connect for high-performance, reliable setups.

View skill

polymarket

Meta

This skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.

View skill