🤖

Claude Code

405 compatible skills

Skills that give Claude Code a structured, repeatable approach to your most common tasks — installed with one command.

Each skill is a set of instructions that makes Claude Code reliably good at one specific thing: code review, release notes, PR descriptions, and more.

🤖

Agent Designer

Development

Design and orchestrate multi-agent AI systems — define agent roles, communication protocols, tool use patterns, and failure recovery strategies.

developers
View & install →
🤖

AI SEO Optimizer

Marketing

Optimize content for AI search engines — get cited by ChatGPT, Perplexity, and AI Overviews with GEO/AEO techniques beyond traditional SEO.

marketerswriters
View & install →
📧

Cold Email Writer

Marketing

Write B2B cold outreach emails and follow-up sequences that get replies — subject lines, opening lines, body copy, CTAs, and multi-touch sequences.

marketersfounders
View & install →
🧱

MCP Builder

Development

Anthropic's official skill for building or reasoning about Model Context Protocol tooling and integrations.

developers
View & install →
📈

Page CRO Optimizer

Marketing

Optimize any marketing page for conversion — homepage, landing pages, pricing, feature pages. Audit, recommend, and rewrite for higher conversion rates.

marketersfounders
View & install →
💲

Pricing Strategy Advisor

Marketing

Design pricing tiers, value metrics, and packaging — willingness-to-pay research, Van Westendorp analysis, and monetization strategy for SaaS and software.

foundersmarketers
View & install →
🔍

RAG Architect

Development

Design and build Retrieval-Augmented Generation systems — chunking strategies, embedding selection, vector store setup, and query pipeline optimization.

developers
View & install →
🤖

gstack: Auto Review Pipeline

Development

Runs CEO, design, and engineering reviews sequentially with auto-decisions using 6 built-in principles. Surfaces only the taste decisions that need your input. One command, fully reviewed plan.

developersfounders
View & install →
📊

gstack: Performance Benchmarking

Development

Establishes baselines for page load times, Core Web Vitals, and resource sizes. Compares before/after on every PR and tracks performance trends over time.

developers
View & install →
🌐

gstack: Headless Browser for Claude

Development

Gives Claude a real Chromium browser. Navigate URLs, click elements, verify page state, take annotated screenshots, test forms, check responsive layouts — 100ms per command.

developersfounders
View & install →
🐦

gstack: Post-Deploy Canary Monitor

Development

Watches the live app after a deploy for console errors, performance regressions, and page failures. Takes periodic screenshots, compares against pre-deploy baselines, and alerts on anomalies.

developersdevops
View & install →
⚠️

gstack: Destructive Command Guardrails

Development

Warns before running rm -rf, DROP TABLE, force-push, git reset --hard, kubectl delete, and similar destructive operations. You can override each warning. Scoped to the current session.

developersdevops
View & install →
💾

gstack: Working State Checkpoint

Productivity

Saves your current git state, decisions made, and remaining work so you can resume exactly where you left off — even across sessions or workspace handoffs.

developersfounders
View & install →
🔀

gstack: OpenAI Codex Second Opinion

Development

Independent code review from OpenAI Codex CLI — a completely different AI reviewing the same diff. Three modes: code review with pass/fail gate, adversarial challenge, or open consultation.

developers
View & install →
🔗

gstack: Connect Real Chrome

Development

Launches your actual Chrome browser controlled by gstack, with a Side Panel extension showing a live activity feed of every action. Watch Claude navigate in real time.

developers
View & install →
🔒

gstack: Chief Security Officer Audit

Development

Infrastructure-first security audit: secrets archaeology, dependency supply chain, CI/CD security, OWASP Top 10, and STRIDE threat modelling. Zero noise — 8/10 confidence gate, 17 false positive exclusions. Every finding includes a concrete exploit scenario.

developerssecurity
View & install →
🎨

gstack: Design System Consultation

Design

Builds a complete design system from scratch — aesthetic direction, typography, color palette, layout, spacing, and motion. Researches your product space, proposes creative risks, and writes DESIGN.md.

developersfounders
View & install →
💻

gstack: Production HTML Generator

Development

Generates production-quality HTML where text actually reflows on resize and heights compute dynamically. Accepts mockups, CEO plans, or design reviews as input. Zero dependencies.

developersfounders
View & install →
👁️

gstack: Visual Design Audit

Design

Finds visual inconsistency, spacing issues, hierarchy problems, and AI slop patterns on a live site — then fixes them. Commits each fix atomically with before/after screenshots.

developersfounders
View & install →
🎯

gstack: Design Variants Explorer

Design

Generates multiple visual design variants, opens a browser comparison board, collects structured feedback, and iterates toward an approved direction. Taste memory biases future variants toward your preferences.

developersfounders
View & install →
📝

gstack: Post-Ship Documentation Updater

Writing

Reads every doc file in your project, cross-references the diff, and updates README, ARCHITECTURE, CONTRIBUTING, CLAUDE.md, and CHANGELOG to match what just shipped.

developers
View & install →
🧊

gstack: Edit Scope Lock

Development

Restricts all file edits to a single directory for the session. Blocks Edit and Write operations outside the allowed path — prevents accidentally changing unrelated code while debugging.

developersdevops
View & install →
🛡️

gstack: Full Safety Mode

Development

Combines /careful (warns before destructive commands) and /freeze (locks edits to one directory) in a single command. Maximum safety for production work or high-stakes debugging.

developersdevops
View & install →
🏥

gstack: Codebase Health Dashboard

Development

Wraps your existing project tools — type checker, linter, test runner, dead code detector, shell linter — into a weighted composite 0–10 health score with trend tracking over time.

developers
View & install →
🔍

gstack: Root Cause Debugger

Development

Systematic root-cause debugging with four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause. Stops after 3 failed hypotheses and escalates.

developers
View & install →
🚀

gstack: Land and Deploy

Development

Merges the PR, waits for CI to pass, deploys to production, and verifies production health via canary checks. One command from approved PR to verified live deploy.

developersdevops
View & install →
🧠

gstack: Session Learning Manager

Productivity

Manages what gstack has learned across sessions — project-specific patterns, pitfalls, and preferences. Review, search, prune, and export learnings. Compounds over time.

developersfounders
View & install →
💡

gstack: Office Hours

Leadership

YC-style forcing questions before you write a line of code. Pushes back on your framing, challenges premises, explores alternatives, and writes a design doc that feeds every downstream skill.

foundersdevelopers
View & install →
🎯

gstack: CEO Plan Review

Leadership

Founder-mode plan review. Finds the 10-star product hiding in your request, challenges scope, and pushes the plan toward maximum ambition or maximum focus — your choice.

foundersdevelopers
View & install →
🎨

gstack: Design Plan Review

Design

Designer's eye review of a plan before implementation. Rates each design dimension 0–10, explains what a 10 looks like, then edits the plan to get there.

developersfounders
View & install →
⚙️

gstack: Engineering Plan Review

Development

Eng manager-mode plan review. Locks in architecture, data flow diagrams, edge cases, test coverage, and failure modes before any code is written.

developers
View & install →
🧪

gstack: QA Testing — Find and Fix

Development

Opens a real Chromium browser and tests your app the way a user would. Finds bugs, fixes them with atomic commits, generates regression tests for every fix, and gives you a before/after health score.

developersfounders
View & install →
📋

gstack: QA Testing — Report Only

Development

Same real-browser methodology as /qa but produces a structured bug report with health score and repro steps without making any code changes. Pure signal, no side effects.

developers
View & install →
📈

gstack: Engineering Retrospective

Development

Weekly engineering retro with persistent history and trend tracking. Per-person breakdowns, commit analysis, test health trends, shipping streaks, and growth opportunities. Works across all your projects.

developersfounders
View & install →
👀

gstack: Pre-Landing Code Review

Development

Staff engineer-level PR review. Finds bugs that pass CI but blow up in production — SQL safety, LLM trust boundaries, conditional side effects, race conditions. Auto-fixes the obvious ones.

developers
View & install →
🍪

gstack: Browser Cookie Importer

Development

Imports cookies from your real Chrome, Arc, Brave, or Edge browser into the headless browse session. Lets Claude test authenticated pages without you having to log in again.

developers
View & install →
⚙️

gstack: Deployment Configurator

Development

One-time setup for /land-and-deploy. Detects your deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom), production URL, and health check endpoints.

developersdevops
View & install →
🚢

gstack: Ship Workflow

Development

Syncs main, runs tests, audits coverage, bumps VERSION, updates CHANGELOG, pushes the branch, and opens the PR. One command from ready code to open pull request.

developersfounders
View & install →
🔓

gstack: Remove Edit Lock

Development

Clears the directory restriction set by /freeze, allowing edits across all directories again without ending the session.

developers
View & install →
⬆️

gstack: Self-Updater

Development

Upgrades gstack to the latest version. Detects whether you have a global or vendored install, syncs both, and shows you what changed.

developers
View & install →
🧪

A/B Test Setup

Marketing

Plan, design, and implement A/B tests and experiments — hypothesis framing, variant definition, sample size calculation, statistical significance, and test analysis.

marketersfounders
View & install →
🎯

Ad Creative

Marketing

Generate, iterate, and scale ad creative — headlines, descriptions, primary text, and full ad variations for Google Ads, Meta, LinkedIn, and other paid platforms.

marketersfounders
View & install →
🤖

AI SEO Optimizer

Marketing

marketerswriters
View & install →
📊

Analytics Tracking Setup

Marketing

marketersdevelopers
View & install →
🔒

Churn Prevention

Marketing

Reduce churn by building cancellation flows, save offers, dunning sequences, exit surveys, and win-back campaigns — covering both voluntary and involuntary churn.

foundersproduct
View & install →
📧

Cold Email Writer

Marketing

marketersfounders
View & install →
⚔️

Competitor Alternatives Pages

Marketing

Create competitor comparison and alternative pages for SEO and sales enablement — covering four formats: singular alternative, plural alternatives, you vs competitor, and competitor vs competitor.

marketersfounders
View & install →
📋

Content Strategy

Marketing

Plan a content strategy — topic clusters, editorial calendars, content pillars, and content roadmaps that align with business goals and keyword opportunities.

marketersfounders
View & install →
✏️

Copy Editor

Writing

writersmarketers
View & install →
🖊️

Marketing Copywriter

Writing

marketersfounders
View & install →
📨

Email Sequence Writer

Marketing

marketers
View & install →
📋

Form CRO Specialist

Marketing

marketersdevelopers
View & install →
🔧

Free Tool Strategy

