$curl -fsSL https://skills.fssoft.ru/install.sh | sh
Windows (PowerShell)
$irm https://skills.fssoft.ru/install.ps1 | iex
then fs-skills install <name> — installs into every detected agent (Claude, Cursor, …).
Filters //
confluence
mrswed
Manage Confluence documentation with downloads, uploads, conversions, and diagrams. Use when asked to "download Confluence pages", "upload to Confluence", "convert Wiki Markup", "sync markdown to Confluence", "create Confluence page", or "handle Confluence images".
EDS Jira review queue and immutable-commit review bridge. Reviews an EDS Jira task from its linked commits (never the working tree), writes a timestamped report into .doc/EDS-XXXX/, and optionally publishes the verdict to Jira. Use when the user says "/eds-review", "eds-review EDS-1234", "отревьюй EDS-1234", "что у меня в Code Review", or asks to review an EDS task by its Jira key.
Interact with the self-hosted fssoft Jira from the command line to create, list, view, edit, and transition issues, manage sprints and epics, and perform common Jira workflows. Use when the user asks about Jira tasks, tickets, issues, sprints, or needs to manage project work items.
Bridges a Jira issue and git — creates the correctly named branch for a task, links commit/branch/MR back to the issue, and transitions the issue status (To Do → In Progress → Done) as work moves. Use when the user says "начать задачу", "start EDS-1234", "ветку под задачу", "open MR for this task", or wants Jira and git to stay in sync. Branch naming is configurable; an EDS-style convention ships as the default.
Creates a well-structured Jira issue from a free-form description. Turns a one-line ask or a messy note into a proper task — title, type, the standard description template, labels, component, epic link — then creates it via the jira-cli skill. Use when the user says "создай задачу", "заведи тикет", "new jira task", or pastes raw requirements to file. Works with any Jira project.
Reformats a messy Jira task description into a standard structured template (Бизнес цель, Техническое описание, API, критерии приёмки, DoD, Как тестировать, Out of scope/Риски, Нефункциональные требования). Works with any Jira project — give any issue key (e.g. PROJ-123, ABC-42). Use when the user asks to "оформить задачу", "привести задачу к формату", "format jira task", or pastes an issue key for cleanup. Fetches the task via the jira-cli skill, fills the template, marks gaps, and asks before writing back to Jira.
Logs time on Jira issues and reports logged work. Add worklog entries (with comment and start time), review what you logged today / this week, and roll up time per issue or epic — all via the jira-cli skill. Use when the user says "залогируй время", "log 2h on EDS-1234", "сколько я налогировал", "worklog report", or tracks time against tickets. Works with any Jira project.
Корпоративная почта Outlook/Exchange (mail.tokyo-city.ru): читать входящие, искать и читать письма, отправлять письма, смотреть календарь и создавать встречи. Use this skill when the user mentions почта / почту / письма / входящие / outlook / exchange / «проверь почту» / «отправь письмо» / календарь / встреча / совещание, or otherwise wants to read or send corporate mail or work with their Exchange calendar.
Use when looking up the previous standalone skill-authoring — its content has been merged into writing-skills. Only the publishing script scripts/publish-skill.sh remains in this repo for backward compatibility.
Use when user asks for a Tempo time report, worklog summary, daily work report, or says "tempo report", "tempo:report", "отчёт tempo", "покажи что я делал", "что я залогировал". Works with Jira worklogs, Activity Streams, Git commits, changelog/comments, and local activity sources.
Use when нужно создать новый скилл, опубликовать его в fssoft-каталог (skills.fssoft.ru), выбрать раскладку (single repo / monorepo + registry.yml / convention), отредактировать существующий SKILL.md, проверить скилл перед деплоем через субагентов, усилить Claude Search Optimization, закрыть rationalization loopholes, или подготовить skill contribution для fssoft-каталога без пересечения с уже существующими скиллами. Covers: dedup vs каталог, 7-step interview, SKILL.md structure, CSO, layout choice, frontmatter fields, asset limits, three publish paths (push / web submit / agent CLI), registry rules, and CLI publishing via scripts/publish-skill.sh. Pair with the test-driven-development discipline — this skill adapts RED-GREEN-REFACTOR to process documentation.