build-daily-inspiration-sites

Convert a five-item UI inspiration capture into five original Sites landing-page builds.

5.7k|685|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/MengTo/Skills --skill build-daily-inspiration-sites
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: build-daily-inspiration-sites
Source: https://github.com/MengTo/Skills/tree/main/agent-skills/codex/build-daily-inspiration-sites
Command: npx skills add https://github.com/MengTo/Skills --skill build-daily-inspiration-sites

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Turning collected UI inspiration references into actual landing pages often leads to copied brands, duplicated content, or inconsistent one-off builds. This Skill orchestrates the conversion of a validated five-item inspiration capture into five separate Codex tasks, each producing an original, privately deployed Sites landing page with all source identity replaced.

Core Features & Use Cases

  • Capture Validation: Runs a Node.js script to verify the manifest has exactly five items, non-empty full-page images, content.md, and required page URLs before any work begins.
  • Originality Enforcement: Requires five distinct replacement brand identities with new names, copy, metrics, pricing, testimonials, and imagery, preserving only high-level visual grammar from references.
  • Parallel Task Orchestration: Creates exactly five separate Codex tasks, each with a complete brief, one attached full-page reference image, and requirements for Sites build, commit, and private deployment.
  • Use Case: After running a daily UI inspiration capture, ask the agent to turn today's five references into five original landing pages; each gets its own task, workspace, validated commit, and private Sites URL.

Quick Start

Use build-daily-inspiration-sites to turn today's UI inspiration capture into five original landing pages in separate Sites tasks.

Frequently Asked Questions about build-daily-inspiration-sites

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn UI inspiration captures into landing pages?

Point the agent at a dated ui-inspiration-capture article folder containing a manifest.json with five items. The Skill validates the capture, defines five replacement brand identities, and creates five separate Codex tasks that each build and privately deploy one original Sites landing page.

How does the Skill prevent copying the reference designs?

It enforces an originality boundary: every source brand, logo, copy, testimonial, metric, price, URL, and image must be replaced with new coherent content. Only high-level visual grammar like hierarchy, pacing, contrast, and spacing may carry over from the full-page reference image.

What does the capture validation script check?

The validate_capture.mjs script confirms itemCount is 5, exactly five items exist, content.md is present, each item has a non-empty fullPageImage file, and live-site captures include a pageUrl. Validation failure stops the workflow before any task is created.

Can I combine multiple inspiration items into one build task?

No. The Skill requires exactly one Codex task per manifest item and one site per task. Combining items into a single build is explicitly prohibited to keep each landing page isolated with its own workspace, commit, and deployment.

What happens if task creation or image attachment fails?

The workflow stops and reports the blocker instead of falling back. If the task-creation surface cannot render the local full-page image as a Markdown attachment, or if Codex thread tools are unavailable, no partial or path-only handoff is made.