Marketing

Plan, evaluate, and build free tools for marketing — calculators, generators, graders, and interactive tools that generate leads, earn backlinks, and build brand authority.

foundersdevelopers
View & install →
🚀

Launch Strategy Planner

Marketing

foundersmarketers
View & install →
🧲

Lead Magnets

Marketing

Create, plan, and optimize lead magnets for email capture — ebooks, checklists, templates, cheat sheets, Notion templates, and content upgrades that convert visitors to subscribers.

marketersfounders
View & install →
💡

Marketing Ideas Generator

Marketing

marketersfounders
View & install →
🧠

Marketing Psychology Advisor

Marketing

marketers
View & install →
🎯

Onboarding CRO Specialist

Marketing

marketersfounders
View & install →
📈

Page CRO Optimizer

Marketing

marketersfounders
View & install →
💰

Paid Ads Strategist

Marketing

marketersfounders
View & install →
🔒

Paywall & Upgrade CRO

Marketing

marketersfounders
View & install →
💬

Popup & Modal CRO

Marketing

marketers
View & install →
💲

Pricing Strategy Advisor

Marketing

foundersmarketers
View & install →
📌

Product Marketing Context

Marketing

Create and maintain a product marketing context document — positioning, ICP, value propositions, and competitive landscape — so every marketing task starts with the right foundation.

marketersfounders
View & install →

Programmatic SEO Builder

Marketing

marketersdevelopers
View & install →
🔗

Referral Program Designer

Marketing

marketersfounders
View & install →
⚙️

Revenue Operations

Marketing

Design and document revenue operations systems — lead scoring models, lifecycle stage definitions, routing rules, pipeline stages, CRM automation, and marketing-to-sales handoff processes.

founderssales
View & install →
💼

Sales Enablement

Marketing

Create sales collateral — pitch decks, one-pagers, objection handling docs, demo scripts, talk tracks, ROI analyses, and sales playbooks that help reps close deals faster.

salesfounders
View & install →
🏷️

Schema Markup

Marketing

Add, fix, and optimize schema markup and structured data — JSON-LD implementation for FAQ, Product, Article, BreadcrumbList, and other schema types that unlock rich snippets in Google.

developersmarketers
View & install →
🔍

SEO Audit

Marketing

Audit, review, and diagnose SEO issues — technical SEO, on-page optimization, meta tags, Core Web Vitals, crawl errors, indexing issues, and ranking drops.

marketersfounders
View & install →

Signup Flow CRO

Marketing

marketersdevelopers
View & install →
🗺️

Site Architecture

Marketing

Plan, map, and restructure website information architecture — page hierarchy, navigation, URL structure, internal linking strategy, and visual sitemaps.

developersmarketers
View & install →
📱

Social Content

Marketing

Create, schedule, and optimize social media content for LinkedIn, Twitter/X, Instagram, TikTok, and other platforms — posts, threads, carousels, and content calendars.

marketersfounders
View & install →
📅

Catalyst Calendar

Equity Research

Track and organize upcoming catalysts, earnings dates, and market-moving events for equity research coverage.

finance
View & install →
📊

Earnings Analysis

Equity Research

Analyze quarterly earnings results against estimates, dissect key drivers, and summarize implications for your thesis.

finance
View & install →
🔍

Earnings Preview

Equity Research

Generate a structured earnings preview note with consensus estimates, key watchpoints, and scenario analysis ahead of results.

finance
View & install →
💡

Idea Generation

Equity Research

Generate and screen new investment ideas using structured frameworks for identifying mispriced securities.

finance
View & install →
🚀

Initiating Coverage

Equity Research

Write initiating coverage reports with Claude Code — investment thesis, DCF valuation, comparable companies, risk factors, and price target. Official Anthropic skill.

finance
View & install →
🔄

Model Update

Equity Research

Update financial models with new data, revise estimates, and document changes to key assumptions and price targets.

finance
View & install →
🌅

Morning Note

Equity Research

Produce a structured morning research note summarizing overnight developments, market moves, and key items to watch.

finance
View & install →
🏭

Sector Overview

Equity Research

Write a comprehensive sector overview covering industry dynamics, competitive landscape, valuation, and key themes.

finance
View & install →
🎯

Thesis Tracker

Equity Research

Track and monitor investment thesis milestones, update conviction scores, and flag when thesis assumptions are being tested.

finance
View & install →
📋

3-Statement Model

Financial Analysis

Build an integrated income statement, balance sheet, and cash flow model with proper linkages and driver-based forecasting.

finance
View & install →
🔎

Audit Spreadsheet

Financial Analysis

Audit financial spreadsheets for formula errors, broken links, hardcoded values, and structural inconsistencies.

finance
View & install →
🧹

Clean Data

Financial Analysis

Clean and standardize raw financial data — fix formatting, remove duplicates, normalize units, and prepare for analysis.

finance
View & install →
🗺️

Competitive Landscape Mapping

Financial Analysis

Map the competitive landscape for a company or sector, identifying key players, positioning, and market share dynamics.

foundersfinance
View & install →
⚖️

Comps Analysis

Financial Analysis

Build a comparable company analysis with standardized financial metrics, trading multiples, and peer group benchmarking.

finance
View & install →
💰

DCF Model Builder

Financial Analysis

Build a discounted cash flow model with scenario analysis, sensitivity tables, and WACC derivation.

finance
View & install →
🔃

Deck Refresh

Financial Analysis

Refresh and update an existing financial presentation deck with new data, revised charts, and updated commentary.

finance
View & install →

IB Deck Checker

Financial Analysis

Review investment banking presentation decks for accuracy, consistency, formatting standards, and completeness.

finance
View & install →
🏗️

LBO Model

Financial Analysis

Build a leveraged buyout model with debt schedule, returns analysis, and sensitivity tables for private equity transactions.

finance
View & install →
🖼️

PPT Template Creator

Financial Analysis

Create structured PowerPoint templates for financial presentations with consistent formatting, master slides, and data placeholders.

finance
View & install →
🛠️

Financial Analysis Skill Creator

Financial Analysis

Create new financial analysis SKILL.md files by extracting workflows from existing processes and formatting them as reusable skills.

finance
View & install →
📋

Buyer List

Investment Banking

Build a structured buyer list for M&A processes, categorizing strategic and financial buyers by fit, capacity, and likelihood.

finance
View & install →
📄

CIM Builder

Investment Banking

Build a Confidential Information Memorandum with structured sections covering business overview, financials, and investment highlights.

finance
View & install →
🗂️

Deal Tracker

Investment Banking

Track live M&A and financing deal processes, manage timelines, counterparty lists, and milestone documentation.

finance
View & install →
📦

Financial Data Pack Builder

Investment Banking

Compile and format comprehensive financial data packs with historical financials, KPIs, and management-ready exhibits.

finance
View & install →
🔗

Merger Model

Investment Banking

Build an M&A merger model with accretion/dilution analysis, synergy modeling, and pro forma financial projections.

finance
View & install →
🎯

Pitch Deck

Investment Banking

Create investment banking pitch decks with credentials, situation analysis, strategic alternatives, and process recommendations.

finance
View & install →
✉️

Process Letter

Investment Banking

Draft M&A process letters with bid instructions, data room access details, NDA requirements, and timeline guidance.

finance
View & install →
📊

Strip Profile

Investment Banking

Generate concise one-page company strip profiles with financial summary, valuation, and key investment metrics.

finance
View & install →
📩

Teaser

Investment Banking

Write an anonymous M&A teaser document highlighting investment highlights and financial profile without disclosing company identity.

finance
View & install →
📊

Bond Futures Basis Analysis

Financial Analysis

Analyze bond futures basis relationships, cheapest-to-deliver dynamics, and carry trade opportunities in fixed income futures markets.

finance
View & install →
🔀

Bond Relative Value Analysis

Financial Analysis

Identify relative value opportunities across the yield curve, sectors, and credit quality tiers in fixed income markets.

finance
View & install →
📈

Equity Research Analysis (LSEG)

Equity Research

Conduct equity research analysis using LSEG data infrastructure, covering valuation, fundamentals, and consensus tracking.

finance
View & install →
🏦

Fixed Income Portfolio Analysis

Financial Analysis

Analyze fixed income portfolios for duration, credit exposure, yield, and risk-adjusted performance using LSEG data.

finance
View & install →
💱

FX Carry Trade Analysis

Financial Analysis

Identify and analyze foreign exchange carry trade opportunities, modeling interest rate differentials, volatility, and risk-adjusted returns.

finance
View & install →
🌐

Macro Rates Monitor

Financial Analysis

Monitor macro rates environment across global markets, tracking central bank policy, yield curves, and inflation expectations.

finance
View & install →
📉

Option Vol Analysis

Financial Analysis

Analyze options volatility surfaces, term structure, and skew across asset classes to identify mispricings and trading opportunities.

finance
View & install →
🔄

Swap Curve Strategy

Financial Analysis

Develop interest rate swap curve strategies, analyzing spread relationships, basis dynamics, and relative value across tenors.

finance
View & install →
🔬

Deal Screening

Private Equity

Screen incoming deal opportunities against investment criteria, producing structured assessments of fit, size, and return potential.

finance
View & install →
🎣

Deal Sourcing

Private Equity

Build and maintain deal sourcing pipelines, identify target companies, and track relationship development with intermediaries.

finance
View & install →
🎤

Diligence Meeting Prep

Private Equity

Prepare structured question sets and talking points for management meetings and expert calls during due diligence.

finance
View & install →
☑️

Due Diligence Checklist

Private Equity

Generate comprehensive due diligence checklists covering financial, legal, operational, and commercial workstreams for PE transactions.

finance
View & install →
📝

Investment Committee Memo

Private Equity

Write private equity investment committee memos with Claude Code — deal thesis, diligence findings, financial analysis, risk factors, and return expectations.

finance
View & install →
🤖

Portfolio AI Readiness

Private Equity

Assess portfolio company readiness for AI adoption across data infrastructure, use cases, and implementation capability.

finance
View & install →
📈

Portfolio Monitoring

Private Equity

Monitor portfolio company performance against plan, tracking KPIs, budget variance, and value creation initiatives.

finance
View & install →
💹

Returns Analysis

Private Equity

Analyze and model investment returns including IRR, MOIC, DPI, and TVPI across different exit scenarios and timelines.

finance
View & install →
📐

Unit Economics Analysis

Private Equity

Analyze unit economics for portfolio companies, modeling CAC, LTV, payback periods, and contribution margins.

finance
View & install →
🏆

Value Creation Plan

Private Equity

Build structured value creation plans with strategic initiatives, operational KPIs, and milestone tracking for portfolio companies.

finance
View & install →
🔍

Earnings Preview Beta

Equity Research

Generate earnings preview analysis using S&P Global data, covering consensus estimates, historical beats, and sentiment indicators.

finance
View & install →
💰

Funding Digest

Financial Analysis

Compile and analyze funding round data from S&P Global, tracking venture capital activity, deal sizes, and sector trends.

foundersfinance
View & install →
📄

Tear Sheet

Equity Research

Generate concise company tear sheets using S&P Global data with key financials, ownership, credit ratings, and market data.

finance
View & install →
📰

Client Report

Wealth Management

Generate comprehensive client portfolio reports with performance attribution, market commentary, and forward-looking guidance.

finance
View & install →
🗓️

Client Review Prep

Wealth Management

Prepare for client review meetings with portfolio summary, talking points, agenda, and personalized market context.

finance
View & install →
🗺️

Financial Plan

Wealth Management

Build comprehensive financial plans covering goals, cash flow, investment strategy, tax efficiency, and estate planning.

finance
View & install →
💼

Investment Proposal

Wealth Management

Create tailored investment proposals matching client goals, risk tolerance, and time horizon to a recommended portfolio strategy.

finance
View & install →
⚖️

Portfolio Rebalance

Wealth Management

Analyze portfolio drift from target allocation and generate rebalancing recommendations with tax and transaction cost considerations.

finance
View & install →
🌿

Tax-Loss Harvesting

Wealth Management

Identify tax-loss harvesting opportunities in client portfolios while maintaining investment exposure and avoiding wash sale rules.

finance
View & install →
⚙️

Agent Workflow Designer

Development

Design agentic workflows for automation — map task sequences, define tool use patterns, set human-in-the-loop checkpoints, and optimize for reliability.

developers
View & install →
📌

Agile Product Owner

Productivity

Backlog management, INVEST-compliant user story writing, sprint capacity planning, and epic breakdown for agile product teams.

developersproduct
View & install →
🎨

Algorithmic Art

Design

An Anthropic-authored creative skill for generating algorithmic visuals and structured art experiments with Claude.

designers
View & install →
📊

Analytics Tracking Setup

Marketing

Implement and audit analytics tracking — GA4, Google Tag Manager, event tracking, conversion tracking, UTM parameters, and measurement plans.

marketersdevelopers
View & install →
🔌

API Design Reviewer

Development

Review REST and GraphQL API designs for consistency, developer experience, versioning strategy, and adherence to industry standards.

developers
View & install →
🧪

API Test Suite Builder

Development

Build comprehensive API test suites — contract tests, integration tests, load tests, and automated regression for REST and GraphQL APIs.

developers
View & install →
📱

App Store Optimization

Marketing

Optimize iOS and Android app store listings — keyword research, title and subtitle optimization, screenshot strategy, and rating/review management.

marketers
View & install →
🛠️

Artifacts Builder

Development

A Composio community skill for building richer Claude artifacts with modern frontend patterns and UI components.

developers
View & install →
⚙️

Atlassian Administrator

Productivity

Administer Jira and Confluence at scale — user management, permission schemes, SSO integration, security configuration, and disaster recovery planning.

developersoperations
View & install →
📄

Atlassian Template Creator

Productivity

Create and manage Jira and Confluence templates — sprint retrospectives, project charters, risk registers, and 15+ reusable blueprints for common workflows.

developersoperations
View & install →
🤖

AWS Agentic AI

Development

AWS Bedrock AgentCore skill for deploying, managing, and scaling agent infrastructure across Gateway, Runtime, Memory, Identity, and related services.

developers
View & install →
🏗️

AWS CDK Development

Development

AWS CDK expert skill for building cloud infrastructure with TypeScript or Python using best-practice CDK patterns.

developersdevops
View & install →
💸

AWS Cost Operations

Data & Analysis

AWS cost optimization and operations skill for pricing analysis, CloudWatch monitoring, budget review, and operational excellence.

developersdevops
View & install →
☁️

AWS MCP Setup

Development

AWS documentation and MCP setup skill for configuring AWS knowledge tools, credentials, and connectivity in Claude workflows.

developers
View & install →

AWS Serverless EDA

Development

AWS serverless and event-driven architecture skill for Lambda, API Gateway, DynamoDB, Step Functions, EventBridge, SQS, and SNS systems.

developers
View & install →
☁️

AWS Solution Architect

Development

Cloud infrastructure design and optimization on AWS — VPCs, IAM, compute, databases, serverless, and cost optimization from a certified architect perspective.

developersdevops
View & install →
🧬

Bio Research Instrument Data To Allotrope

Research

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full ASM JSON, flattened CSV for easy import, and exportable Python code for data engineers. Common triggers include converting instrument files, standardizing lab data, preparing data for upload to LIMS/ELN systems, or generating parser code for production pipelines.

researchers
View & install →
🧬

Bio Research Nextflow Development

Research

Run nf-core bioinformatics pipelines (rnaseq, sarek, atacseq) on sequencing data. Use when analyzing RNA-seq, WGS/WES, or ATAC-seq data—either local FASTQs or public datasets from GEO/SRA. Triggers on nf-core, Nextflow, FASTQ analysis, variant calling, gene expression, differential expression, GEO reanalysis, GSE/GSM/SRR accessions, or samplesheet creation.

researchers
View & install →
🧬

Bio Research Scientific Problem Selection

Research

This skill should be used when scientists need help with research problem selection, project ideation, troubleshooting stuck projects, or strategic scientific decisions. Use this skill when users ask to pitch a new research idea, work through a project problem, evaluate project risks, plan research strategy, navigate decision trees, or get help choosing what scientific problem to work on. Typical requests include "I have an idea for a project", "I'm stuck on my research", "help me evaluate this project", "what should I work on", or "I need strategic advice about my research".

researchers
View & install →
🧬

Bio Research Scvi Tools

Research

Deep learning for single-cell analysis using scvi-tools. This skill should be used when users need (1) data integration and batch correction with scVI/scANVI, (2) ATAC-seq analysis with PeakVI, (3) CITE-seq multi-modal analysis with totalVI, (4) multiome RNA+ATAC analysis with MultiVI, (5) spatial transcriptomics deconvolution with DestVI, (6) label transfer and reference mapping with scANVI/scArches, (7) RNA velocity with veloVI, or (8) any deep learning-based single-cell method. Triggers include mentions of scVI, scANVI, totalVI, PeakVI, MultiVI, DestVI, veloVI, sysVI, scArches, variational autoencoder, VAE, batch correction, data integration, multi-modal, CITE-seq, multiome, reference mapping, latent space.

researchers
View & install →
🧬

Bio Research Single Cell Rna Qc

Research

Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations. Use when users request QC analysis, filtering low-quality cells, assessing data quality, or following scverse/scanpy best practices for single-cell analysis.

researchers
View & install →
🧬

Bio Research Start

Research

Set up your bio-research environment and explore available tools. Use when first getting oriented with the plugin, checking which literature, drug-discovery, or visualization MCP servers are connected, or surveying available analysis skills before starting a new project.

researchers
View & install →
📊

Board Deck Builder

Leadership

Assemble compelling board and investor update decks — structure, narrative flow, key metrics, and executive-ready slides that tell the right story.

foundersexecutives
View & install →
📘

Brand Guidelines

Writing

Anthropic's brand-writing skill for keeping voice, wording, and messaging aligned with a defined style system.

writersmarketers
View & install →
🖼️

Canvas Design

Design

An official Anthropic design-oriented skill for structured canvas and layout ideation work.

designers
View & install →
🔧

CAPA Officer

Compliance

Manage Corrective and Preventive Actions — root cause analysis, CAPA documentation, effectiveness verification, and closing the quality loop per ISO standards.

View & install →
👔

CEO Advisor

Leadership

Executive leadership coaching — strategic decision-making, organizational development, board governance, and navigating high-stakes business challenges.

foundersexecutives
View & install →
💰

CFO Advisor

Leadership

Financial leadership guidance — budgeting, forecasting, SaaS metrics, investor relations, and financial strategy for growing companies.

foundersexecutives
View & install →
🔄

Change Management Advisor

Leadership

Guide organizational change with the ADKAR framework — stakeholder mapping, resistance analysis, communication planning, and change adoption tracking.

foundersexecutives
View & install →
📝

Changelog Generator

Writing

A Composio community skill for turning release notes, commits, and updates into a cleaner changelog draft.

developersproduct
View & install →
🎯

Chief of Staff

Leadership

C-suite orchestration layer — executive alignment, cross-functional prioritization, meeting cadence design, and turning strategy into executable plans.

foundersexecutives
View & install →
👥

CHRO Advisor

Leadership

Human resources leadership — hiring strategy, compensation benchmarking, org structure design, culture development, and people operations at scale.

foundersexecutives
View & install →
⚙️

CI/CD Pipeline Builder

Development

Build production CI/CD pipelines for GitHub Actions, GitLab CI, and CircleCI — from lint and test to deploy with environment promotion and rollbacks.

developersdevops
View & install →
🔐

CISO Advisor

Leadership

Information security leadership — risk quantification, compliance roadmaps (SOC2, ISO 27001), security architecture, and board-level security reporting.

foundersexecutives
View & install →
🔌

Claude API

Development

Anthropic's official Claude Code skill for building with the Claude API — usage patterns, tool use, streaming, and API integration examples.

developers
View & install →
📣

CMO Advisor

Marketing

Marketing leadership guidance — brand positioning, growth model design, marketing budget allocation, and channel strategy from a Chief Marketing Officer perspective.

foundersmarketers
View & install →
👁️

Code Reviewer

Development

Deep code review for TypeScript, JavaScript, Python, and Go — anti-pattern detection, security issues, performance bottlenecks, and quality metrics.

developers
View & install →
🗺️

Codebase Onboarding

Development

Get up to speed on any codebase fast — architecture overview, key entry points, data flow diagrams, and a curated reading order for new contributors.

developers
View & install →
🖥️

Company Operating System Advisor

Leadership

Choose and implement a company operating system — EOS (Traction), Scaling Up, OKRs, or custom frameworks. Design the rhythms and tools to run your company well.

foundersexecutives
View & install →
📣

Competitive Ads Extractor

Marketing

A Composio community skill for collecting and analyzing competitors' ad messaging and creative patterns.

marketers
View & install →
🕵️

Competitive Intelligence Tracker

Research

Build a systematic competitor tracking system — monitor product updates, pricing changes, messaging shifts, and hiring signals to stay ahead of the market.

foundersmarketers
View & install →
🔬

Competitive Teardown

Research

Deep competitor analysis with feature matrices, SWOT frameworks, and positioning maps — understand where you stand and where to move next.

foundersmarketers
View & install →
📚

Confluence Expert

Productivity

Design and manage Confluence knowledge bases — space architecture, page templates, documentation strategy, and making Confluence actually useful for teams.

developersoperations
View & install →
✍️

Content Humanizer

Writing

Transform AI-generated content into natural, human-sounding writing — removes robotic patterns, adds authentic voice, and improves readability.

writersmarketers
View & install →
📝

Content Production Specialist

Writing

Produce blog posts, long-form articles, and guides at scale — research-backed, SEO-optimized, and brand-aligned content ready to publish.

writersmarketers
View & install →
🔎

Content Research Writer

Writing

A Composio skill for turning research inputs into a stronger writing brief or content draft foundation.

writersmarketers
View & install →
📃

Contract & Proposal Writer

Writing

Write professional contracts, RFP responses, and business proposals — clear terms, compelling narratives, and deal-winning structures for B2B engagements.

foundersfreelancers
View & install →
⚙️

COO Advisor

Leadership

Operations leadership — process design, OKR execution, scaling playbooks, operational efficiency, and cross-functional alignment from a COO perspective.

foundersexecutives
View & install →
✏️

Copy Editor

Writing

Edit and improve marketing copy through multiple focused passes — clarity, tone, concision, CTA strength, and brand consistency.

writersmarketers
View & install →
🖊️

Marketing Copywriter

Writing

Write compelling marketing copy for landing pages, homepages, pricing pages, and feature pages — headlines, body copy, and CTAs that convert.

marketersfounders
View & install →
🧩

Cowork Plugin Management Cowork Plugin Customizer

Development

Customize a Claude Code plugin for a specific organization's tools and workflows.

developers
View & install →
🧩

Cowork Plugin Management Create Cowork Plugin

Development

Guide users through creating a new plugin from scratch in a cowork session.

developers
View & install →
🧭

CPO Advisor

Leadership

Product leadership — product vision, portfolio strategy, product-market fit diagnosis, and roadmap governance from a Chief Product Officer perspective.

foundersproduct
View & install →
💹

CRO Advisor

Leadership

Revenue leadership — revenue forecasting, sales model design, pricing strategy, and net revenue retention optimization from a Chief Revenue Officer perspective.

foundersexecutives
View & install →
⚙️

CTO Advisor

Leadership

Technical leadership guidance — engineering team scaling, technology strategy, build vs. buy decisions, and architecture at the executive level.

foundersexecutives
View & install →
🏛️

Culture Architect

Leadership

Build company culture as operational behavior — define values-to-actions mappings, design culture rituals, and diagnose cultural drift before it becomes a problem.

foundersexecutives
View & install →
🤝

Customer Success Manager

Productivity

Customer retention strategy, health score tracking, expansion playbooks, and churn prevention — a CSM toolkit for growing SaaS companies.

founderssupport
View & install →
🎧

Customer Support Customer Escalation

Productivity

Package an escalation for engineering, product, or leadership with full context. Use when a bug needs engineering attention beyond normal support, multiple customers report the same issue, a customer is threatening to churn, or an issue has sat unresolved past its SLA.

writerssupport
View & install →
🎧

Customer Support Customer Research

Productivity

Multi-source research on a customer question or topic with source attribution. Use when a customer asks something you need to look up, investigating whether a bug has been reported before, checking what was previously told to a specific account, or gathering background before drafting a response.

writerssupport
View & install →
🎧

Customer Support Draft Response

Productivity

Draft a professional customer-facing response tailored to the situation and relationship. Use when answering a product question, responding to an escalation or outage, delivering bad news like a delay or won't-fix, declining a feature request, or replying to a billing issue.

writerssupport
View & install →
🎧

Customer Support KB Article

Productivity

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 keeps coming up, a workaround needs to be published, or a known issue should be communicated to customers.

writerssupport
View & install →
🎧

Customer Support Ticket Triage

Productivity

Triage and prioritize a support ticket or customer issue. Use when a new ticket comes in and needs categorization, assigning P1-P4 priority, deciding which team should handle it, or checking whether it's a duplicate or known issue before routing.

writerssupport
View & install →
📊

Data Analyze

Data & Analysis

Answer data questions -- from quick lookups to full analyses. Use when looking up a single metric, investigating what's driving a trend or drop, comparing segments over time, or preparing a formal data report for stakeholders.

data
View & install →
📊

Data Build Dashboard

Data & Analysis

Build an interactive HTML dashboard with charts, filters, and tables. Use when creating an executive overview with KPI cards, turning query results into a shareable self-contained report, building a team monitoring snapshot, or needing multiple charts with filters in one browser-openable file.

data
View & install →
📊

Data Create Viz

Data & Analysis

Create publication-quality visualizations with Python. Use when turning query results or a DataFrame into a chart, selecting the right chart type for a trend or comparison, generating a plot for a report or presentation, or needing an interactive chart with hover and zoom.

data
View & install →
📊

Data Data Context Extractor

Data & Analysis

Generate or improve a company-specific data analysis skill by extracting tribal knowledge from analysts.

data
View & install →
📊

Data Data Visualization

Data & Analysis

Create effective data visualizations with Python (matplotlib, seaborn, plotly). Use when building charts, choosing the right chart type for a dataset, creating publication-quality figures, or applying design principles like accessibility and color theory.

data
View & install →
📊

Data Explore Data

Data & Analysis

Profile and explore a dataset to understand its shape, quality, and patterns. Use when encountering a new table or file, checking null rates and column distributions, spotting data quality issues like duplicates or suspicious values, or deciding which dimensions and metrics to analyze.

data
View & install →
📊

Data SQL Queries

Data & Analysis

Write correct, performant SQL across all major data warehouse dialects (Snowflake, BigQuery, Databricks, PostgreSQL, etc.). Use when writing queries, optimizing slow SQL, translating between dialects, or building complex analytical queries with CTEs, window functions, or aggregations.

developersdata
View & install →
📊

Data Statistical Analysis

Data & Analysis

Apply statistical methods including descriptive stats, trend analysis, outlier detection, and hypothesis testing. Use when analyzing distributions, testing for significance, detecting anomalies, computing correlations, or interpreting statistical results.

data
View & install →
📊

Data Validate Data

Data & Analysis

QA an analysis before sharing -- methodology, accuracy, and bias checks. Use when reviewing an analysis before a stakeholder presentation, spot-checking calculations and aggregation logic, verifying a SQL query's results look right, or assessing whether conclusions are actually supported by the data.

data
View & install →
📊

Data Write Query

Data & Analysis

Write optimized SQL for your dialect with best practices. Use when translating a natural-language data need into SQL, building a multi-CTE query with joins and aggregations, optimizing a query against a large partitioned table, or getting dialect-specific syntax for Snowflake, BigQuery, Postgres, etc.

data
View & install →
🗃️

Database Designer

Development

Design production-grade databases — schema modeling, normalization, indexing strategy, query optimization, and choosing between SQL and NoSQL.

developersdata
View & install →
📦

Dependency Auditor

Development

Audit project dependencies for vulnerabilities, outdated packages, license risks, and bloat — with a prioritized remediation plan.

developers
View & install →
🎨

Design Accessibility Review

Design

Run a WCAG 2.1 AA accessibility audit on a design or page. Trigger with "audit accessibility", "check a11y", "is this accessible?", or when reviewing a design for color contrast, keyboard navigation, touch target size, or screen reader behavior before handoff.

designers
View & install →
🎨

Design Design Critique

Design

Get structured design feedback on usability, hierarchy, and consistency. Trigger with "review this design", "critique this mockup", "what do you think of this screen?", or when sharing a Figma link or screenshot for feedback at any stage from exploration to final polish.

designers
View & install →
🎨

Design Design Handoff

Design

Generate developer handoff specs from a design. Use when a design is ready for engineering and needs a spec sheet covering layout, design tokens, component props, interaction states, responsive breakpoints, edge cases, and animation details.

designers
View & install →
🎨

Design Design System

Design

Audit, document, or extend your design system. Use when checking for naming inconsistencies or hardcoded values across components, writing documentation for a component's variants, states, and accessibility notes, or designing a new pattern that fits the existing system.

designers
View & install →
🎨

Design Research Synthesis

Design

Synthesize user research into themes, insights, and recommendations. Use when you have interview transcripts, survey results, usability test notes, support tickets, or NPS responses that need to be distilled into patterns, user segments, and prioritized next steps.

designers
View & install →
🎨

Design User Research

Design

Plan, conduct, and synthesize user research. Trigger with "user research plan", "interview guide", "usability test", "survey design", "research questions", or when the user needs help with any aspect of understanding their users through research.

designers
View & install →
🎨

Design UX Copy

Design

Write or review UX copy — microcopy, error messages, empty states, CTAs. Trigger with "write copy for", "what should this button say?", "review this error message", or when naming a CTA, wording a confirmation dialog, filling an empty state, or writing onboarding text.

designers
View & install →
📈

Developer Growth Analysis

Research

A Composio skill for analyzing developer-facing growth patterns, signals, and performance context.

developers
View & install →
✍️

Doc Coauthoring

Writing

Anthropic's coauthoring skill for shaping shared documents, refining drafts, and collaborating on long-form writing.

writers
View & install →
📄

DOCX

Productivity

Anthropic's document-processing skill for creating, editing, and analyzing Microsoft Word files.

writers
View & install →
🌐

Domain Name Brainstormer

Marketing

A Composio community skill for generating domain name ideas and checking naming directions across popular TLDs.

marketersfreelancers
View & install →
📨

Email Sequence Writer

Marketing

Create automated email sequences — welcome series, onboarding drips, nurture campaigns, re-engagement flows, and lifecycle email programs.

marketers
View & install →
📧

Email Template Builder

Development

Build production-ready HTML email templates — responsive design, dark mode support, email client compatibility, and reusable component libraries.

developersmarketers
View & install →
🛠️

Engineering Architecture

Development

Create or evaluate an architecture decision record (ADR). Use when choosing between technologies (e.g., Kafka vs SQS), documenting a design decision with trade-offs and consequences, reviewing a system design proposal, or designing a new component from requirements and constraints.

developers
View & install →
🛠️

Engineering Code Review

Development

