На главную
[ Plugin Marketplace ]

Каталог скиллов

Готовые скиллы для AI-ассистентов — автоматизация код-ревью, тестирование, отладка, оптимизация инфраструктуры и security-аудит. Сейчас доступно 72 скиллов.Установка одной командой через /plugin marketplace add.

72 / 72
test-writerv1.0.0
[ Инженерия ]

Write comprehensive test suites

#testing
$ npx skills add anthropics/claude-code-skills --skill test-writer
grill-mev1.0.0
[ Продуктивность ]

Interview skill for relentless questioning

#interviews
$ npx skills add mattpocock/skills --skill grill-me
code-reviewv1.0.0
[ Инженерия ]

Automated code review with best practices

#review#testing#quality
$ npx skills add anthropics/claude-code-skills --skill code-review
debug-helperv1.0.0
[ Инженерия ]

Systematic debugging workflow

#debugging
$ npx skills add anthropics/claude-code-skills --skill debug-helper
api-docsv1.0.0
[ Инженерия ]

Generate API documentation from code

#docs
$ npx skills add anthropics/claude-code-skills --skill api-docs
security-auditv1.0.0
[ Безопасность ]

Security vulnerability analysis

#audit
$ npx skills add anthropics/claude-code-skills --skill security-audit
anthropic-pptxv1.0.0
[ Продуктивность ]

Create, edit, and analyze PowerPoint presentations with support for layouts, templates, charts, and automated slide generation

#pptx#powerpoint#presentations#office#anthropic#official
$ npx skills add anthropics/skills --skill skills/pptx
anthropic-pdfv1.0.0
[ Продуктивность ]

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms

#pdf#documents#office#anthropic#official
$ npx skills add anthropics/skills --skill skills/pdf
anthropic-docxv1.0.0
[ Продуктивность ]

Create, edit, and analyze Word documents with support for tracked changes, comments, formatting preservation, and text extraction

#docx#word#documents#office#anthropic#official
$ npx skills add anthropics/skills --skill skills/docx
docker-optimizerv1.0.0
[ DevOps ]

Optimize Docker images

#containers
$ npx skills add anthropics/claude-code-skills --skill docker-optimizer
sql-optimizerv1.0.0
[ Данные ]

Optimize SQL queries

#database
$ npx skills add anthropics/claude-code-skills --skill sql-optimizer
refactorv1.0.0
[ Инженерия ]

Code refactoring with best practices

#quality
$ npx skills add anthropics/claude-code-skills --skill refactor
mattpocock-domain-modelingv1.0.0
[ Инженерия ]

Actively build and sharpen a project's domain model — challenge terms, stress-test with edge-case scenarios, and update CONTEXT.md and ADRs inline

#domain#modeling#ddd#ubiquitous-language#mattpocock
$ npx skills add mattpocock/skills --skill skills/engineering/domain-modeling
mattpocock-diagnosing-bugsv1.0.0
[ Инженерия ]

Disciplined diagnosis loop for hard bugs and performance regressions: reproduce, minimise, hypothesise, instrument, fix, regression-test

#debugging#diagnosis#bugs#performance#mattpocock
$ npx skills add mattpocock/skills --skill skills/engineering/diagnosing-bugs
mattpocock-handoffv1.0.0
[ Продуктивность ]

Compact the current conversation into a handoff document so another agent can continue the work

#handoff#context#session#mattpocock
$ npx skills add mattpocock/skills --skill skills/productivity/handoff
mattpocock-researchv1.0.0
[ Research ]

Investigate a question against high-trust primary sources and capture findings as a cited Markdown file in the repo, run as a background agent

#research#investigation#citations#mattpocock
$ npx skills add mattpocock/skills --skill skills/engineering/research
mattpocock-to-specv1.0.0
[ Продуктивность ]

Turn the current conversation into a spec and publish it to the issue tracker

#spec#prd#planning#specification#mattpocock
$ npx skills add mattpocock/skills --skill skills/engineering/to-spec
anthropic-doc-coauthoringv1.0.0
[ Writing ]

Collaboratively author and refine documents with Claude

#documents#writing#collaboration#anthropic#official
$ npx skills add anthropics/skills --skill skills/doc-coauthoring
anthropic-slack-gif-creatorv1.0.0
[ Design ]

Create animated GIFs optimized for Slack's size constraints

#gif#slack#animation#anthropic#official
$ npx skills add anthropics/skills --skill skills/slack-gif-creator
anthropic-brand-guidelinesv1.0.0
[ Design ]

Apply Anthropic's official brand colors and typography to artifacts

#brand#guidelines#design#anthropic#official
$ npx skills add anthropics/skills --skill skills/brand-guidelines
anthropic-frontend-designv1.0.0
[ Design ]

