Anthropic Skills
ego lite browser
sponsorego lite is the fastest browser for AI agents to run web automation, sharing your logged-in state with Codex or Claude Code, zero cost, zero config.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Composio
sponsorConnect to 1500+ MCP Servers in 1 click
kb-article
knowledge-work-plugins/customer-support/skills/kb-article
Draft a knowledge base article from a resolved issue or common question. Use when a ticket resolution is worth documenting for self-service, the same question…
knowledge-management
knowledge-work-plugins/skills/knowledge-management
Write and maintain knowledge base articles from resolved support issues. Use when a ticket has been resolved and the solution should be documented, when…
knowledge-synthesis
knowledge-work-plugins/enterprise-search/skills/knowledge-synthesis
Deduplicates and synthesizes search results from multiple sources into coherent, attributed answers with confidence scoring. Merges duplicate information across sources using signals like matching content, authors, timestamps, and cross-references; prioritizes complete versions, authoritative sources, and recent updates Assigns confidence levels based on freshness (today vs. older than a month) and authority (official wiki > email > chat > drafts), and explicitly surfaces conflicting...
kyc-doc-parse
financial-services/plugins/agent-plugins/kyc-screener/skills/kyc-doc-parse
Parse an investor or client onboarding packet into structured KYC fields — identity, ownership, control, source of funds, and document inventory. Use as the…
kyc-rules
financial-services/plugins/agent-plugins/kyc-screener/skills/kyc-rules
Apply the firm's KYC/AML rules grid to a parsed onboarding record — assign a risk rating, list every rule outcome with the rule cited, and flag what's missing…
launch-review
claude-for-legal/product-legal/skills/launch-review
Full launch review against your framework and risk calibration. Use when the user says "review this launch", "legal review for [feature]", "can we ship this",…
lbo-model
financial-services/plugins/agent-plugins/model-builder/skills/lbo-model
This skill should be used when completing LBO (Leveraged Buyout) model templates in Excel for private equity transactions, deal materials, or investment…
lead-triage
knowledge-work-plugins/small-business/skills/lead-triage
Scores inbound HubSpot leads by engagement signals, company fit, and urgency markers to produce a "call these 5 today" list with talking points, drafts the…
leave-tracker
claude-for-legal/employment-legal/skills/leave-tracker
Check open leaves for deadline alerts and required decisions. Surfaces only the leaves that require an action and explains why — not a status board. Use…
legal-hold
claude-for-legal/litigation-legal/skills/legal-hold
Issue, refresh, release, or report on legal holds — drafts the hold notice as .docx, updates legal_hold fields in _log.yaml, and calendars the next refresh.…
legal-response
knowledge-work-plugins/legal/skills/legal-response
Generate a response to a common legal inquiry using configured templates, with built-in escalation checks for situations that shouldn't use a templated reply.…
legal-risk-assessment
knowledge-work-plugins/legal/skills/legal-risk-assessment
Structured legal risk assessment using severity-by-likelihood matrix with escalation guidance. Evaluates risks across two dimensions (severity 1–5 and likelihood 1–5) to calculate a risk score determining classification as low (green), medium (yellow), high (orange), or critical (red) Provides escalation criteria and recommended actions for each risk level, from acceptance and monitoring for low-risk items to immediate senior counsel and outside counsel engagement for critical risks Includes...
legal-writing
claude-for-legal/law-student/skills/legal-writing
Structural feedback on a legal writing draft (memo, brief, paper, exam essay) — organization, analysis depth, clarity, citation form. NEVER rewrites the draft.…
linear-api
claude-tag-plugins/linear/skills/linear-api
Read and manage Linear issues, projects, cycles, teams, comments, and labels. Use this whenever the user wants to list their issues, search issues, create or…
listener-creator
claude-agent-sdk-demos/email-agent/agent/.claude/skills/listener-creator
Creates event-driven email listeners that monitor for specific conditions (like urgent emails from boss, newsletters to archive, package tracking) and execute…
log-leave
claude-for-legal/employment-legal/skills/log-leave
Add a new leave to the leave register with the minimum information needed to start tracking deadlines. Use when an employee goes on leave and you want the…
m5-onboard
claude-plugins-official/plugins/cwc-makers/skills/m5-onboard
End-to-end onboarding for a freshly-plugged-in M5Stack ESP32 device (Cardputer, Cardputer-Adv, Core, CoreS3, Stick) — detect on USB, flash UIFlow 2.0 firmware,…
macro-rates-monitor
financial-services/plugins/partner-built/lseg/skills/macro-rates-monitor
Build macroeconomic and rates dashboards combining macro indicators, yield curves, inflation breakevens, and swap rates. Use when monitoring macro conditions,…
margin-analyzer
knowledge-work-plugins/small-business/skills/margin-analyzer
Analyzes unit economics by product or service using PayPal merchant insights and QuickBooks cost data, benchmarks against inflation and cost changes, and shows…
marketing-claims-review
claude-for-legal/product-legal/skills/marketing-claims-review
Review marketing copy for claims that need substantiation, reframing, or cutting. Use when the user says "review this marketing copy", "check these claims",…
material-contract-schedule
claude-for-legal/corporate-legal/skills/material-contract-schedule
Build the material contracts disclosure schedule from diligence findings, applying the purchase agreement's Material Contract definition and formatting per the…
math-olympiad
claude-plugins-official/plugins/math-olympiad/skills/math-olympiad
Solve competition math problems (IMO, Putnam, USAMO, AIME) with adversarial
matter-briefing
claude-for-legal/litigation-legal/skills/matter-briefing
Deep briefing on one matter — current posture, what's changed, next deadline, open questions, and a risk re-assessment check, ready before a GC update or…
matter-close
claude-for-legal/litigation-legal/skills/matter-close
Close a matter — capture outcome, final exposure, and lessons, then archive it out of the active portfolio without deleting the record. Use when the user wants…
matter-intake
claude-for-legal/litigation-legal/skills/matter-intake
Intake a new matter — uniform questions covering identification, conflicts, source, risk triage, materiality, outside counsel, owners, legal hold, and key…
matter-update
claude-for-legal/litigation-legal/skills/matter-update
Append a dated event to a matter's history file and refresh the log row — captures new developments, status changes, risk re-assessments, deadline shifts, and…
matter-workspace
claude-for-legal/ai-governance-legal/skills/matter-workspace
Manage matter workspaces — new, list, switch, close, or detach (practice-level). Use when a multi-client practitioner needs to create a matter, switch the…
MCP Builder
skills/skills/mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK). license: Complete terms in LICENSE.txt
DevelopmentMCP Integration
claude-code/skills/MCP Integration
Integrate external services into Claude Code plugins via Model Context Protocol servers with four transport types. Supports four server types: stdio for local processes, SSE for OAuth-enabled hosted services, HTTP for REST APIs with token auth, and WebSocket for real-time bidirectional communication Configure servers in .mcp.json or inline in plugin.json with environment variable expansion and automatic tool discovery and prefixing Handles authentication patterns including OAuth flows,...
mcp-integration
claude-plugins-official/plugins/plugin-dev/skills/mcp-integration
Integrate external services into Claude Code plugins via Model Context Protocol servers with four connection types. Supports four server types: stdio for local processes, SSE for OAuth-enabled hosted services, HTTP for REST APIs with token auth, and WebSocket for real-time bidirectional communication Configure MCP servers in dedicated .mcp.json file or inline in plugin.json with environment variable expansion and automatic tool discovery Tools are automatically namespaced and prefixed;...
271–300 of 575