Review code changes for security, performance, and correctness. Trigger with a PR URL or diff, "review this before I merge", "is this code safe?", or when checking a change for N+1 queries, injection risks, missing edge cases, or error handling gaps.

developers
View & install →
🛠️

Engineering Debug

Development

Structured debugging session — reproduce, isolate, diagnose, and fix. Trigger with an error message or stack trace, "this works in staging but not prod", "something broke after the deploy", or when behavior diverges from expected and the cause isn't obvious.

developers
View & install →
🛠️

Engineering Deploy Checklist

Development

Pre-deployment verification checklist. Use when about to ship a release, deploying a change with database migrations or feature flags, verifying CI status and approvals before going to production, or documenting rollback triggers ahead of time.

developersdevops
View & install →
🛠️

Engineering Documentation

Development

Write and maintain technical documentation. Trigger with "write docs for", "document this", "create a README", "write a runbook", "onboarding guide", or when the user needs help with any form of technical writing — API docs, architecture docs, or operational runbooks.

developers
View & install →
🛠️

Engineering Incident Response

Development

Run an incident response workflow — triage, communicate, and write postmortem. Trigger with "we have an incident", "production is down", an alert that needs severity assessment, a status update mid-incident, or when writing a blameless postmortem after resolution.

developersdevops
View & install →
🛠️

Engineering Standup

Development

Generate a standup update from recent activity. Use when preparing for daily standup, summarizing yesterday's commits and PRs and ticket moves, formatting work into yesterday/today/blockers, or structuring a few rough notes into a shareable update.

developers
View & install →
🛠️

Engineering System Design

Development

Design systems, services, and architectures. Trigger with "design a system for", "how should we architect", "system design for", "what's the right architecture for", or when the user needs help with API design, data modeling, or service boundaries.

developers
View & install →
🛠️

Engineering Tech Debt

Development

Identify, categorize, and prioritize technical debt. Trigger with "tech debt", "technical debt audit", "what should we refactor", "code health", or when the user asks about code quality, refactoring priorities, or maintenance backlog.

developers
View & install →
🛠️

Engineering Testing Strategy

Development

Design test strategies and test plans. Trigger with "how should we test", "test strategy for", "write tests for", "test plan", "what tests do we need", or when the user needs help with testing approaches, coverage, or test architecture.

developers
View & install →
🔎

Enterprise Search Digest

Research

Generate a daily or weekly digest of activity across all connected sources. Use when catching up after time away, starting the day and wanting a summary of mentions and action items, or reviewing a week's decisions and document updates grouped by project.

View & install →
🔎

Enterprise Search Knowledge Synthesis

Research

Combines search results from multiple sources into coherent, deduplicated answers with source attribution. Handles confidence scoring based on freshness and authority, and summarizes large result sets effectively.

View & install →
🔎

Enterprise Search Search

Research

Search across all connected sources in one query. Trigger with "find that doc about...", "what did we decide on...", "where was the conversation about...", or when looking for a decision, document, or discussion that could live in chat, email, cloud storage, or a project tracker.

View & install →
🔎

Enterprise Search Search Strategy

Research

Query decomposition and multi-source search orchestration. Breaks natural language questions into targeted searches per source, translates queries into source-specific syntax, ranks results by relevance, and handles ambiguity and fallback strategies.

View & install →
🔎

Enterprise Search Source Management

Research

Manages connected MCP sources for enterprise search. Detects available sources, guides users to connect new ones, handles source priority ordering, and manages rate limiting awareness.

View & install →
🔒

Environment & Secrets Manager

Development

Design secure secrets management workflows — vaults, rotation policies, environment variable hygiene, and developer-friendly secret distribution.

developersdevops
View & install →
🪞

Executive Mentor

Leadership

An adversarial thinking partner for founders — challenges assumptions, stress tests plans, and provides honest pushback to sharpen executive decision-making.

foundersexecutives
View & install →
🔭

Experiment Designer

Research

Design testable product hypotheses with correct sample sizing, success metrics, and guardrail metrics to run valid product experiments.

researchers
View & install →
🏥

FDA Consultant & Specialist

Compliance

Navigate FDA regulatory pathways — 510(k), PMA, De Novo, and QSR 21 CFR Part 820 compliance for medical device manufacturers and digital health companies.

View & install →
🗂️

File Organizer

Productivity

A Composio community skill for organizing files, spotting duplication, and improving folder structure.

View & install →
💼

Finance Audit Support

Data & Analysis

Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.

View & install →
💼

Finance Close Management

Data & Analysis

Manage the month-end close process with task sequencing, dependencies, and status tracking. Use when planning the close calendar, tracking close progress, identifying blockers, or sequencing close activities by day.

View & install →
💼

Finance Financial Statements

Data & Analysis

Generate financial statements (income statement, balance sheet, cash flow) with period-over-period comparison and variance analysis. Use when preparing a monthly or quarterly P&L, closing the books and need to flag material variances, comparing actuals to budget, building a financial summary for leadership review, or looking up GAAP presentation requirements and period-end adjustments.

View & install →
💼

Finance Journal Entry

Data & Analysis

Prepare journal entries with proper debits, credits, and supporting detail. Use when booking month-end accruals (AP, payroll, prepaid), recording depreciation or amortization, posting revenue recognition or deferred revenue adjustments, or documenting an entry for audit review.

View & install →
💼

Finance Journal Entry Prep

Data & Analysis

Prepare journal entries with proper debits, credits, and supporting documentation for month-end close. Use when booking accruals, prepaid amortization, fixed asset depreciation, payroll entries, revenue recognition, or any manual journal entry.

View & install →
💼

Finance Reconciliation

Data & Analysis

Reconcile accounts by comparing GL balances to subledgers, bank statements, or third-party data. Use when performing bank reconciliations, GL-to-subledger recs, intercompany reconciliations, or identifying and categorizing reconciling items.

View & install →
💼

Finance SOX Testing

Data & Analysis

Generate SOX sample selections, testing workpapers, and control assessments. Use when planning quarterly or annual SOX 404 testing, pulling a sample for a control (revenue, P2P, ITGC, close), building a testing workpaper template, or evaluating and classifying a control deficiency.

View & install →
💼

Finance Variance Analysis

Data & Analysis

Decompose financial variances into drivers with narrative explanations and waterfall analysis. Use when analyzing budget vs. actual, period-over-period changes, revenue or expense variances, or preparing variance commentary for leadership.

View & install →
📉

Financial Analyst

Finance

DCF valuation, budgeting, forecasting, and SaaS metrics analysis — financial modeling and analysis from a professional analyst perspective.

finance
View & install →
📋

Form CRO Specialist

Marketing

Optimize lead capture, contact, demo request, and application forms — reduce friction, improve completion rates, and increase qualified submissions.

marketersdevelopers
View & install →
🌱

Founder Coach

Leadership

Personal leadership development for founders — managing the emotional weight of building, developing self-awareness, and growing as an executive.

foundersexecutives
View & install →

Frontend Design

Design

Anthropic's official frontend-focused skill for UI exploration, interface thinking, and design execution support.

designersdevelopers
View & install →
🔒

GDPR/DSGVO Expert

Compliance

Navigate EU GDPR and German DSGVO compliance — data processing agreements, DPIAs, privacy policies, consent management, and data subject rights workflows.

developerssecurity
View & install →
🌿

Git Worktree Manager

Development

Master Git worktrees — manage multiple branches simultaneously, set up parallel development workflows, and avoid branch-switching friction.

developers
View & install →
🔑

Google Workspace CLI

Productivity

Automate Google Workspace administration with gws CLI — user provisioning, group management, Drive policies, and security audit workflows.

developers
View & install →
🧑‍💼

Human Resources Comp Analysis

Productivity

Analyze compensation — benchmarking, band placement, and equity modeling. Trigger with "what should we pay a [role]", "is this offer competitive", "model this equity grant", or when uploading comp data to find outliers and retention risks.

writershr
View & install →
🧑‍💼

Human Resources Draft Offer

Productivity

Draft an offer letter with comp details and terms. Use when a candidate is ready for an offer, assembling a total comp package (base, equity, signing bonus), writing the offer letter text itself, or prepping negotiation guidance for the hiring manager.

founderswriters
View & install →
🧑‍💼

Human Resources Interview Prep

Productivity

Create structured interview plans with competency-based questions and scorecards. Trigger with "interview plan for", "interview questions for", "how should we interview", "scorecard for", or when the user is preparing to interview candidates.

founderswriters
View & install →
🧑‍💼

Human Resources Onboarding

Productivity

Generate an onboarding checklist and first-week plan for a new hire. Use when someone has a start date coming up, building the pre-start task list (accounts, equipment, buddy), scheduling Day 1 and Week 1, or setting 30/60/90-day goals for a new team member.

founderswriters
View & install →
🧑‍💼

Human Resources Org Planning

Productivity

Headcount planning, org design, and team structure optimization. Trigger with "org planning", "headcount plan", "team structure", "reorg", "who should we hire next", or when the user is thinking about team size, reporting structure, or organizational design.

founderswriters
View & install →
🧑‍💼

Human Resources People Report

Productivity

Generate headcount, attrition, diversity, or org health reports. Use when pulling a headcount snapshot for leadership, analyzing turnover trends by team, preparing diversity representation metrics, or assessing span of control and flight risk across the org.

writershr
View & install →
🧑‍💼

Human Resources Performance Review

Productivity

Structure a performance review with self-assessment, manager template, and calibration prep. Use when review season kicks off and you need a self-assessment template, writing a manager review for a direct report, prepping rating distributions and promotion cases for calibration, or turning vague feedback into specific behavioral examples.

founderswriters
View & install →
🧑‍💼

Human Resources Policy Lookup

Productivity

Find and explain company policies in plain language. Trigger with "what's our PTO policy", "can I work remotely from another country", "how do expenses work", or any plain-language question about benefits, travel, leave, or handbook rules.

writershr
View & install →
🧑‍💼

Human Resources Recruiting Pipeline

Productivity

Track and manage recruiting pipeline stages. Trigger with "recruiting update", "candidate pipeline", "how many candidates", "hiring status", or when the user discusses sourcing, screening, interviewing, or extending offers.

founderswriters
View & install →
🖼️

Image Enhancer

Design

A Composio community skill for improving screenshots and images for clearer presentation and documentation.

designersmarketers
View & install →
🚨

Incident Commander

Development

Lead incident response from detection to resolution — coordinate teams, run war rooms, draft status updates, and produce postmortems.

developersdevops
View & install →
🔐

Information Security Manager (ISO 27001)