Instructs Claude to avoid generic AI aesthetics and make bold design decisions for React and Tailwind frontend work

#frontend#design#react#tailwind#ui#anthropic#official
$ npx skills add anthropics/skills --skill skills/frontend-design
anthropic-xlsxv1.0.0
[ Данные ]

Create, edit, and analyze Excel spreadsheets with support for formulas, formatting, data analysis, and visualization

#xlsx#excel#spreadsheets#data#office#anthropic#official
$ npx skills add anthropics/skills --skill skills/xlsx
composio-tailored-resume-generatorv1.0.0
[ Writing ]

Generate tailored resumes optimized for specific job descriptions

#resume#cv#career#composio
$ npx skills add ComposioHQ/awesome-claude-skills --skill tailored-resume-generator
composio-meeting-insights-analyzerv1.0.0
[ Продуктивность ]

Analyze meeting transcripts to extract insights, action items, and key decisions

#meeting#transcript#analysis#composio
$ npx skills add ComposioHQ/awesome-claude-skills --skill meeting-insights-analyzer
composio-domain-name-brainstormerv1.0.0
[ Продуктивность ]

Brainstorm and evaluate domain names for projects and businesses

#domain#names#brainstorm#composio
$ npx skills add ComposioHQ/awesome-claude-skills --skill domain-name-brainstormer
mattpocock-teachv1.0.0
[ Продуктивность ]

Teach the user a new skill or concept over multiple sessions, using the current directory as a stateful teaching workspace

#teach#learn#education#mattpocock
$ npx skills add mattpocock/skills --skill skills/productivity/teach
mattpocock-cavemanv1.0.0
[ Продуктивность ]

Cut agent verbosity to near zero for when you already know what you want

#caveman#concise#verbosity#mattpocock
$ npx skills add mattpocock/skills --skill skills/productivity/caveman
mattpocock-wayfinderv1.0.0
[ Продуктивность ]

Plan a huge chunk of work as a shared map of investigation tickets on the issue tracker, resolving one at a time until the way is clear

#wayfinder#planning#large-scale#mattpocock
$ npx skills add mattpocock/skills --skill skills/engineering/wayfinder
mattpocock-improve-codebase-architecturev1.0.0
[ Инженерия ]

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick

#architecture#refactoring#codebase#design#mattpocock
$ npx skills add mattpocock/skills --skill skills/engineering/improve-codebase-architecture
mattpocock-grill-mev1.0.0
[ Продуктивность ]

Get relentlessly interviewed about a plan or design until every branch of the decision tree is resolved

#grill#interview#planning#decision#mattpocock
$ npx skills add mattpocock/skills --skill skills/productivity/grill-me
anthropic-algorithmic-artv1.0.0
[ Design ]

Create generative art using p5.js with seeded randomness, flow fields, and particle systems

#art#generative#p5js#creative#anthropic#official
$ npx skills add anthropics/skills --skill skills/algorithmic-art
anthropic-web-artifacts-builderv1.0.0
[ Инженерия ]

Build complex claude.ai HTML artifacts using React, Tailwind CSS, and shadcn/ui components

#html#artifacts#react#tailwind#shadcn#anthropic#official
$ npx skills add anthropics/skills --skill skills/web-artifacts-builder
mattpocock-implementv1.0.0
[ Инженерия ]

Build the work described by a spec or set of tickets, driving TDD at pre-agreed seams and closing with code review before committing

#implement#build#execute#mattpocock
$ npx skills add mattpocock/skills --skill skills/engineering/implement
mattpocock-to-ticketsv1.0.0
[ Продуктивность ]

Break any plan, spec, or conversation into a set of tracer-bullet tickets with blocking edges

#tickets#issues#planning#backlog#mattpocock
$ npx skills add mattpocock/skills --skill skills/engineering/to-tickets
mattpocock-tddv1.0.0
[ Testing ]

Test-driven development with a red-green-refactor loop. Builds features or fixes bugs one vertical slice at a time

#tdd#testing#red-green-refactor#mattpocock
$ npx skills add mattpocock/skills --skill skills/engineering/tdd
mattpocock-grill-with-docsv1.0.0
[ Инженерия ]

Grilling session that also builds your project's domain model, sharpening terminology and updating CONTEXT.md and ADRs inline

#grill#docs#context#domain#mattpocock
$ npx skills add mattpocock/skills --skill skills/engineering/grill-with-docs
anthropic-theme-factoryv1.0.0
[ Design ]

Generate and customize visual themes for projects

#theme#factory#design#anthropic#official
$ npx skills add anthropics/skills --skill skills/theme-factory
anthropic-claude-apiv1.0.0
[ Инженерия ]

Skills for working with the Claude API for building AI applications

