Skip to main content

1t1sCooL/claude-skills

SkillsMP a collecté 30 skills depuis 1t1sCooL/claude-skills. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
30
Étoiles GitHub
16
Forks GitHub
0

Affichage de 30 skills collectés sur 30.

métier
Développeurs de logiciels
description

Full task lifecycle — plan, implement, verify, review, qa, changelog, squash-commit. Use when user says "/aif-task", "новая таска", "сделай таску", "task flow".

Langue du texte source : russe

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

QA-верификация задачи против ТЗ/тикета — сверяет каждое требование с реальностью (SSR HTML через view-source, HTTP-коды, sitemap/robots, реальный браузер через Playwright, computed-styles diff с эталоном), выносит вердикт по пунктам (PASS/FAIL/QUESTION), на…

Langue du texte source : russe

mis à jour
métier
Commis de bureau généraux
description

Встраивает новую активность в Мастер-расписание пользователя, находя свободный слот с учётом сна, работы, приёмов пищи и уже занятых дел. Умеет добавлять, удалять, пересобирать под новые условия и показывать план на день/неделю. Use when user says…

Langue du texte source : russe

mis à jour
métier
Analystes en études de marché et spécialistes en marketing
description

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…

Langue du texte source : Plusieurs langues

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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…

Langue du texte source : russe

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : russe

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

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…

Langue du texte source : russe

mis à jour
métier
Rédacteurs techniques
description

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…

Langue du texte source : russe

mis à jour
métier
Enseignants postsecondaires, autres
description

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 "сделай…

Langue du texte source : russe

mis à jour
métier
Spécialistes en gestion de projets
description

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…

Langue du texte source : russe

mis à jour
métier
Comptables et auditeurs
description

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…

Langue du texte source : russe

mis à jour
métier
Éditeurs PAO
description

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 "трекер аутрича", "кого пинговать", "добавь лида", "зафиксируй…

Langue du texte source : russe

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : russe

mis à jour
métier
Spécialistes en gestion de projets
description

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…

Langue du texte source : russe

mis à jour
métier
Analystes en études de marché et spécialistes en marketing
description

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…

Langue du texte source : russe

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : russe

mis à jour
métier
Développeurs web
description

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…

Langue du texte source : russe

mis à jour
métier
Rédacteurs techniques
description

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…

Langue du texte source : russe

mis à jour
métier
Spécialistes en gestion de projets
description

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…

Langue du texte source : russe

mis à jour
métier
Développeurs web
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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".

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

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".

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

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…

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

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…

Langue du texte source : anglais

mis à jour
métier
Commis de bureau généraux
description

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 "отчёт за…

Langue du texte source : russe

mis à jour
métier
Analystes en études de marché et spécialistes en marketing
description

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…

Langue du texte source : russe

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Mirror current git project to personal GitHub account with commit author rewrite. Use when user types /migrate.

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Генерирует список актуальных задач по проекту в кратком формате «дата + bullets». Читает ROADMAP, планы, git-историю и контекст сессии. Использовать когда пользователь пишет "/project-backlog", "что ещё сделать", "список задач", "бэклог", "/backlog".

Langue du texte source : russe

mis à jour
Affichage de 30 skills collectés sur 30.