Skip to content

Installation 📦

Get up and running with the Project Showcase Skill in 30 seconds.

1. Install the Skill

Add it to Gemini CLI, Claude Code, or any agent using the universal installer:

curl -sSL https://raw.githubusercontent.com/ayushxx7/project-showcase-skill/main/skills.sh | bash

2. Auto-Setup

The skill is self-configuring. On first trigger, it will autonomously set up Playwright and VHS for you.

Alternatively, you can run the setup script manually:

./scripts/setup.sh

🪄 How to Use

Once installed, just talk to your agent (Gemini or Claude) in the terminal. Try these "magic phrases":

  • For Web Apps: "Showcase this project. Start the server and capture the UI."
  • For Repo Health: "Audit this project. What is my readiness score?"
  • For CLI Tools: "Record a terminal demo of my CLI tool and add it to the README."
  • For Socials: "Write a LinkedIn post and a Reddit thread for this showcase."
  • For Galleries: "Add a visual gallery to my existing README without overwriting my notes."