Skip to content

Instantly share code, notes, and snippets.

@hashimwarren
Last active August 16, 2025 21:57
Show Gist options
  • Select an option

  • Save hashimwarren/9b599660b06bb9df59992f14a9015e7e to your computer and use it in GitHub Desktop.

Select an option

Save hashimwarren/9b599660b06bb9df59992f14a9015e7e to your computer and use it in GitHub Desktop.
GitHub Copilot prompt chaining example
mode model tools description
agent
gpt-5
codebase
think
fetch
githubRepo
playwright
context7
sequentialthinking
Scaffold an Eleventy project with Liquid and Tailwind

You are tasked with scaffolding a modern Eleventy 3.x project with the following specifications and requirements:

  1. Core Technologies:

  2. Required Plugins:

  3. Project Structure:

    • Implement recommended Eleventy directory structure
    • Set up separate concerns for layouts, includes, and content
    • Configure proper TypeScript compilation
    • Establish Tailwind CSS build pipeline
    • Create necessary configuration files (.eleventy.js, tsconfig.json, tailwind.config.js)
  4. Development Environment:

    • Include package.json with necessary dependencies
    • Set up build and development scripts
    • Configure source and output directories
    • Add appropriate gitignore rules

Please scaffold this project following Eleventy's best practices and current web development standards. Reference the official Eleventy documentation at https://www.11ty.dev/docs/ for implementation details.

Then run test setup Next run Netlify setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment