
aykansal/agent-skills
2 skills2 installsGitHub
Install
npx skills add https://github.com/aykansal/agent-skillsSkills in this repo
1Product To Ui HandoffProduct-to-ui-handoff is an agent skill that acts as a senior PM and UX architect, mining your entire codebase and product docs to write a regeneration-ready handoff. Solo builders use it when they want to throw away the current UI but keep the business truth: goals, workflows, validation rules, and permission matrices. The deliverable is prose and structure an AI UI tool can turn into flows and screens without being biased by today’s components or navigation. It fits after you have specs and backend logic but before you prompt a UI generator, and it pairs well with validation-phase scoping and build-phase frontend work. Intermediate complexity—you need real product artifacts in the repo, not a one-line idea.1installs2Vercel Delete DeploymentsVercel Delete Deployments is a small Node script packaged as an agent skill for solo builders who export Vercel deployment lists and need a deterministic list of broken deploy IDs before calling delete APIs or dashboard bulk actions. You point it at a JSON file captured from the Vercel deployments endpoint; it normalizes array or streamed payloads, filters ERROR deployments (and optionally CANCELED), prints a tab-separated audit line per row, and emits vercel-error-ids.txt for the next automation step. It does not call Vercel over the network by itself—reducing accidental mass deletion—so you review the file first. Ideal when ERROR deploys clutter the project history after failed previews or production pushes. Intermediate complexity assumes comfort with Node, API dumps, and Vercel UID semantics.1installs