Skills

The open registry for AI agent skills — structured prompts and workflows with recommended models, example prompts, and compatible tools.

Contribute a Skill

Skills

13

Categories

9

Compatible tools

5

Contributors

1

Showing 113 of 13 skills

Resume Optimizerbeginner

Reviews and rewrites resumes and CVs to be clear, achievement-focused, and ATS-friendly. Rewrites bullet points using strong action verbs and quantified impact, aligns wording to a target job description, flags gaps and red flags, and checks formatting for applicant tracking system compatibility.

4 models
Social Media Post Writerbeginner

Generates platform-tailored social media posts from a single idea or announcement. Adapts length, tone, hashtags, and formatting for X, LinkedIn, Instagram, and threads. Produces hook-first copy, variant options for A/B testing, and a suggested posting cadence while respecting each platform's conventions and character limits.

4 models
Newsletter Writerbeginner

Drafts email newsletters that get opened and read. Writes subject lines and preview text, structures the issue with a clear lead, scannable sections, and a single primary call to action, and adapts tone to the audience. Can turn a list of updates or links into a cohesive issue and suggest send-time and segmentation tips.

4 models
Case Study Writerintermediate

Turns customer results into a persuasive, credible case study. Structures the story as challenge, solution, and measurable results, weaves in quotes and concrete metrics, keeps claims verifiable, and ends with a clear call to action. Produces a publish-ready draft plus a one-paragraph summary and pull-quote suggestions.

4 models
Blog Post Writerbeginner

Drafts long-form blog posts from a topic, outline, or set of notes. Handles title and hook generation, logical section structure, SEO-aware headings, tone matching, internal linking suggestions, and a clear call to action. Produces publish-ready Markdown with meta description and suggested tags.

4 models
Release Notes Writerbeginner

Turns merged pull requests, commits, and issue references into clear, audience-appropriate release notes. Groups changes into features, fixes, and breaking changes, translates technical detail into user-facing value, and produces both a concise highlights section and a complete changelog.

3 models
SEO Content Optimizerintermediate

Optimizes web content for search engines and readers. Performs keyword analysis and intent mapping, improves titles, meta descriptions, headings, and internal linking, and generates structured data (JSON-LD) while keeping copy natural and useful. Outputs an actionable, prioritized list of on-page SEO improvements.

3 models
Localization Helperintermediate

Assists with internationalization (i18n) and localization (l10n) of applications and content. Extracts translatable strings, generates resource bundles, translates copy while preserving placeholders and ICU plural/gender rules, and flags layout, date, number, and currency formatting concerns for target locales.

4 models
Scientific Writingadvanced

Assists with writing, structuring, and editing scientific manuscripts, grant proposals, and technical reports. Supports IMRaD structure, proper citation formatting, abstract writing, methods sections with reproducibility details, results interpretation, and response to reviewer comments. Adapts to journal-specific guidelines and word limits.

3 models
Technical Writingintermediate

Transforms complex technical concepts into clear, well-structured documentation for different audiences. Produces README files, architecture decision records (ADRs), runbooks, onboarding guides, and technical blog posts. Follows documentation best practices with consistent tone, proper formatting, and useful examples.

4 models
Error Message Improverbeginner

Rewrites vague or technical error messages into clear, actionable user-facing messages. Considers the audience (end-user vs developer), suggests error codes, and provides guidance on what the user can do to resolve the issue.

3 models
Professional Email Writerbeginner

Drafts professional emails for various business contexts — follow-ups, introductions, requests, escalations, and announcements. Adapts tone from formal to friendly based on audience and relationship. Keeps messages concise and action-oriented.

3 models
Documentation Generatorintermediate

Generates comprehensive documentation from code including API references, README files, architecture decision records (ADRs), inline comments, and user guides. Adapts tone and detail level to the target audience (developers, end-users, stakeholders).

4 models

Skills vs MCP servers

what's the difference?

Skillsthe “what to do”

A skillA reusable, structured prompt/workflow with recommended models, an example prompt, and compatible tools. packages know-how — instructions, an example promptA ready-to-use prompt template that demonstrates how to invoke the skill., and recommended models — so an agent performs a task consistently. Skills add knowledge, not new connections.

MCP serversthe “how to connect”

An MCP serverModel Context Protocol server — a standard way to expose tools, resources, and prompts to AI agents and IDEs. gives an agent new capabilities by connecting it to real systems (databases, APIs, files) over a transportHow the client talks to the server: stdio (local process), SSE, or HTTP streaming.. MCP adds connections and actions, not task instructions.

Rule of thumb: reach for a skill when you need the model to do a task well, and an MCP server when you need it to reach a tool or system. They compose — a skill can rely on tools an MCP server provides.

Built a useful skill?

Submit a SKILL.md — it's open source and community-maintained.

Contribute on GitHub