mdskills
← All tags

Anthropic API Agent Skills

AI agent skills for Anthropic Claude API. Message creation, tool use, streaming, and Claude integration patterns.

117 listings

Brand Guidelines

Skill

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

5.0166k5by anthropics

Travel Hacking Toolkit

MCP Server

Airline alliance reference (Star Alliance, oneworld, SkyTeam) and key cross-alliance booking relationships. Maps which loyalty programs can book which airlines. Load when researching award flights, deciding which program to book through, or when partnerships and alliance membership matter.

7.68275by borski

Shipworthy

Plugin

AI-assisted coding is transforming how software gets built. But the data tells a sobering story: - 1.7x more bugs in AI-generated code compared to human-written code (CodeRabbit, 2025) - 40% of AI-generated code contains security vulnerabilities - 2026 is "the year of technical debt from vibe coding" (Forrester) The root cause is not the AI. It is the absence of engineering discipline between sess

66 skills · 7 commands

7.23634by Vimalk0703

Theme Factory

Skill

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

7.0166k4by anthropics

Smart Tree

Skill

After install, run st --cleanup to scan for and remove any malicious AI integrations. Security scanner detects supply chain attacks targeting AI assistants. Why this matters: Some npm packages install MCP servers that phone home to external endpoints, fetch mutable content via IPFS/IPNS, and can inject behavioral modifications into your AI sessions. These supply chain attacks are difficult to dete

8.06214by 8b-is

AI Wrapper Product

Skill

Expert in building products that wrap AI APIs (OpenAI, Anthropic, etc.) into focused tools people will pay for. Not just 'ChatGPT but different' - products that solve specific problems with AI. Covers prompt engineering for products, cost management, rate limiting, and building defensible AI businesses. Use when: AI wrapper, GPT product, AI tool, wrap AI, AI SaaS.

8.014k3by sickn33

Lessie Skills

Skill

This repo contains skills for Claude Code, Codex, and any agent that supports the SKILL.md standard. 1. Create a free account at app.lessie.ai — new accounts include trial credits 2. Install all skills: 3. Restart your agent and run any skill by name Skip the CLI install. Add Lessie as an MCP server instead: - CLI + Skills: npm uninstall -g @lessie/cli && rm -rf ~/.lessie/ ~/.claude/skills/lessie

6.83463by LessieAI

WhatsApp for Claude Code

MCP Server

Manage WhatsApp channel access control — approve or deny pairings, add or remove users from the allowlist, set DM policy (pairing/allowlist/disabled), and configure group access. Use when the user asks to pair a contact, approve someone, check who's allowed, revoke access, lock down the channel, or change WhatsApp policy. Triggers on /whatsapp:access, "pair", "approve", "allowlist", "who can message", "lock down whatsapp".

8.74383by crisandrews

Hugging Face Paper Publisher

Skill

Publish and manage research papers on Hugging Face Hub. Supports creating paper pages, linking papers to models/datasets, claiming authorship, and generating professional markdown-based research articles.

8.04.6k3by huggingface

Skill Developer

Skill

Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns, file paths, content patterns), enforcement levels (block, suggest, warn), hook mechanisms (UserPromptSubmit, PreToolUse), session tracking, and the 500-line rule.

9.014k3by sickn33

Algorithmic Art

Skill

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

8.0166k3by anthropics

MCP Wireshark

MCP Server

An MCP server that exposes Wireshark/tshark capabilities to AI tools and IDEs. Capture live traffic, analyze .pcap files, apply display filters, follow TCP/UDP streams, and export to JSON — all via Claude Desktop, VS Code Copilot, or any MCP-compatible client. - Python 3.10+ - Wireshark/tshark installed and on PATH Linux: add your user to the wireshark group for non-root capture: Or with uv: ~/Lib

8.24353by khuynh22

Empathy Framework

Skill

AI-powered developer workflows with cost optimization and pattern learning. Run code review, debugging, testing, and release workflows from your terminal or Claude Code. Smart tier routing saves 34-86% on LLM costs. -brightgreen) Empathy Framework is evolving to focus exclusively on Anthropic/Claude to unlock features impossible with multi-provider abstraction: - 📦 Prompt Caching: 90% cost reduct

7.03602by Smart-AI-Memory

Internal Comms

Skill

A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).

7.0166k2by anthropics

Compress Images

Skill

Compress images for web/SEO performance using cwebp. Use when optimizing images for faster page loads, reducing file sizes, or converting JPG/PNG to WebP format.

8.04152by rameerez

Web Perf

Skill

Analyzes web performance using Chrome DevTools MCP. Measures Core Web Vitals (FCP, LCP, TBT, CLS, Speed Index), identifies render-blocking resources, network dependency chains, layout shifts, caching issues, and accessibility gaps. Use when asked to audit, profile, debug, or optimize page load performance, Lighthouse scores, or site speed.

8.07472by cloudflare

codemcp

Skill

NOTICE: claude code is available with Anthropic's $20/mo subscription, so I consider codemcp fully obsolete. However, there are some good design ideas (especially around the Git-versioning scheme) that I eventually want to port into the current generation of agentic coding clis. Make Claude Desktop a pair programming assistant by installing codemcp. With it, you can directly ask Claude to implemen

9.02.1k1by ezyang

IDEA Claude Code GUI Plugin

Skill

English · 简体中文 ![][github-contributors-shield] ![][github-forks-shield] ![][github-stars-shield] ![][github-issues-shield] A powerful IntelliJ IDEA plugin that provides a visual interface for Claude Code and OpenAI Codex dual AI tools, making AI-assisted programming more efficient and intuitive. - Claude Code - Anthropic's official AI programming assistant, supporting Opus 4.5 and other models - O

7.01.6k1by zhukunpenglinyutong

Computer Use Agents

Skill

Build AI agents that interact with computers like humans do - viewing screens, moving cursors, clicking buttons, and typing text. Covers Anthropic's Computer Use, OpenAI's Operator/CUA, and open-source alternatives. Critical focus on sandboxing, security, and handling the unique challenges of vision-based control. Use when: computer use, desktop automation agent, screen control AI, vision-based agent, GUI automation.

8.014k1by sickn33

Open Wiki

MCP Server

The open-source alternative to Google's Code Wiki — with MCP. Index any codebase with tree-sitter, generate docs with your LLM, serve them through a full-featured docs site, and expose everything as tools for coding agents via MCP. Like Notion for code agents. Index a project and generate documentation. Defaults to the current directory. Start the docs server. Manage API keys and provider settings

8.34251by pacifio

Building MCP Server On Cloudflare

Skill

9.07971by cloudflare

AgentSys

Plugin

AgentSys A modular runtime and orchestration system for AI agents.

28 skills · 1 hook

7.08011by avifenesh

Slack GIF Creator

Skill

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack.

8.0166k1by anthropics

Wiki Editing

MCP Server

Edit MediaWiki pages safely using the right tool for each change. Covers text replacement, formatting, bulk updates, and new page creation with preview-before-save workflow.

8.04051by olgasafonova