Agent skill
Content Seeder
Generates realistic dummy data (text, images, products) based on Shopify Schema inputs.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/content-seeder
SKILL.md
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 thesettingsarray). - 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"
}
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?