Создавай и развивай веб-приложение "Копирка" — клон Firecrawl Lite, который конвертирует URL в чистый markdown, JSON, ссылки и summary. Используй этот skill при работе над проектом Копирка: frontend, backend, логика извлечения контента и QA. Держи проект…
Full workflow for connecting a local project to GitHub and deploying it to Vercel. Covers git init, remote setup, pushing code, Vercel project creation, environment variables, and custom domains. Use when user wants to publish a Next.js or any web project…
Full workflow for connecting a local project to GitHub and deploying it to Vercel. Covers git init, remote setup, pushing code, Vercel project creation, environment variables, and custom domains. Use when user wants to publish a Next.js or any web project…
Implements a technical specification step by step — creates files, writes code, runs the dev server, and verifies the result. Use after /spec to go from document to working code.
Deep-analyzes how a product or service works by examining its interfaces — UI flows, API endpoints, data models, and user journeys. Use before writing a spec or building a competitor feature.
Searches and compares at least 20 services or tools matching a user's request, filtered to the past year. Scores each by fit, outputs a ranked shortlist with reasoning, and recommends the best option. Use when choosing a platform, API, library, or SaaS tool.
Writes a technical specification (ТЗ) for a feature or product based on a user request or interface analysis. Covers goals, user stories, screens, API contracts, and edge cases. Use before implementation.
Tests an implemented feature against its specification — happy path, edge cases, API responses, and UI behavior. Use after /build to verify the implementation is complete and correct.