#api#claude#anthropic#official
$ npx skills add anthropics/skills --skill skills/claude-api
anthropic-canvas-designv1.0.0
[ Design ]

Design beautiful visual art in PNG and PDF formats using design philosophies

#canvas#design#visual#art#anthropic#official
$ npx skills add anthropics/skills --skill skills/canvas-design
anthropic-internal-commsv1.0.0
[ Writing ]

Write internal communications like status reports, newsletters, and FAQs

#comms#internal#newsletter#reports#anthropic#official
$ npx skills add anthropics/skills --skill skills/internal-comms
anthropic-skill-creatorv1.0.0
[ Продуктивность ]

Interactive skill creation tool that guides you through building new skills with Q&A

#skill#creator#meta#anthropic#official
$ npx skills add anthropics/skills --skill skills/skill-creator
anthropic-webapp-testingv1.0.0
[ Testing ]

Test local web applications using Playwright for UI verification and debugging

#testing#playwright#e2e#web#anthropic#official
$ npx skills add anthropics/skills --skill skills/webapp-testing
anthropic-mcp-builderv1.0.0
[ Инженерия ]

Guide for creating high-quality MCP servers to integrate external APIs and services

#mcp#model-context-protocol#servers#api#anthropic#official
$ npx skills add anthropics/skills --skill skills/mcp-builder
trailofbits-variant-analysisv1.0.0
[ Безопасность ]

Find all code patterns similar to a known vulnerability across a codebase using variant analysis

#security#variant-analysis#vulnerability#trailofbits
$ npx skills add trailofbits/skills --skill variant-analysis
trailofbits-code-auditingv1.0.0
[ Безопасность ]

Static analysis with CodeQL and Semgrep for security-focused code auditing and vulnerability detection

#security#codeql#semgrep#audit#trailofbits
$ npx skills add trailofbits/skills --skill code-auditing
superpowers-elements-of-stylev1.0.0
[ Writing ]

Writing guidance based on Strunk's The Elements of Style for clear, concise, grammatically correct writing

#writing#style#grammar#elements-of-style#obra
$ npx skills add obra/superpowers-marketplace --skill plugins/elements-of-style
composio-mcp-builderv1.0.0
[ Инженерия ]

Guide for building MCP servers and integrating external APIs with Claude

#mcp#builder#api#composio
$ npx skills add ComposioHQ/awesome-claude-skills --skill mcp-builder
composio-twitter-algorithm-optimizerv1.0.0
[ Writing ]

Optimize tweets for engagement based on Twitter/X algorithm patterns

#twitter#x#social-media#optimization#composio
$ npx skills add ComposioHQ/awesome-claude-skills --skill twitter-algorithm-optimizer
composio-changelog-generatorv1.0.0
[ DevOps ]

Automatically generate changelogs from git history and commit messages

#changelog#git#release-notes#composio
$ npx skills add ComposioHQ/awesome-claude-skills --skill changelog-generator
mattpocock-code-reviewv1.0.0
[ Инженерия ]

Two-axis review of a diff: Standards (coding standards + Fowler smells) and Spec (faithfulness to originating issue/PRD), run as parallel sub-agents

#review#code-review#standards#mattpocock
$ npx skills add mattpocock/skills --skill skills/engineering/code-review
composio-langsmith-fetchv1.0.0
[ AI/ML ]

Fetch and analyze LangSmith tracing data for LLM application observability

#langsmith#tracing#llm#observability#composio
$ npx skills add ComposioHQ/awesome-claude-skills --skill langsmith-fetch
composio-competitive-ads-extractorv1.0.0
[ Research ]

Extract and analyze competitor advertising campaigns and creative strategies

#competitive#ads#extraction#composio
$ npx skills add ComposioHQ/awesome-claude-skills --skill competitive-ads-extractor
composio-lead-research-assistantv1.0.0
[ Research ]

Research potential leads and compile structured profiles with company and contact information

#leads#research#sales#composio
$ npx skills add ComposioHQ/awesome-claude-skills --skill lead-research-assistant
composio-invoice-organizerv1.0.0
[ Данные ]

Extract, organize, and track invoice data from PDF and image files

#invoice#finance#extract#composio
$ npx skills add ComposioHQ/awesome-claude-skills --skill invoice-organizer
composio-image-enhancerv1.0.0
[ Design ]

Enhance images with adjustments to brightness, contrast, color, and sharpness

#image#enhance#photo#composio
$ npx skills add ComposioHQ/awesome-claude-skills --skill image-enhancer
composio-file-organizerv1.0.0
[ Продуктивность ]

Organize files into structured directories based on type, content, and naming conventions

#files#organize#cleanup#composio
$ npx skills add ComposioHQ/awesome-claude-skills --skill file-organizer
composio-content-research-writerv1.0.0
[ Writing ]