Compliance

Implement and manage an ISMS per ISO 27001/27002 — risk assessments, security controls, incident management, and certification readiness.

security
View & install →
💬

Internal Comms

Productivity

Anthropic's communication skill for clearer internal updates, team messaging, and organizational writing.

founderswriters
View & install →
📖

Internal Narrative Builder

Leadership

Build a coherent company story across all audiences — employees, investors, customers, and press — so your message stays consistent as you scale.

foundersexecutives
View & install →
🎤

Interview System Designer

Productivity

Design structured technical and behavioral interview processes — question banks, evaluation rubrics, calibration guides, and fair assessment frameworks.

developers
View & install →
🌍

International Expansion Advisor

Leadership

International market expansion strategy — market selection, localization, regulatory compliance, go-to-market approach, and operational setup for new geographies.

foundersexecutives
View & install →
🧾

Invoice Organizer

Productivity

A Composio community skill for sorting invoices and receipts into a cleaner bookkeeping workflow.

freelancersfounders
View & install →
🔍

ISMS Audit Expert

Compliance

Conduct ISO 27001 internal audits — audit planning, evidence collection, nonconformance identification, and management review preparation.

View & install →
🎯

Atlassian Jira Expert

Productivity

JQL query writing, custom workflow design, automation rules, dashboard configuration, and Jira best practices for software and project teams.

developersoperations
View & install →
🖥️

Landing Page Generator

Development

Scaffold production-ready Next.js/React landing pages with Tailwind CSS, copywriting frameworks (PAS, AIDA, BAB), and SEO-optimized structure.

marketersdevelopers
View & install →
🧪

LangSmith Fetch

Development

A Composio community skill for pulling LangSmith traces into Claude workflows for debugging and inspection.

developers
View & install →
🚀

Launch Strategy Planner

Marketing

Plan product launches from Product Hunt to press releases — phased launch strategy, channel playbook, early access sequences, and momentum-building tactics.

foundersmarketers
View & install →
🧭

Lead Research Assistant

Research

A Composio skill for gathering and organizing prospect or company research into a usable outreach brief.

marketersfreelancers
View & install →
⚖️

Legal Brief

Research

Generate contextual briefings for legal work — daily summary, topic research, or incident response. Use when starting your day and need a scan of legal-relevant items across email, calendar, and contracts, when researching a specific legal question across internal sources, or when a developing situation (data breach, litigation threat, regulatory inquiry) needs rapid context.

freelancerslegal
View & install →
⚖️

Legal Compliance Check

Research

Run a compliance check on a proposed action, product feature, or business initiative, surfacing applicable regulations, required approvals, and risk areas. Use when launching a feature that touches personal data, when marketing or product proposes something with regulatory implications, or when you need to know which approvals and jurisdictional requirements apply before proceeding.

freelancerslegal
View & install →
⚖️

Legal Legal Response

Research

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. Use when responding to data subject requests, litigation hold notices, vendor legal questions, NDA requests from business teams, or subpoenas.

freelancerslegal
View & install →
⚖️

Legal Legal Risk Assessment

Research

Assess and classify legal risks using a severity-by-likelihood framework with escalation criteria. Use when evaluating contract risk, assessing deal exposure, classifying issues by severity, or determining whether a matter needs senior counsel or outside legal review.

freelancerslegal
View & install →
⚖️

Legal Meeting Briefing

Research

Prepare structured briefings for meetings with legal relevance and track resulting action items. Use when preparing for contract negotiations, board meetings, compliance reviews, or any meeting where legal context, background research, or action tracking is needed.

freelancerslegal
View & install →
⚖️

Legal Review Contract

Research

Review a contract against your organization's negotiation playbook — flag deviations, generate redlines, provide business impact analysis. Use when reviewing vendor or customer agreements, when you need clause-by-clause analysis against standard positions, or when preparing a negotiation strategy with prioritized redlines and fallback positions.

freelancerslegal
View & install →
⚖️

Legal Signature Request

Research

Prepare and route a document for e-signature — run a pre-signature checklist, configure signing order, and send for execution. Use when a contract is finalized and ready to sign, when verifying entity names, exhibits, and signature blocks before sending, or when setting up an envelope with sequential or parallel signers.

freelancerslegal
View & install →
⚖️

Legal Triage NDA

Research

Rapidly triage an incoming NDA and classify it as GREEN (standard approval), YELLOW (counsel review), or RED (full legal review). Use when a new NDA arrives from sales or business development, when screening for embedded non-solicits, non-competes, or missing carveouts, or when deciding whether an NDA can be signed under standard delegation.

freelancerslegal
View & install →
⚖️

Legal Vendor Check

Research

Check the status of existing agreements with a vendor across all connected systems — CLM, CRM, email, and document storage — with gap analysis and upcoming deadlines. Use when onboarding or renewing a vendor, when you need a consolidated view of what's signed and what's missing (MSA, DPA, SOW), or when checking for approaching expirations and surviving obligations.

freelancerslegal
View & install →
🤝

M&A Playbook

Leadership

Mergers and acquisitions strategy — target identification, due diligence frameworks, integration planning, and deal structure guidance for buyers and sellers.

foundersexecutives
View & install →
📣

Marketing Brand Review

Marketing

Review content against your brand voice, style guide, and messaging pillars, flagging deviations by severity with specific before/after fixes. Use when checking a draft before it ships, when auditing copy for voice consistency and terminology, or when screening for unsubstantiated claims, missing disclaimers, and other legal flags.

marketerswriters
View & install →
📈

Campaign Analytics Expert

Marketing

Analyze marketing campaign performance, calculate ROI, interpret attribution models, and surface actionable insights from ad and content data.

marketers
View & install →
📣

Marketing Campaign Plan

Marketing

Generate a full campaign brief with objectives, audience, messaging, channel strategy, content calendar, and success metrics. Use when planning a product launch, lead-gen push, or awareness campaign, when you need a week-by-week content calendar with dependencies, or when translating a marketing goal into a structured, executable plan.

marketerswriters
View & install →
📣

Marketing Competitive Brief

Marketing

Research competitors and generate a positioning and messaging comparison with content gaps, opportunities, and threats. Use when building sales battlecards, when finding positioning gaps and messaging angles competitors haven't claimed, or when a competitor makes a move and you need to assess the impact.

marketerswriters
View & install →
📣

Marketing Content Creation

Marketing

Draft marketing content across channels — blog posts, social media, email newsletters, landing pages, press releases, and case studies. Use when writing any marketing content, when you need channel-specific formatting, SEO-optimized copy, headline options, or calls to action.

marketerswriters
View & install →
✍️

Marketing Content Creator

Marketing

Brand voice analysis, SEO-optimized content writing, and platform-specific content production for blogs, landing pages, and social channels.

marketersfreelancers
View & install →
📅

Marketing Content Strategy

Marketing

Build a content strategy with topic clusters, content calendars, keyword research, and audience-aligned editorial plans.

marketerswriters
View & install →
📌

Marketing Context Builder

Marketing

Create and maintain a product marketing context document — brand voice, positioning, ICP, and messaging that all other marketing skills reference for consistency.

marketersfounders
View & install →
📡

Demand Generation & Acquisition

Marketing

Multi-channel demand generation — paid media, organic acquisition, CAC optimization, and building a repeatable pipeline for B2B and B2C growth.

marketersfounders
View & install →
📣

Marketing Draft Content

Marketing

Draft blog posts, social media, email newsletters, landing pages, press releases, and case studies with channel-specific formatting and SEO recommendations. Use when writing any marketing content, when you need headline or subject line options, or when adapting a message for a specific platform, audience, and brand voice.

marketerswriters
View & install →
📣

Marketing Email Sequence

Marketing

Design and draft multi-email sequences with full copy, timing, branching logic, exit conditions, and performance benchmarks. Use when building onboarding, lead nurture, re-engagement, win-back, or product launch flows, when you need a complete drip campaign with A/B test suggestions, or when mapping a sequence end-to-end with a flow diagram.

marketerswriters
View & install →
💡

Marketing Ideas Generator

Marketing

139 proven marketing approaches organized by category — get inspired with growth tactics, content ideas, and channel strategies tailored to your product.

marketersfounders
View & install →
📣

Marketing Performance Report

Marketing

Build a marketing performance report with key metrics, trend analysis, wins and misses, and prioritized optimization recommendations. Use when wrapping a campaign, when preparing weekly, monthly, or quarterly channel summaries for stakeholders, or when you need data translated into an executive summary with next-period priorities.

marketerswriters
View & install →
🧠

Marketing Psychology Advisor

Marketing

Apply 70+ psychological principles and mental models to marketing — cognitive biases, persuasion frameworks, and behavioral science for higher conversion.

marketers
View & install →
📣

Marketing Seo Audit

Marketing

Run a comprehensive SEO audit — keyword research, on-page analysis, content gaps, technical checks, and competitor comparison. Use when assessing a site's SEO health, when finding keyword opportunities and content gaps competitors own, or when you need a prioritized action plan split into quick wins and strategic investments.

marketerswriters
View & install →
📱

Social Content Creator

Marketing

Create platform-specific social media content for LinkedIn, Twitter/X, Instagram, and more — adapted tone, format, and hooks for each channel.

marketersfreelancers
View & install →
🎯

Marketing Strategy & PMM

Marketing

Product positioning, go-to-market strategy, ICP definition, competitive intelligence, and messaging frameworks — a senior PMM in your corner.

foundersmarketers
View & install →
🔌

MCP Server Builder

Development

Create Model Context Protocol servers from scratch — define tools, resources, and prompts, then wire up to external APIs or local services.

developers
View & install →
🇪🇺

EU MDR 2017/745 Specialist

Compliance

EU Medical Device Regulation compliance — device classification, UDI registration, EUDAMED submission, and technical file documentation under MDR 2017/745.

View & install →
🎙️

Meeting Insights Analyzer

Productivity

A Composio skill for extracting the real takeaways, decisions, and insights from meeting content.

freelancersoperations
View & install →
🚚

Migration Architect

Development

Plan and execute code and system migrations — database migrations, framework upgrades, cloud migrations, and monolith-to-microservices transitions.

developersdevops
View & install →
🗂️

Monorepo Navigator

Development

Navigate and manage monorepos — understand Nx/Turborepo setups, optimize build caching, manage affected dependencies, and enforce workspace boundaries.

developers
View & install →
🪟

MS365 Tenant Manager

Productivity

Microsoft 365 enterprise administration — user management, security policies, SSO/SAML setup, compliance, and tenant optimization.

