1t1sCooL
- 44 skills
- 0 followers
- 11 hours ago last updated
- ▌
- ▌ Aif · 1t1scool bundleSet 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 skills do I need".
- ▌ A11Y · 1t1scoolAccessibility 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 Success Criterion references and concrete fixes. Use when user says "аудит доступности", "проверь a11y", "WCAG", "доступность сайта", "accessibility audit", or types /a11y.
- ▌ Slice · 1t1scoolScaffold 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 "создай слайс", "заскаффоль фичу", "новый widget/entity/feature", "scaffold slice", "new FSD slice", or types /slice.
- ▌ Aif QA · 1t1scool bundleQA 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".
- ▌ Deploy · 1t1scoolCodified 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 compress gotcha). Use when user says "задеплой", "выкати релиз", "релиз на прод/стейдж", "deploy", "release", or types /deploy.
- ▌ Aif Fix · 1t1scoolFix a specific bug or problem in the codebase. Supports two modes - immediate fix or plan-first. Without arguments executes existing FIX_PLAN.md. Always suggests test coverage and adds logging. Use when user says "fix bug", "debug this", "something is broken", or pastes an error message.
- ▌ Flights · 1t1scoolFind 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 cities, dates, flexibility, passengers. Use when user types /flights or asks to find/compare plane tickets.
- ▌ Invoice · 1t1scoolGenerate 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 self-employed/ИП, no VAT. Use when user says "выстави счёт", "сделай инвойс", "счёт клиенту", "акт", "invoice", or types /invoice.
- ▌ Migrate · 1t1scool bundleMirror current git project to personal GitHub account with commit author rewrite. Use when user types /migrate.
- ▌ 1t1scopy · 1t1scoolPixel-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 Modules until parity. Trigger: /1t1scopy <route>
- ▌ Aif Loop · 1t1scool bundleRun a strict multi-iteration Reflex Loop with phases (PLAN, PRODUCE||PREPARE, EVALUATE, CRITIQUE, REFINE) to improve an artifact until quality gates pass or iteration limits are reached. Use when user asks for iterative refinement, quality-gated generation, or "generate -> critique -> refine" loops.
- ▌ Aif Plan · 1t1scool bundlePlan implementation for a feature or task. Two modes — fast (single quick plan) or full (richer plan with optional git branch/worktree flow). Use when user says "plan", "new feature", "start feature", "create tasks".
- ▌ Aif Task · 1t1scoolFull task lifecycle — plan, implement, verify, review, qa, changelog, squash-commit. Use when user says "/aif-task", "новая таска", "сделай таску", "task flow".
- ▌ Graphify · 1t1scool bundleany 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.
- ▌ Proposal · 1t1scoolGenerate 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 says "сделай КП", "коммерческое предложение", "предложение клиенту", "напиши оффер", "proposal", or types /proposal.
- ▌ SEO Tech · 1t1scoolTechnical 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 mmalabugin.ru. Content/keyword SEO is the separate seo-content skill. Use when user says "технический SEO", "проверь мету", "structured data", "robots/sitemap", "SEO аудит страницы", "technical SEO", or types /seo-tech.
- ▌ Aif Rules · 1t1scoolAdd project-specific rules and conventions to the configured RULES.md artifact. Each invocation appends new rules. These rules are automatically loaded by /aif-implement before execution. Use when user says "add rule", "remember this", "convention", or "always do X".
- ▌ Changelog · 1t1scoolGenerate 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 prepended to CHANGELOG.md. Use when user says "сгенерируй чейнджлог", "релиз-ноты", "что изменилось с прошлого релиза", "changelog", "release notes", or types /changelog.
- ▌ Aif Commit · 1t1scoolCreate conventional commit messages by analyzing staged changes. Generates semantic commit messages following the Conventional Commits specification. Use when user says "commit", "save changes", or "create commit".
- ▌ Aif Evolve · 1t1scoolSelf-improve AI Factory skills based on project context, accumulated patches, and codebase patterns. Analyzes what went wrong, what works, and enhances skills to prevent future issues. Use when you want to make AI smarter for your project.
- ▌ Aif Review · 1t1scoolPerform code review on staged changes or a pull request. Checks for bugs, security issues, performance problems, and best practices. Use when user says "review code", "check my code", "review PR", or "is this code okay".
- ▌ Aif Verify · 1t1scool bundleVerify completed implementation against the plan. Checks that all tasks were fully implemented, nothing was forgotten, code compiles, tests pass, and quality standards are met. Use after "/aif-implement" completes, or when user says "verify", "check work", "did we miss anything".
- ▌ Flashcards · 1t1scoolGenerate 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 "сделай карточки", "anki из сессии", "флешкарты", "карточки для запоминания", "flashcards", or types /flashcards.
- ▌ Perf Guard · 1t1scool bundleMeasure 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 optimistic). Use when user says "замерь перформанс", "проверь скорость сайта", "lighthouse", "core web vitals", "perf budget", "регрессия скорости", or types /perf-guard.
- ▌ Tg Content · 1t1scoolContent 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 the channel handle once and saves it to ./growth/config.json. Use when user says "контент-план для тг", "посты для канала", "что postить в телеграм", "telegram content", or types /tg-content.
- ▌ Aif Explore · 1t1scoolEnter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
- ▌ Aif Improve · 1t1scoolRefine and enhance an existing implementation plan with a second iteration. Re-analyzes the codebase, checks for gaps, missing tasks, wrong dependencies, and improves the plan quality. Use after /aif-plan to polish the plan before implementation, or to improve an existing /aif-fix plan.
- ▌ Aif Roadmap · 1t1scoolCreate or update a project roadmap with major milestones. Generates the configured roadmap artifact (default .ai-factory/ROADMAP.md) — a strategic checklist of high-level goals. Use when user says "roadmap", "project plan", "milestones", or "what to build next".
- ▌ Devlog Post · 1t1scoolConvert 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 value, one tech lesson and a soft CTA. Use when user says "сделай пост из девлога", "запости в линкедин/телеграм", "devlog в пост", "публичный пост из сессии", "devlog post", or types /devlog-post.
- ▌ News Filter · 1t1scoolTwo-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 Telegram post (~1500–3000 chars) on that single story in the channel's voice (no hype, practical lens). Use when user says "сделай фильтр", "пул новостей", "новости на пост", "news filter", or types /news-filter.
- ▌ SEO Content · 1t1scoolContent/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 (title ≤60, description ≤155, H1, H2 structure) plus internal linking. White-hat only. Technical SEO is the separate seo-tech skill. Use when user says "семантика", "ключи для сайта", "контент-план SEO", "мета под выдачу", "seo content", or types /seo-content.
- ▌ Growth Audit · 1t1scoolOne-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 says "аудит роста", "где теряю аудиторию", "почему нет заявок", "воронка сайта/канала", "growth audit", or types /growth-audit.
- ▌ Schedule Fit · 1t1scoolВстраивает новую активность в Мастер-расписание пользователя, находя свободный слот с учётом сна, работы, приёмов пищи и уже занятых дел. Умеет добавлять, удалять, пересобирать под новые условия и показывать план на день/неделю. Use when user says "schedule-fit", "втисни в расписание", "добавь в расписание", "пересобери расписание", "что у меня сегодня/на неделе", "найди время для X", "сколько у меня свободного времени".
- ▌ Aif Implement · 1t1scool bundleExecute implementation tasks from the current plan. Works through tasks sequentially, marks completion, and preserves progress for continuation across sessions. Use when user says "implement", "start coding", "execute plan", or "continue implementation".
- ▌ Aif Reference · 1t1scool bundleCreate knowledge references from URLs, documents, or files for use by AI agents. Fetch, process, and store structured references in the configured references directory (default: .ai-factory/references/).
- ▌ Daily Standup · 1t1scoolGenerates 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 "отчёт за день", "отчёт за вчера/сегодня", "напиши отчёт", "standup", "дейли", "что я сделал", or asks to write a report in this style.
- ▌ Frontend Audit · 1t1scool bundleRun 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 outreach drafts. Use when user says "прогони сайты", "аудит фронтенда", "найди клиентов на аудит", "outreach по сайтам", "frontend audit", or names a niche to audit.
- ▌ Outreach Track · 1t1scoolTrack 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 "трекер аутрича", "кого пинговать", "добавь лида", "зафиксируй касание", "кому фоллоу-ап", "outreach tracker", or types /outreach-track.
- ▌ Project Backlog · 1t1scoolГенерирует список актуальных задач по проекту в кратком формате «дата + bullets». Читает ROADMAP, планы, git-историю и контекст сессии. Использовать когда пользователь пишет "/project-backlog", "что ещё сделать", "список задач", "бэклог", "/backlog".
- ▌ Aif Architecture · 1t1scoolGenerate 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.
- ▌ Aif Skill Generator · 1t1scool bundleGenerate 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 Skills specification.
- ▌ Aif Build Automation · 1t1scool bundleAnalyze project and generate or enhance build automation file (Makefile, Taskfile.yml, Justfile, Magefile.go). If a build file already exists, improves it by adding missing targets and best practices. Use when user says "generate makefile", "create taskfile", "add justfile", "setup mage", or "build automation".
- ▌ Aif Security Checklist · 1t1scool bundleSecurity 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".