Project Showcase Skill
Description
Automate the "last mile" of development — visual galleries, security audits, README injection, and social media launches.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Project Showcase Skill
**Automate the "last mile" of development** — visual galleries, security audits, README injection, and social media launches.
🎬 Showcase Gallery
| 📟 Demo GIF | 🩺 Health Audit | 🛡️ Security Scan |
|---|---|---|
![]() |
![]() |
![]() |
Quick Start
# Install the skill into your AI agent
curl -sSL https://raw.githubusercontent.com/ayushxx7/project-showcase-skill/main/skills.sh | bash
# Setup dependencies
./scripts/setup.sh
# Run the full showcase pipeline on a project
python3 scripts/scan.py --dir /path/to/project
python3 scripts/capture.py --url http://localhost:3000 --responsive
python3 scripts/audit.py --dir /path/to/project --heal
python3 scripts/inject_readme.py --readme README.md --gallery "## 🎬 Showcase Gallery\n"
python3 scripts/release.py --version v1.0.0
Scripts
| Script | Purpose |
|---|---|
scripts/capture.py |
Playwright UI screenshots (desktop/tablet/mobile) |
scripts/scan.py |
Security scan for hardcoded secrets |
scripts/audit.py |
Repo health scoring (0-100) + healing plan |
scripts/inject_readme.py |
Surgical README gallery injection |
scripts/release.py |
GitHub release with auto-changelog |
scripts/manage_metadata.py |
GitHub topics + description auto-detection |
scripts/setup.sh |
One-shot dependency installer |
Agent Usage
Once installed as a skill, tell your agent:
- "Showcase this project" — Full pipeline
- "Audit this project" — Health score + healing plan
- "Capture the UI" — Screenshots across viewports
- "Scan for secrets" — Pre-publish security check
- "Update the README" — Gallery injection
- "Create a release" — GitHub release with changelog
- "Launch on LinkedIn" — Post templates + asset bundling
Docs
https://project-showcase-skill.readthedocs.io/
License
MIT
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,