View & install →
📡

Observability Designer

Development

Design comprehensive observability for distributed systems — metrics, logs, traces, alerting rules, and dashboards that surface real problems fast.

developersdevops
View & install →
🎯

Onboarding CRO Specialist

Marketing

Optimize post-signup onboarding and user activation — first-run experience, empty states, activation checklists, and time-to-value improvements.

marketersfounders
View & install →
⚙️

Operations Capacity Plan

Operations

Plan resource capacity — workload analysis and utilization forecasting. Use when heading into quarterly planning, the team feels overallocated and you need the numbers, deciding whether to hire or deprioritize, or stress-testing whether upcoming projects fit the people you have.

foundersfreelancers
View & install →
⚙️

Operations Change Request

Operations

Create a change management request with impact analysis and rollback plan. Use when proposing a system or process change that needs approval, preparing a change record for CAB review, documenting risk and rollback steps before a deployment, or planning stakeholder communications for a rollout.

devopsoperations
View & install →
⚙️

Operations Compliance Tracking

Operations

Track compliance requirements and audit readiness. Trigger with "compliance", "audit prep", "SOC 2", "ISO 27001", "GDPR", "regulatory requirement", or when the user needs help tracking, preparing for, or documenting compliance activities.

operations
View & install →
⚙️

Operations Process Doc

Operations

Document a business process — flowcharts, RACI, and SOPs. Use when formalizing a process that lives in someone's head, building a RACI to clarify who owns what, writing an SOP for a handoff or audit, or capturing the exceptions and edge cases of how work actually gets done.

foundersfreelancers
View & install →
⚙️

Operations Process Optimization

Operations

Analyze and improve business processes. Trigger with "this process is slow", "how can we improve", "streamline this workflow", "too many steps", "bottleneck", or when the user describes an inefficient process they want to fix.

freelancersoperations
View & install →
⚙️

Operations Risk Assessment

Operations

Identify, assess, and mitigate operational risks. Trigger with "what are the risks", "risk assessment", "risk register", "what could go wrong", or when the user is evaluating risks associated with a project, vendor, process, or decision.

foundersfreelancers
View & install →
⚙️

Operations Runbook

Operations

Create or update an operational runbook for a recurring task or procedure. Use when documenting a task that on-call or ops needs to run repeatably, turning tribal knowledge into exact step-by-step commands, adding troubleshooting and rollback steps to an existing procedure, or writing escalation paths for when things go wrong.

devopsoperations
View & install →
⚙️

Operations Status Report

Operations

Generate a status report with KPIs, risks, and action items. Use when writing a weekly or monthly update for leadership, summarizing project health with green/yellow/red status, surfacing risks and decisions that need stakeholder attention, or turning a pile of project tracker activity into a readable narrative.

foundersfreelancers
View & install →
⚙️

Operations Vendor Review

Operations

Evaluate a vendor — cost analysis, risk assessment, and recommendation. Use when reviewing a new vendor proposal, deciding whether to renew or replace a contract, comparing two vendors side-by-side, or building a TCO breakdown and negotiation points before procurement sign-off.

foundersfreelancers
View & install →
🏥

Org Health Diagnostic

Leadership

An 8-dimension organizational health check — identifies dysfunction, misalignment, and capability gaps before they become crises.

foundersexecutives
View & install →
💰

Paid Ads Strategist

Marketing

Plan and optimize paid advertising on Google, Meta, LinkedIn, and other platforms — campaign structure, audience targeting, bidding strategy, and ROAS optimization.

marketersfounders
View & install →
🔒

Paywall & Upgrade CRO

Marketing

Create and optimize in-app paywalls, upgrade modals, and feature gates — convert free users to paid with the right message at the right moment.

marketersfounders
View & install →
📕

PDF

Productivity

Anthropic's official PDF skill for reading, extracting, and working with PDF-based documents.

writers
View & install →

Performance Profiler

Development

Profile and optimize application performance — CPU, memory, network, and database bottlenecks identified and fixed with measurable improvements.

developers
View & install →
🎭

Playwright Pro

Development

Production-grade Playwright test suites — test generation, flaky test diagnosis, migration from Cypress, and E2E coverage strategy.

developers
View & install →
💬

Popup & Modal CRO

Marketing

Create and optimize popups, exit-intent overlays, slide-ins, and banners for lead capture, announcements, and conversion goals.

marketers
View & install →
📊

PPTX

Productivity

Anthropic's official Claude Code skill for PowerPoint — generate, read, and improve PPTX slide decks directly from Claude Code. No manual formatting required.

marketersfreelancers
View & install →
🔎

PR Review Expert

Development

Expert pull request reviews — code quality, architectural impact, test coverage, security implications, and developer-friendly feedback.

developers
View & install →
📈

Product Analytics Specialist

Data & Analysis

Define KPIs, build product dashboards, set up funnel analysis, and translate data into product decisions — metrics that actually drive the product forward.

data
View & install →
🔎

Product Discovery Expert

Research

Validate opportunities before building — assumption mapping, Jobs-to-be-Done interviews, opportunity trees, and lightweight discovery frameworks.

designers
View & install →
🗺️

Product Management Competitive Brief

Productivity

Create a competitive analysis brief for one or more competitors or a feature area. Use when informing product strategy or feature prioritization, building sales battle cards, prepping board or investor materials, or deciding where to differentiate vs. achieve parity.

product
View & install →
🗺️

Product Management Metrics Review

Productivity

Review and analyze product metrics with trend analysis and actionable insights. Use when running a weekly, monthly, or quarterly metrics review, investigating a sudden spike or drop, comparing performance against targets, or turning raw numbers into a scorecard with recommended actions.

product
View & install →
🗺️

Product Management Roadmap Update

Productivity

Update, create, or reprioritize your product roadmap. Use when adding a new initiative and deciding what moves to make room, shifting priorities after new information comes in, moving timelines due to a dependency slip, or building a Now/Next/Later view from scratch.

product
View & install →
🗺️

Product Management Sprint Planning

Productivity

Plan a sprint — scope work, estimate capacity, set goals, and draft a sprint plan. Use when kicking off a new sprint, sizing a backlog against team availability (accounting for PTO and meetings), deciding what's P0 vs. stretch, or handling carryover from the last sprint.

developersproduct
View & install →
🗺️

Product Management Stakeholder Update

Productivity

Generate a stakeholder update tailored to audience and cadence. Use when writing a weekly or monthly status for leadership, announcing a launch, escalating a risk or blocker, or translating the same progress into exec-brief, engineering-detail, or customer-facing versions.

product
View & install →
🗺️

Product Management Synthesize Research

Productivity

Synthesize user research from interviews, surveys, and feedback into structured insights. Use when you have a pile of interview notes, survey responses, or support tickets to make sense of, need to extract themes and rank findings by frequency and impact, or want to turn raw feedback into roadmap recommendations.

product
View & install →
🗺️

Product Management Write Spec

Productivity

Write a feature spec or PRD from a problem statement or feature idea. Use when turning a vague idea or user request into a structured document, scoping a feature with goals and non-goals, defining success metrics and acceptance criteria, or breaking a big ask into a phased spec.

developersproduct
View & install →
🗂️

Product Manager Toolkit

Productivity

RICE prioritization, customer interview frameworks, PRD writing, and product discovery workflows — a complete PM toolkit in one skill.

foundersproduct
View & install →
♟️

Product Strategist

Productivity

OKR cascade generation, strategic alignment scoring, and five strategic frameworks for product planning — from vision to quarterly initiatives.

founders
View & install →

Productivity Memory Management

Productivity

Two-tier memory system that makes Claude a true workplace collaborator. Decodes shorthand, acronyms, nicknames, and internal language so Claude understands requests like a colleague would. CLAUDE.md for working memory, memory/ directory for the full knowledge base.

freelancerswriters
View & install →

Productivity Start

Productivity

Initialize the productivity system and open the dashboard. Use when setting up the plugin for the first time, bootstrapping working memory from your existing task list, or decoding the shorthand (nicknames, acronyms, project codenames) you use in your todos.

freelancerswriters
View & install →

Productivity Task Management

Productivity

Simple task management using a shared TASKS.md file. Reference this when the user asks about their tasks, wants to add/complete tasks, or needs help tracking commitments.

freelancerswriters
View & install →

Productivity Update

Productivity

Sync tasks and refresh memory from your current activity. Use when pulling new assignments from your project tracker into TASKS.md, triaging stale or overdue tasks, filling memory gaps for unknown people or projects, or running a comprehensive scan to catch todos buried in chat and email.

freelancerswriters
View & install →

Programmatic SEO Builder

Marketing

Build SEO-driven pages at scale using templates and data — location pages, comparison pages, integration pages, and other high-volume keyword strategies.

marketersdevelopers
View & install →
🛠️

Prompt Engineer Toolkit

Marketing

Optimize AI prompts for marketing use cases — better briefs, more consistent outputs, chain-of-thought for complex content, and prompt templates for marketing teams.

marketers
View & install →

QMS Audit Expert

Compliance

Conduct ISO 13485 internal quality management system audits — audit planning, process evaluation, nonconformance reports, and certification support.

View & install →
📂

Quality Documentation Manager

Compliance

Manage regulatory documentation and document control systems — SOPs, work instructions, technical files, and version-controlled document management per ISO standards.

View & install →
🏆

Quality Manager (QMR)

Compliance

Quality Management Representative accountability — QMS governance, management review facilitation, compliance dashboards, and overall quality system ownership.

View & install →
📋

QMS ISO 13485 Specialist

Compliance

Implement and maintain ISO 13485 quality management systems for medical devices — gap analysis, process design, procedure writing, and certification readiness.

View & install →
🎟️

Raffle Winner Picker

Productivity

A Composio community skill for selecting winners fairly from lists, sheets, and giveaway entries.

View & install →
🔗

Referral Program Designer

Marketing

Design referral and affiliate programs — incentive structure, reward mechanics, viral loop design, and growth optimization for word-of-mouth growth.

marketersfounders
View & install →
⚖️

Head of Regulatory Affairs

Compliance

Lead regulatory strategy for medical devices — FDA submissions, EU MDR market access, regulatory pathway selection, and global market entry planning.

View & install →
🚢

Release Manager

Development

Manage software releases end to end — release checklists, versioning strategy, changelog generation, rollback plans, and stakeholder communication.

developersproduct
View & install →
📊

Revenue Operations Manager

Finance

Align sales, marketing, and customer success operations — pipeline health, forecasting accuracy, GTM efficiency metrics, and RevOps infrastructure.

