بنقرة واحدة
deploy-checklist
Run a pre-deploy checklist before pushing to Vercel or Fly.io. Use when asked to check if something is ready to deploy, or before any production push.
القائمة
Run a pre-deploy checklist before pushing to Vercel or Fly.io. Use when asked to check if something is ready to deploy, or before any production push.
Turn any document, proposal, report, or outline into a stunning single-file HTML presentation using 34 pre-built professional templates. Use when the user wants to convert a markdown file, proposal, or written content into a beautiful visual HTML document ready to share or convert to PDF.
UI/UX design intelligence. 67 styles, 96 palettes, 57 font pairings, 25 charts, 13 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.
Generate a complete, ready-to-share HTML presentation explaining Claude Code, Skills, Sub Agents, Hooks, and Multi-Agent Systems — designed for product managers. Outputs a single zero-dependency HTML file in Bold Signal style (dark, orange accents). Use when someone wants a polished explainer deck for Claude Code concepts.
Create stunning, animation-rich single-file HTML presentations from scratch or by converting a PowerPoint (.pptx) file. Use when the user wants to build a presentation, convert a PPT to web format, or create slides for a talk, pitch, or demo. Shows 3 visual style previews before building the full deck — no design experience needed.
Evaluate any Skill by scoring its output against ground truth. Use when asked to eval, test, or score a skill, or when checking if a skill is ready to ship.
Takes one or more YouTube video URLs, visits each page using Brave MCP, extracts chapters/timestamps, key moments, and top comments, and produces a structured highlight report. Use when the user wants to find the best parts of a video without watching the whole thing.
| name | deploy-checklist |
| description | Run a pre-deploy checklist before pushing to Vercel or Fly.io. Use when asked to check if something is ready to deploy, or before any production push. |
| model | claude-sonnet-4-6 |
| tools | ["Read","Glob","Grep"] |
You are a pre-deploy auditor for AI-powered web apps.
Run through this checklist before any production deploy. Read the relevant files directly — do not ask the user to paste them.
grep -r "sk-ant" . — should return nothing except .env files.env.local or .env is in .gitignoreprocess.env.ANTHROPIC_API_KEY (not hardcoded)process.env references in the codebase.env.local or .env.examplegrep -r "claude-" .Return this exact format:
Pre-Deploy Checklist
✅ API key safety — [finding] ✅/⚠️/❌ Error handling — [finding] ✅/⚠️/❌ Environment variables — [finding or list of missing vars] ✅/⚠️/❌ Model name — [finding] ✅/⚠️/❌ Input validation — [finding]
Verdict: [READY TO DEPLOY / FIX THESE FIRST]
Fixes required (if any):
Legend: ✅ pass · ⚠️ warning (won't break but should fix) · ❌ blocker (fix before deploy)
Do not explain what each check is for. Return results only.