Research topics and write high-quality content with citations and structured output

#content#research#writing#blog#composio
$ npx skills add ComposioHQ/awesome-claude-skills --skill content-research-writer
mattpocock-resolving-merge-conflictsv1.0.0
[ DevOps ]

Work through a git merge or rebase conflict hunk by hunk, resolving by intent traced to each side's primary source, then finishing the operation

#git#merge#conflicts#rebase#mattpocock
$ npx skills add mattpocock/skills --skill skills/engineering/resolving-merge-conflicts
mattpocock-codebase-designv1.0.0
[ Инженерия ]

Shared discipline and vocabulary for designing deep modules: behaviour behind a small interface, placed at a clean seam, testable through that interface

#design#modules#architecture#mattpocock
$ npx skills add mattpocock/skills --skill skills/engineering/codebase-design
mattpocock-prototypev1.0.0
[ Инженерия ]

Build a throwaway prototype to answer a design question — runnable terminal app or radically different UI variations

#prototype#spike#design#mattpocock
$ npx skills add mattpocock/skills --skill skills/engineering/prototype
superpowers-developing-for-claude-codev1.0.0
[ Инженерия ]

Skills and resources for developing Claude Code plugins, skills, MCP servers, and extensions with 42+ official documentation files

#claude-code#plugin#development#mcp#obra
$ npx skills add obra/superpowers-marketplace --skill plugins/superpowers-developing-for-claude-code
composio-developer-growth-analysisv1.0.0
[ Данные ]

Analyze developer tool adoption and growth metrics for competitive intelligence

#developer#growth#analysis#metrics#composio
$ npx skills add ComposioHQ/awesome-claude-skills --skill developer-growth-analysis
composio-video-downloaderv1.0.0
[ Продуктивность ]

Download videos from various platforms with format selection and metadata extraction

#video#download#media#composio
$ npx skills add ComposioHQ/awesome-claude-skills --skill video-downloader
mattpocock-writing-great-skillsv1.0.0
[ Продуктивность ]

Reference for writing and editing skills well: the vocabulary and principles that make a skill predictable

#skills#writing#meta#mattpocock
$ npx skills add mattpocock/skills --skill skills/productivity/writing-great-skills
claude-scientific-skillsv1.0.0
[ Research ]

Comprehensive collection of ready-to-use scientific skills for working with specialized scientific libraries and databases

#science#research#academic#libraries
$ npx skills add K-Dense-AI/claude-scientific-skills --skill skills
firecrawl-searchv1.0.0
[ Research ]

Search the web and retrieve clean, structured content using the Firecrawl search API

#search#firecrawl#web#research
$ npx skills add firecrawl/skills --skill search
firecrawl-scrapev1.0.0
[ Research ]

Scrape websites and convert content to clean markdown using the Firecrawl API

#scrape#firecrawl#web#markdown#extraction
$ npx skills add firecrawl/skills --skill scrape
trailofbits-fix-verificationv1.0.0
[ Безопасность ]

Verify that security fixes correctly address identified vulnerabilities without introducing new issues

#security#fix#verification#trailofbits
$ npx skills add trailofbits/skills --skill fix-verification
trailofbits-differential-reviewv1.0.0
[ Безопасность ]

Conduct security-focused differential reviews of code changes in pull requests

#security#review#differential#trailofbits
$ npx skills add trailofbits/skills --skill differential-review
superpowers-corev1.0.0
[ Инженерия ]

Core agentic skills framework: TDD, debugging, collaboration patterns, brainstorm, write-plan, execute-plan commands

#superpowers#tdd#debugging#collaboration#obra
$ npx skills add obra/superpowers --skill skills
composio-raffle-winner-pickerv1.0.0
[ Продуктивность ]

Randomly select raffle winners from a list of entries with fairness verification

#raffle#random#winner#composio
$ npx skills add ComposioHQ/awesome-claude-skills --skill raffle-winner-picker
mattpocock-triagev1.0.0
[ Продуктивность ]

Move issues through a state machine of triage roles

#triage#issues#project-management#mattpocock
$ npx skills add mattpocock/skills --skill skills/engineering/triage

Как использовать скиллы

  1. 01.Выберите скилл в каталоге и нажмите «Установить».
  2. 02.Скопируйте команду вида /plugin marketplace add <name> и выполните её в вашем AI-ассистенте.
  3. 03.Скилл появится в списке доступных — ассистент будет автоматически применять его при релевантных задачах.

Подробнее — в документации.

Создали свой скилл?

Добавьте его в marketplace — и он станет доступен всем пользователям Models Platform. Опишите в SKILL.md триггеры, шаги и подводные камни.

Добавить скилл