Full task lifecycle — plan, implement, verify, review, qa, changelog, squash-commit. Use when user says "/aif-task", "новая таска", "сделай таску", "task flow".
لغة النص الأصلي: الروسية
القائمة
جمع SkillsMP عدد ٣٠ من skills من 1t1sCooL/claude-skills. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٣٠ من أصل ٣٠ skills مجمعة.
Full task lifecycle — plan, implement, verify, review, qa, changelog, squash-commit. Use when user says "/aif-task", "новая таска", "сделай таску", "task flow".
لغة النص الأصلي: الروسية
QA-верификация задачи против ТЗ/тикета — сверяет каждое требование с реальностью (SSR HTML через view-source, HTTP-коды, sitemap/robots, реальный браузер через Playwright, computed-styles diff с эталоном), выносит вердикт по пунктам (PASS/FAIL/QUESTION), на…
لغة النص الأصلي: الروسية
Встраивает новую активность в Мастер-расписание пользователя, находя свободный слот с учётом сна, работы, приёмов пищи и уже занятых дел. Умеет добавлять, удалять, пересобирать под новые условия и показывать план на день/неделю. Use when user says…
لغة النص الأصلي: الروسية
Two-phase news engine for a recurring «📡 Filter» rubric. Phase 1 — pull a POOL of fresh news candidates across the stock market, crypto, AI and tech (one-liner + provisional 🟢/🟡/🔴 each) and let the user pick one + add their angle. Phase 2 — write ONE full…
لغة النص الأصلي: لغات متعددة
Accessibility audit of a page against WCAG — runs axe-core via Playwright when available (static HTML fallback), plus a manual checklist (keyboard, focus, contrast, ARIA, landmarks, headings, alt, labels), and reports findings grouped by severity with WCAG…
لغة النص الأصلي: الروسية
Generate release notes from git history — parses Conventional Commits over a range (default last tag..HEAD), groups by type into human sections (Features/Fixes/Performance/...), drops noise (chore/merge), and outputs a markdown CHANGELOG section that can be…
لغة النص الأصلي: الروسية
Codified release for a Next.js app on Jenkins + Traefik + Kubernetes — runs pre-flight checks (clean tree, branch, build, lint/tests), triggers the Jenkins deploy, then post-deploy verifies HTTP 200 smoke + real gzip/br compression (the two-Ingress/Traefik…
لغة النص الأصلي: الروسية
Convert a private devlog note into a public post for LinkedIn, Telegram or a blog — reads the devlog, strips private data (absolute paths, NDA client/project names, internal domains, secrets, ticket numbers), and repacks it with a strong hook, non-engineer…
لغة النص الأصلي: الروسية
Generate Anki flashcards from a devlog, note, topic or the current session — extracts the concepts worth remembering (APIs, patterns, gotchas, commands) and exports tab-separated CSV (Q→A and cloze), with optional .apkg via genanki. Use when user says "сделай…
لغة النص الأصلي: الروسية
One-off growth audit of the author's site (mmalabugin.ru) and/or Telegram channel — walks the funnel (entry → offer clarity → CTA → conversion), spots where audience drops off, and returns a prioritized fix list (impact × effort) with a top-5. Use when user…
لغة النص الأصلي: الروسية
Generate an invoice / счёт / акт from a deal scope (a proposal file or free-text line items), with auto-numbering and requisites from a billing profile — outputs a markdown invoice plus a standalone printable HTML (print-to-PDF). Defaults to RF…
لغة النص الأصلي: الروسية
Track cold outreach leads and follow-ups — a lightweight registry (md + csv) with add/touch/due commands and three touch templates, so no lead and no follow-up gets forgotten. Use when user says "трекер аутрича", "кого пинговать", "добавь лида", "зафиксируй…
لغة النص الأصلي: الروسية
Measure REAL web performance with a budget and regression diff — runs Lighthouse CLI (mobile + desktop) or PageSpeed Insights API against a production URL, checks metrics against a perf-budget, and diffs runs. Never trusts chrome-devtools MCP traces (falsely…
لغة النص الأصلي: الروسية
Generate a commercial proposal (КП) for a web/frontend client from a frontend-audit result, a client URL, or a free-text scope — turns found problems into business impact, scope, three tiers, price ranges, timeline and a clear next-step CTA. Use when user…
لغة النص الأصلي: الروسية
Content/keyword SEO for mmalabugin.ru — researches real search intents via web search, groups them into intent clusters (informational/commercial/branded), builds a prioritized content plan (which pages/articles cover which clusters), and writes SERP meta…
لغة النص الأصلي: الروسية
Technical SEO audit of a page — checks title/meta description, OG & Twitter cards, JSON-LD structured data, canonical, robots meta + robots.txt, sitemap.xml, hreflang, heading hierarchy, image alt, HTTP status/redirects, https and viewport. Defaults to…
لغة النص الأصلي: الروسية
Scaffold a Feature-Sliced Design slice (layer + name) in the current Next.js/FSD project — detects the repo's real conventions (TS/JS, CSS Modules, barrel format, naming) and generates the folder, segments, component stub and index.ts. Use when user says…
لغة النص الأصلي: الروسية
Content plan and ready-to-post drafts for the author's personal Telegram channel — reads the channel's recent posts to match tone, proposes rubrics, and writes a period plan plus 3-5 finished Telegram posts with hooks and a soft CTA to mmalabugin.ru. Asks for…
لغة النص الأصلي: الروسية
Run a productized frontend audit and generate cold-outreach for it. Given a niche/segment or explicit URLs, finds candidate sites, measures them with Lighthouse + security headers + real compression, and produces per-site mini-audits plus personalized…
لغة النص الأصلي: الروسية
Pixel-parity port of a page from a reference (original site or local HTML mirror) to the current Next.js/FSD project. Uses Playwright MCP to capture original + ours at multiple viewports, diffs layout/DOM/computed styles, then migrates legacy CSS to CSS…
لغة النص الأصلي: الإنجليزية
Generate architecture guidelines for the project. Analyzes tech stack from DESCRIPTION.md, recommends an architecture pattern, and creates .ai-factory/ARCHITECTURE.md. Use when setting up project architecture, asking "which architecture", or after /aif setup.
لغة النص الأصلي: الإنجليزية
QA workflow for testing a feature or task implementation. Analyzes changes, produces test plans, and describes concrete test scenarios. Use when user says "test this", "write test plan", "what should I test", or "QA this branch".
لغة النص الأصلي: الإنجليزية
Security audit checklist based on OWASP Top 10 and best practices. Covers authentication, injection, XSS, CSRF, secrets management, and more. Use when reviewing security, before deploy, asking "is this secure", "security check", "vulnerability".
لغة النص الأصلي: الإنجليزية
Generate professional Agent Skills for AI agents. Creates complete skill packages with SKILL.md, references, scripts, and templates. Use when creating new skills, generating custom slash commands, or building reusable AI capabilities. Validates against Agent…
لغة النص الأصلي: الإنجليزية
Set up agent context for a project. Analyzes tech stack, installs relevant skills from skills.sh, generates custom skills, and configures MCP servers. Use when starting new project, setting up AI context, or asking "set up project", "configure AI", "what…
لغة النص الأصلي: الإنجليزية
Generates a daily work report (standup) in the user's concise, business-friendly Russian style. Gathers what was done from the day's git history and the current chat session, then writes short manager-facing bullets. Use when the user asks for "отчёт за…
لغة النص الأصلي: الروسية
Find cheapest flights via live browser search across Aviasales, other sellers (Yandex.Travel, Tutu, OneTwoTrip) AND airline sites directly, then apply money-saving strategies (date-shift, nearby airports, hidden-city, split-ticket, error fares). Asks for…
لغة النص الأصلي: الروسية
any input (code, docs, papers, images, videos) to knowledge graph. Use when user asks any question about a codebase, documents, or project content - especially if graphify-out/ exists, treat the question as a /graphify query.
لغة النص الأصلي: الإنجليزية
Mirror current git project to personal GitHub account with commit author rewrite. Use when user types /migrate.
لغة النص الأصلي: الإنجليزية
Генерирует список актуальных задач по проекту в кратком формате «дата + bullets». Читает ROADMAP, планы, git-историю и контекст сессии. Использовать когда пользователь пишет "/project-backlog", "что ещё сделать", "список задач", "бэклог", "/backlog".
لغة النص الأصلي: الروسية