financesales
View & install →
⚠️

Risk Management Specialist (ISO 14971)

Compliance

Implement ISO 14971 risk management for medical devices — FMEA, fault tree analysis, benefit-risk assessments, and risk management file maintenance.

View & install →
📢

Roadmap Communicator

Writing

Write clear release notes, stakeholder roadmap updates, and product announcements — communicate what shipped, what's coming, and why it matters.

product
View & install →
📋

Runbook Generator

Development

Generate clear operational runbooks — step-by-step procedures for deployments, incident response, disaster recovery, and routine maintenance tasks.

developersdevops
View & install →
📐

SaaS Metrics Coach

Finance

Master SaaS financial health — ARR, MRR, churn, LTV, CAC payback, magic number, and Rule of 40. Understand what your metrics are telling you and what to fix.

foundersfinance
View & install →

SaaS Scaffolder

Development

Generate production-ready SaaS boilerplate with Next.js, TypeScript, authentication, payments (Stripe), and Docker — skip months of setup work.

developers
View & install →
🤝

Sales Account Research

Marketing

Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM. Trigger with "research [company]", "look up [person]", "intel on [prospect]", "who is [name] at [company]", or "tell me about [company]".

foundersfreelancers
View & install →
🤝

Sales Call Prep

Marketing

Prepare for a sales call with account context, attendee research, and suggested agenda. Works standalone with user input and web research, supercharged when you connect your CRM, email, chat, or transcripts. Trigger with "prep me for my call with [company]", "I'm meeting with [company] prep me", "call prep [company]", or "get me ready for [meeting]".

foundersfreelancers
View & install →
🤝

Sales Call Summary

Marketing

Process call notes or a transcript — extract action items, draft follow-up email, generate internal summary. Use when pasting rough notes or a transcript after a discovery, demo, or negotiation call, drafting a customer follow-up, logging the activity for your CRM, or capturing objections and next steps for your team.

freelancerswriters
View & install →
🤝

Sales Competitive Intelligence

Marketing

Research your competitors and build an interactive battlecard. Outputs an HTML artifact with clickable competitor cards and a comparison matrix. Trigger with "competitive intel", "research competitors", "how do we compare to [competitor]", "battlecard for [competitor]", or "what's new with [competitor]".

foundersfreelancers
View & install →
🤝

Sales Create An Asset

Marketing

Generate tailored sales assets (landing pages, decks, one-pagers, workflow demos) from your deal context. Describe your prospect, audience, and goal — get a polished, branded asset ready to share with customers.

freelancerswriters
View & install →
🤝

Sales Daily Briefing

Marketing

Start your day with a prioritized sales briefing. Works standalone when you tell me your meetings and priorities, supercharged when you connect your calendar, CRM, and email. Trigger with "morning briefing", "daily brief", "what's on my plate today", "prep my day", or "start my day".

writerssales
View & install →
🤝

Sales Draft Outreach

Marketing

Research a prospect then draft personalized outreach. Uses web research by default, supercharged with enrichment and CRM. Trigger with "draft outreach to [person/company]", "write cold email to [prospect]", "reach out to [name]".

foundersfreelancers
View & install →
🤝

Sales Engineer

Marketing

Technical sales support — RFP analysis, feature comparison matrices, POC planning, and translating technical capabilities into business value for enterprise deals.

sales
View & install →
🤝

Sales Forecast

Marketing

Generate a weighted sales forecast with best/likely/worst scenarios, commit vs. upside breakdown, and gap analysis. Use when preparing a quarterly forecast call, assessing gap-to-quota from a pipeline CSV, deciding which deals to commit vs. call upside, or checking pipeline coverage against your number.

freelancerswriters
View & install →
🤝

Sales Pipeline Review

Marketing

Analyze pipeline health — prioritize deals, flag risks, get a weekly action plan. Use when running a weekly pipeline review, deciding which deals to focus on this week, spotting stale or stuck opportunities, auditing for hygiene issues like bad close dates, or identifying single-threaded deals.

foundersfreelancers
View & install →
🎯

Scenario War Room

Leadership

Multi-variable adversity modeling — simulate compounding crises (funding fails + churn spikes + key hire leaves) and build pre-planned response strategies.

foundersexecutives
View & install →
🏃

Scrum Master Expert

Productivity

Sprint planning, agile ceremonies facilitation, backlog management, and velocity tracking — an expert Scrum Master in your workflow.

developersproduct
View & install →
🏛️

Senior Software Architect

Development

Design system architecture with C4 and sequence diagrams, write Architecture Decision Records, evaluate tech stacks, and guide architectural trade-offs.

developers
View & install →
🔧

Senior Backend Engineer

Development

REST and GraphQL API development, database schema optimization, authentication patterns, and backend architecture decisions from a senior engineer.

developers
View & install →
👀

Senior Computer Vision Engineer

Development

Object detection, image segmentation, visual AI model implementation, and computer vision pipeline design from a senior engineer perspective.

developersresearchers
View & install →
🔄

Senior Data Engineer

Development

ETL/ELT pipeline design, data warehouse architecture, dbt transformations, and data infrastructure at scale from a senior data engineer.

developersdata
View & install →
🔢

Senior Data Scientist

Data & Analysis

Data analysis, statistical modeling, ML experiment design, and insights generation — a senior data scientist perspective on your data problems.

researchersdata
View & install →
🚀

Senior DevOps Engineer

Development

CI/CD pipeline design, Infrastructure as Code, containerization with Docker and Kubernetes, and deployment automation from a senior DevOps perspective.

developers
View & install →
⚛️

Senior Frontend Engineer

Development

React and Next.js component development, bundle optimization, performance tuning, and accessibility best practices from a senior engineer perspective.

developers
View & install →
🔀

Senior Fullstack Engineer

Development

End-to-end project scaffolding with Next.js, FastAPI, MERN, and Django — full-stack code quality analysis and frontend-backend integration.

developers
View & install →
🧠

Senior ML Engineer

Development

Machine learning model implementation, training pipelines, evaluation frameworks, and MLOps — production ML engineering from an expert perspective.

developersresearchers
View & install →
📋

Senior Project Manager

Productivity

Portfolio management, risk analysis, stakeholder alignment, and project governance from a senior PM perspective — for complex multi-team initiatives.

founders
View & install →
💬

Senior Prompt Engineer

Development

LLM prompt design, chain-of-thought optimization, few-shot example selection, and systematic prompt testing — get the most out of any AI model.

developers
View & install →
🧪

Senior QA Testing Engineer

Development

Jest and React Testing Library test authoring, test coverage analysis, and Playwright E2E test scaffolding from a senior QA engineer perspective.

developers
View & install →
🛡️

Senior SecOps Engineer

Development

SAST/DAST scanning automation, CVE triage and remediation, GDPR and SOC2 compliance workflows, and security operations from a senior SecOps perspective.

developerssecurity
View & install →
🔐

Senior Security Engineer

Development

Threat modeling, penetration testing guidance, zero-trust architecture design, and security code review from a senior security engineering perspective.

developersdevops
View & install →

Signup Flow CRO

Marketing

Optimize signup, registration, and trial activation flows — reduce friction, improve step completion, and increase activation from first visit.

marketersdevelopers
View & install →
🛠️

Skill Creator

Development

Anthropic's official meta-skill for designing and packaging new skills more systematically.

developers
View & install →
📦

Skill Share

Productivity

A Composio community skill for packaging, sharing, and distributing skills more cleanly across teams or communities.

developers
View & install →
🎞️

Slack GIF Creator

Design

Anthropic's media skill for creating animated GIFs that fit Slack constraints and team-sharing workflows.

View & install →
📊

Social Media Analyzer

Marketing

Analyze social media campaign performance — engagement rates, audience growth, content performance, and platform-specific optimization recommendations.

marketers
View & install →
📱

Social Media Manager

Marketing

Plan and manage social media strategy — content calendars, channel mix, community management, brand voice, and monthly performance reviews.

marketersfreelancers
View & install →
🧲

Strategic Alignment

Leadership

Cascade strategy from vision to team-level execution — OKRs, initiative mapping, alignment verification, and gap identification across the organization.

foundersexecutives
View & install →
💳

Stripe Integration Expert

Development

Stripe payments, subscriptions, webhooks, and billing workflows — from checkout to dunning, built correctly the first time.

developers
View & install →
📄

Tailored Resume Generator

Writing

A Composio community skill for adapting resumes to specific job descriptions and highlighting the most relevant experience.

freelancerswriters
View & install →
🔴

TDD Guide

Development

A step-by-step guide and live coding partner for test-driven development — write failing tests first, then implement just enough code to pass.

developers
View & install →
🏗️

Tech Debt Tracker

Development

Scan a codebase for technical debt, categorize by severity and effort, and produce a prioritized remediation roadmap with business impact estimates.

developers
View & install →
⚖️

Tech Stack Evaluator

Development

Systematic technology selection — compare stacks on TCO, team fit, scalability, and ecosystem maturity, then get a clear recommendation with rationale.

developers
View & install →
🌈

Theme Factory

Design

Anthropic's official theming and design-oriented skill for exploring visual systems and style directions.

designersmarketers
View & install →
🐦

Twitter Algorithm Optimizer

Marketing

A Composio community skill for improving tweets based on public Twitter/X algorithm insights and engagement patterns.

marketerswriters
View & install →
🎨

UI Design System Builder

Design

Generate design tokens, typography scales, spacing grids, and responsive breakpoints — build or document a production-ready design system.

designersdevelopers
View & install →
🗺️

UX Researcher & Designer

Design

Build user personas, journey maps, testing protocols, and empathy maps — structured UX research and design thinking from an expert researcher.

designers
View & install →
🎬

Video Downloader

Productivity

A Composio community skill for downloading videos for offline use, editing, or analysis workflows.

View & install →
🧪

Web Artifacts Builder

Development

Anthropic's official Claude Code skill for building web artifacts — interactive HTML, React components, data visualizations, and browser-ready frontend outputs.

developers
View & install →

Webapp Testing

Development

Anthropic's official skill for testing web applications with a more repeatable, explicit QA workflow.

developers
View & install →
𝕏

X/Twitter Growth Strategist

Marketing

Grow an X/Twitter audience — profile optimization, content hooks, thread frameworks, engagement tactics, and follower growth strategies.

marketerswriters
View & install →
📗

XLSX

Data & Analysis

Anthropic's spreadsheet skill for working with Excel files, formulas, data transformations, and chart-friendly workflows.

View & install →