AI Toolkit

MCP серверы, LSP, скиллы, плагины, AI-модели и другие инструменты

7 инструментов Сбросить
Skill AI Assistants Open Source

by bluzername (community)

✔ Claude Code, Linux, macOS, bash, zsh, tmux

Автоматически обновляет заголовки окон терминала на основе задач Claude Code — больше не нужно гадать, какой терминал какой.

# Автоматическая установка и тестирование (рекомендуется) cd claude-code-terminal-title chmod +x install-and-test.sh ./install-and-test.sh # Быстрая установка (Claude Code CLI) claude-code install terminal-title.skill # Ручная установка mkdir -p ~/.claude/skills unzip terminal-title.skill -d ~/.claude/skills/ chmod +x ~/.claude/skills/terminal-title/scripts/set_title.sh # Дополнительно для macOS Terminal.app + zsh (опционально) cd claude-code-terminal-title chmod +x setup-zsh.sh ./setup-zsh.sh

Claude Code Tips

v0.26.34
Skill AI Assistants Open Source

by ykdojo (community)

✔ Claude Code

45+ советов по эффективному использованию Claude Code — от основ до продвинутых техник, включая кастомный статус-лайн скрипт и запуск Claude Code в контейнере. Включает плагин …

GH Issues Auto-Fixer

v2026.6.11
Skill AI Assistants Open Source

by openclaw (open source)

✔ Claude Code, OpenCode, любой агент с поддержкой кастомных инструкций

SKILL.md-инструкция для AI-агентов: автоматическое закрытие GitHub issues. 6-фазный воркфлоу: фильтрация issues → проверка веток → параллельный запуск суб-агентов → реализация фикса → открытие PR → …

# Claude Code — скачать SKILL.md в папку скиллов: mkdir -p ~/.claude/skills/gh-issues-auto-fixer curl -o ~/.claude/skills/gh-issues-auto-fixer/SKILL.md \ https://mcpmarket.com/tools/skills/gh-issues-auto-fixer/download # Или синхронизировать через mcpmarket CLI (если установлен): npx @mcpmarket/cli skills sync gh-issues-auto-fixer # После установки в Claude Code использовать: # /gh-issues или "use gh-issues skill to fix issue #42"

GitHub Integration Skill

v2026.6.11
Skill AI Assistants Open Source

by openclaw (open source)

✔ Claude Code, OpenCode, любой TUI-агент, GitHub CLI (gh)

SKILL.md-инструкция для AI-агентов: управление GitHub через CLI — создание PR и issue, работа с ветками, запуск CI/CD, ревью кода. Использует GitHub CLI (gh). Совместим с …

# Требуется: GitHub CLI (gh) — установить на https://cli.github.com/ # Claude Code — скачать SKILL.md: mkdir -p ~/.claude/skills/github-integration curl -o ~/.claude/skills/github-integration/SKILL.md \ https://mcpmarket.com/tools/skills/github-integration/download # Или через mcpmarket CLI: npx @mcpmarket/cli skills sync github-integration # Использование в Claude Code: # "use github skill to create a PR from current branch" # "use github skill to review open PRs"

Google Workspace CLI Skill

v2026.6.11
Skill AI Assistants Open Source

by openclaw (open source)

✔ Claude Code, OpenCode, любые агенты с поддержкой кастомных SKILL.md-правил

SKILL.md-инструкция для AI-агентов: работа с Google Workspace из терминала — Gmail, Calendar, Docs, Sheets, Drive через gcloud CLI. Совместим с Claude Code, OpenCode и другими …

# Требуется: gcloud CLI с авторизацией Google аккаунта # Claude Code — скачать SKILL.md: mkdir -p ~/.claude/skills/google-workspace curl -o ~/.claude/skills/google-workspace/SKILL.md \ https://mcpmarket.com/tools/skills/google-workspace-cli-assistant/download # Или через mcpmarket CLI: npx @mcpmarket/cli skills sync google-workspace-cli-assistant # Использование в Claude Code: # "use google workspace skill to check today's calendar" # "use google workspace skill to send email to team@..."

React Code Fix & Linter

v19.2.7
Skill AI Assistants Open Source

by mcpmarket.com (community)

✔ Claude Code, OpenCode, любой TUI-агент, Node.js 18+

SKILL.md-инструкция для AI-агентов: автоматический линтинг и форматирование React-кода через ESLint + Prettier. Исправляет ошибки перед коммитом, проверяет CI-compliance, работает только с изменёнными файлами. Совместим с …

# Требуется: ESLint и Prettier в проекте # Claude Code — скачать SKILL.md: mkdir -p ~/.claude/skills/react-linter curl -o ~/.claude/skills/react-linter/SKILL.md \ https://mcpmarket.com/tools/skills/react-code-fix-linter/download # Или через mcpmarket CLI: npx @mcpmarket/cli skills sync react-code-fix-linter # Использование в Claude Code: # "use react linter skill to fix all lint errors" # "use react linter to check code before commit"

Superpowers

v6.3.0
Skill AI Assistants Open Source

by obra (community)

✔ Claude Code, Antigravity, Codex App, Codex CLI, Cursor, Devin CLI, Factory Droid, Gemini CLI, GitHub Copilot CLI, Grok Build CLI, Kimi Code, OpenCode, Pi, Hermes Agent

Фреймворк агентных навыков и методология разработки ПО для Claude Code — набор SKILL.md-инструкций, охватывающих полный цикл разработки: планирование, тестирование, дебаг, ревью. Самый популярный skill-репозиторий на …

# Claude Code /plugin install superpowers@claude-plugins-official # или через магазин Superpowers: /plugin marketplace add obra/superpowers-marketplace /plugin install superpowers@superpowers-marketplace # Antigravity agy plugin install https://github.com/obra/superpowers # Codex App # открыть Plugins в боковой панели, найти Superpowers в разделе Coding, нажать "+" # Codex CLI /plugins superpowers # выбрать Install Plugin # Cursor /add-plugin superpowers # Devin CLI devin plugins install obra/superpowers # Factory Droid droid plugin marketplace add https://github.com/obra/superpowers droid plugin install superpowers@superpowers # Gemini CLI gemini extensions install https://github.com/obra/superpowers # GitHub Copilot CLI copilot plugin marketplace add obra/superpowers-marketplace copilot plugin install superpowers@superpowers-marketplace # Grok Build CLI grok plugin install superpowers@xai-official --trust # Kimi Code /plugins install https://github.com/obra/superpowers # OpenCode Загрузите и следуйте инструкциям с https://raw.githubusercontent.com/obra/superpowers/refs/heads/main/.opencode/INSTALL.md # Pi pi install git:github.com/obra/superpowers # Hermes Agent hermes plugins install obra/superpowers --enable