Claude Skills Directory

405 source-verified Claude skills — browse by profession, category, or agent.

Filter by audience

🤖

Agent Designer

by @alirezarezvani

Development ⭐ Featured

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

Claude Code OpenAI Codex CLI +1
View →
developers
🤖

AI SEO Optimizer

by @alirezarezvani

Marketing ⭐ Featured

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

Claude Code OpenAI Codex CLI +1
View →
marketers writers
📧

Cold Email Writer

by @alirezarezvani

Marketing ⭐ Featured

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

Claude Code OpenAI Codex CLI +1
View →
marketers founders freelancers
🧱

MCP Builder

by @anthropics

Development ⭐ Featured

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

Claude Code Claude.ai
View →
developers
📈

Page CRO Optimizer

by @alirezarezvani

Marketing ⭐ Featured

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

Claude Code OpenAI Codex CLI +1
View →
marketers founders
💲

Pricing Strategy Advisor

by @alirezarezvani

Marketing ⭐ Featured

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

Claude Code OpenAI Codex CLI +1
View →
founders marketers
🔍

RAG Architect

by @alirezarezvani

Development ⭐ Featured

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

Claude Code OpenAI Codex CLI +1
View →
developers
🤖

gstack: Auto Review Pipeline

by @garrytan

Development New

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.

Claude Code OpenAI Codex CLI +1
View →
developers founders
📊

gstack: Performance Benchmarking

by @garrytan

Development New

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

Claude Code OpenAI Codex CLI +1
View →
developers
🌐

gstack: Headless Browser for Claude

by @garrytan

Development New

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

Claude Code OpenAI Codex CLI +1
View →
developers founders
🐦

gstack: Post-Deploy Canary Monitor

by @garrytan

Development New

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.

Claude Code OpenAI Codex CLI +1
View →
developers devops
⚠️

gstack: Destructive Command Guardrails

by @garrytan

Development New

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.

Claude Code OpenAI Codex CLI +1
View →
developers devops
💾

gstack: Working State Checkpoint

by @garrytan

Productivity New

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.

Claude Code OpenAI Codex CLI +1
View →
developers founders
🔀

gstack: OpenAI Codex Second Opinion

by @garrytan

Development New

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.

Claude Code OpenAI Codex CLI +1
View →
developers
🔗

gstack: Connect Real Chrome

by @garrytan

Development New

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.

Claude Code OpenAI Codex CLI +1
View →
developers
🔒

gstack: Chief Security Officer Audit

by @garrytan

Development New

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.

Claude Code OpenAI Codex CLI +1
View →
developers security devops
🎨

gstack: Design System Consultation

by @garrytan

Design New

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.

Claude Code OpenAI Codex CLI +1
View →
developers founders designers
💻

gstack: Production HTML Generator

by @garrytan

Development New

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.

Claude Code OpenAI Codex CLI +1
View →
developers founders
👁️

gstack: Visual Design Audit

by @garrytan

Design New

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.

Claude Code OpenAI Codex CLI +1
View →
developers founders designers
🎯

gstack: Design Variants Explorer

by @garrytan

Design New

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.

Claude Code OpenAI Codex CLI +1
View →
developers founders designers
📝

gstack: Post-Ship Documentation Updater

by @garrytan

Writing New

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.

Claude Code OpenAI Codex CLI +1
View →
developers
🧊

gstack: Edit Scope Lock

by @garrytan

Development New

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.

Claude Code OpenAI Codex CLI +1
View →
developers devops
🛡️

gstack: Full Safety Mode

by @garrytan

Development New

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.

Claude Code OpenAI Codex CLI +1
View →
developers devops
🏥

gstack: Codebase Health Dashboard

by @garrytan

Development New

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.

Claude Code OpenAI Codex CLI +1
View →
developers
🔍

gstack: Root Cause Debugger

by @garrytan

Development New

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.

Claude Code OpenAI Codex CLI +1
View →
developers
🚀

gstack: Land and Deploy

by @garrytan

Development New

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.

Claude Code OpenAI Codex CLI +1
View →
developers devops
🧠

gstack: Session Learning Manager

by @garrytan

Productivity New

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

Claude Code OpenAI Codex CLI +1
View →
developers founders
💡

gstack: Office Hours

by @garrytan

Leadership New

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.

Claude Code OpenAI Codex CLI +1
View →
founders developers
🎯

gstack: CEO Plan Review

by @garrytan

Leadership New

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.

Claude Code OpenAI Codex CLI +1
View →
founders developers
🎨

gstack: Design Plan Review

by @garrytan

Design New

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.

Claude Code OpenAI Codex CLI +1
View →
developers founders designers
⚙️

gstack: Engineering Plan Review

by @garrytan

Development New

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

Claude Code OpenAI Codex CLI +1
View →
developers
🧪

gstack: QA Testing — Find and Fix

by @garrytan

Development New

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.

Claude Code OpenAI Codex CLI +1
View →
developers founders
📋

gstack: QA Testing — Report Only

by @garrytan

Development New

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.

Claude Code OpenAI Codex CLI +1
View →
developers
📈

gstack: Engineering Retrospective

by @garrytan

Development New

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.

Claude Code OpenAI Codex CLI +1
View →
developers founders
👀

gstack: Pre-Landing Code Review

by @garrytan

Development New

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.

Claude Code OpenAI Codex CLI +1
View →
developers
🍪

gstack: Browser Cookie Importer

by @garrytan

Development New

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.

Claude Code OpenAI Codex CLI +1
View →
developers
⚙️

gstack: Deployment Configurator

by @garrytan

Development New

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.

Claude Code OpenAI Codex CLI +1
View →
developers devops
🚢

gstack: Ship Workflow

by @garrytan

Development New

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.

Claude Code OpenAI Codex CLI +1
View →
developers founders
🔓

gstack: Remove Edit Lock

by @garrytan

Development New

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

Claude Code OpenAI Codex CLI +1
View →
developers
⬆️

gstack: Self-Updater

by @garrytan

Development New

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

Claude Code OpenAI Codex CLI +1
View →
developers
🧪

A/B Test Setup

by @coreyhaines31

Marketing New

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

Claude Code Claude.ai
View →
marketers founders product
🎯

Ad Creative

by @coreyhaines31

Marketing New

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

Claude Code Claude.ai
View →
marketers founders
🤖

AI SEO Optimizer

by @coreyhaines31

Marketing New

Claude Code OpenAI Codex CLI +1
View →
marketers writers
📊

Analytics Tracking Setup

by @coreyhaines31

Marketing New

Claude Code OpenAI Codex CLI +1
View →
marketers developers data
🔒

Churn Prevention

by @coreyhaines31

Marketing New

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

Claude Code Claude.ai
View →
founders product marketers
📧

Cold Email Writer

by @coreyhaines31

Marketing New

Claude Code OpenAI Codex CLI +1
View →
marketers founders freelancers
⚔️

Competitor Alternatives Pages

by @coreyhaines31

Marketing New

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.

Claude Code Claude.ai
View →
marketers founders sales
📋

Content Strategy

by @coreyhaines31

Marketing New

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

Claude Code Claude.ai
View →
marketers founders writers
✏️

Copy Editor

by @coreyhaines31

Writing New

Claude Code OpenAI Codex CLI +1
View →
writers marketers
🖊️

Marketing Copywriter

by @coreyhaines31

Writing New

Claude Code OpenAI Codex CLI +1
View →
marketers founders writers
📨

Email Sequence Writer

by @coreyhaines31

Marketing New

Claude Code OpenAI Codex CLI +1
View →
marketers
📋

Form CRO Specialist

by @coreyhaines31

Marketing New

Claude Code OpenAI Codex CLI +1
View →
marketers developers
🔧

Free Tool Strategy

by @coreyhaines31

Marketing New

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

Claude Code Claude.ai
View →
founders developers marketers
🚀

Launch Strategy Planner

by @coreyhaines31

Marketing New

Claude Code OpenAI Codex CLI +1
View →
founders marketers product
🧲

Lead Magnets

by @coreyhaines31

Marketing New

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

Claude Code Claude.ai
View →
marketers founders
💡

Marketing Ideas Generator

by @coreyhaines31

Marketing New

Claude Code OpenAI Codex CLI +1
View →
marketers founders
🧠

Marketing Psychology Advisor

by @coreyhaines31

Marketing New

Claude Code OpenAI Codex CLI +1
View →
marketers
🎯

Onboarding CRO Specialist

by @coreyhaines31

Marketing New

Claude Code OpenAI Codex CLI +1
View →
marketers founders developers
📈

Page CRO Optimizer

by @coreyhaines31

Marketing New

Claude Code OpenAI Codex CLI +1
View →
marketers founders
💰

Paid Ads Strategist

by @coreyhaines31

Marketing New

Claude Code OpenAI Codex CLI +1
View →
marketers founders
🔒

Paywall & Upgrade CRO

by @coreyhaines31

Marketing New

Claude Code OpenAI Codex CLI +1
View →
marketers founders developers
💬

Popup & Modal CRO

by @coreyhaines31

Marketing New

Claude Code OpenAI Codex CLI +1
View →
marketers
💲

Pricing Strategy Advisor

by @coreyhaines31

Marketing New

Claude Code OpenAI Codex CLI +1
View →
founders marketers
📌

Product Marketing Context

by @coreyhaines31

Marketing New

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

Claude Code Claude.ai
View →
marketers founders product

Programmatic SEO Builder

by @coreyhaines31

Marketing New

Claude Code OpenAI Codex CLI +1
View →
marketers developers
🔗

Referral Program Designer

by @coreyhaines31

Marketing New

Claude Code OpenAI Codex CLI +1
View →
marketers founders
⚙️

Revenue Operations

by @coreyhaines31

Marketing New

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

Claude Code Claude.ai
View →
founders sales marketers
💼

Sales Enablement

by @coreyhaines31

Marketing New

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.

Claude Code Claude.ai
View →
sales founders marketers
🏷️

Schema Markup

by @coreyhaines31

Marketing New

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.

Claude Code Claude.ai
View →
developers marketers
🔍

SEO Audit

by @coreyhaines31

Marketing New

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

Claude Code Claude.ai
View →
marketers founders developers

Signup Flow CRO

by @coreyhaines31

Marketing New

Claude Code OpenAI Codex CLI +1
View →
marketers developers founders
🗺️

Site Architecture

by @coreyhaines31

Marketing New

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

Claude Code Claude.ai
View →
developers marketers founders
📱

Social Content

by @coreyhaines31

Marketing New

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

Claude Code Claude.ai
View →
marketers founders writers
📅

Catalyst Calendar

by @anthropics

Equity Research

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

Claude Code Claude.ai
View →
finance
📊

Earnings Analysis

by @anthropics

Equity Research

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

Claude Code Claude.ai
View →
finance
🔍

Earnings Preview

by @anthropics

Equity Research

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

Claude Code Claude.ai
View →
finance
💡

Idea Generation

by @anthropics

Equity Research

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

Claude Code Claude.ai
View →
finance
🚀

Initiating Coverage

by @anthropics

Equity Research

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

Claude Code Claude.ai
View →
finance
🔄

Model Update

by @anthropics

Equity Research

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

Claude Code Claude.ai
View →
finance
🌅

Morning Note

by @anthropics

Equity Research

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

Claude Code Claude.ai
View →
finance
🏭

Sector Overview

by @anthropics

Equity Research

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

Claude Code Claude.ai
View →
finance
🎯

Thesis Tracker

by @anthropics

Equity Research

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

Claude Code Claude.ai
View →
finance
📋

3-Statement Model

by @anthropics

Financial Analysis

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

Claude Code Claude.ai
View →
finance
🔎

Audit Spreadsheet

by @anthropics

Financial Analysis

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

Claude Code Claude.ai
View →
finance
🧹

Clean Data

by @anthropics

Financial Analysis

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

Claude Code Claude.ai
View →
finance
🗺️

Competitive Landscape Mapping

by @anthropics

Financial Analysis

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

Claude Code Claude.ai
View →
founders finance
⚖️

Comps Analysis

by @anthropics

Financial Analysis

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

Claude Code Claude.ai
View →
finance
💰

DCF Model Builder

by @anthropics

Financial Analysis

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

Claude Code Claude.ai
View →
finance
🔃

Deck Refresh

by @anthropics

Financial Analysis

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

Claude Code Claude.ai
View →
finance

IB Deck Checker

by @anthropics

Financial Analysis

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

Claude Code Claude.ai
View →
finance
🏗️

LBO Model

by @anthropics

Financial Analysis

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

Claude Code Claude.ai
View →
finance
🖼️

PPT Template Creator

by @anthropics

Financial Analysis

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

Claude Code Claude.ai
View →
finance
🛠️

Financial Analysis Skill Creator

by @anthropics

Financial Analysis

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

Claude Code Claude.ai
View →
finance
📋

Buyer List

by @anthropics

Investment Banking

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

Claude Code Claude.ai
View →
finance
📄

CIM Builder

by @anthropics

Investment Banking

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

Claude Code Claude.ai
View →
finance
🗂️

Deal Tracker

by @anthropics

Investment Banking

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

Claude Code Claude.ai
View →
finance
📦

Financial Data Pack Builder

by @anthropics

Investment Banking

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

Claude Code Claude.ai
View →
finance
🔗

Merger Model

by @anthropics

Investment Banking

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

Claude Code Claude.ai
View →
finance
🎯

Pitch Deck

by @anthropics

Investment Banking

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

Claude Code Claude.ai
View →
finance
✉️

Process Letter

by @anthropics

Investment Banking

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

Claude Code Claude.ai
View →
finance
📊

Strip Profile

by @anthropics

Investment Banking

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

Claude Code Claude.ai
View →
finance
📩

Teaser

by @anthropics

Investment Banking

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

Claude Code Claude.ai
View →
finance
📊

Bond Futures Basis Analysis

by @anthropics

Financial Analysis

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

Claude Code Claude.ai
View →
finance
🔀

Bond Relative Value Analysis

by @anthropics

Financial Analysis

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

Claude Code Claude.ai
View →
finance
📈

Equity Research Analysis (LSEG)

by @anthropics

Equity Research

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

Claude Code Claude.ai
View →
finance
🏦

Fixed Income Portfolio Analysis

by @anthropics

Financial Analysis

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

Claude Code Claude.ai
View →
finance
💱

FX Carry Trade Analysis

by @anthropics

Financial Analysis

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

Claude Code Claude.ai
View →
finance
🌐

Macro Rates Monitor

by @anthropics

Financial Analysis

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

Claude Code Claude.ai
View →
finance
📉

Option Vol Analysis

by @anthropics

Financial Analysis

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

Claude Code Claude.ai
View →
finance
🔄

Swap Curve Strategy

by @anthropics

Financial Analysis

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

Claude Code Claude.ai
View →
finance
🔬

Deal Screening

by @anthropics

Private Equity

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

Claude Code Claude.ai
View →
finance
🎣

Deal Sourcing

by @anthropics

Private Equity

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

Claude Code Claude.ai
View →
finance
🎤

Diligence Meeting Prep

by @anthropics

Private Equity

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

Claude Code Claude.ai
View →
finance
☑️

Due Diligence Checklist

by @anthropics

Private Equity

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

Claude Code Claude.ai
View →
finance
📝

Investment Committee Memo

by @anthropics

Private Equity

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

Claude Code Claude.ai
View →
finance
🤖

Portfolio AI Readiness

by @anthropics

Private Equity

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

Claude Code Claude.ai
View →
finance
📈

Portfolio Monitoring

by @anthropics

Private Equity

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

Claude Code Claude.ai
View →
finance
💹

Returns Analysis

by @anthropics

Private Equity

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

Claude Code Claude.ai
View →
finance
📐

Unit Economics Analysis

by @anthropics

Private Equity

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

Claude Code Claude.ai
View →
finance
🏆

Value Creation Plan

by @anthropics

Private Equity

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

Claude Code Claude.ai
View →
finance
🔍

Earnings Preview Beta

by @anthropics

Equity Research

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

Claude Code Claude.ai
View →
finance
💰

Funding Digest

by @anthropics

Financial Analysis

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

Claude Code Claude.ai
View →
founders finance
📄

Tear Sheet

by @anthropics

Equity Research

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

Claude Code Claude.ai
View →
finance
📰

Client Report

by @anthropics

Wealth Management

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

Claude Code Claude.ai
View →
finance
🗓️

Client Review Prep

by @anthropics

Wealth Management

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

Claude Code Claude.ai
View →
finance
🗺️

Financial Plan

by @anthropics

Wealth Management

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

Claude Code Claude.ai
View →
finance
💼

Investment Proposal

by @anthropics

Wealth Management

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

Claude Code Claude.ai
View →
finance
⚖️

Portfolio Rebalance

by @anthropics

Wealth Management

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

Claude Code Claude.ai
View →
finance
🌿

Tax-Loss Harvesting

by @anthropics

Wealth Management

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

Claude Code Claude.ai
View →
finance
⚙️

Agent Workflow Designer

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers
📌

Agile Product Owner

by @alirezarezvani

Productivity

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

Claude Code OpenAI Codex CLI +1
View →
developers product operations
🎨

Algorithmic Art

by @anthropics

Design

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

Claude Code Claude.ai
View →
designers
📊

Analytics Tracking Setup

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers developers data
🔌

API Design Reviewer

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers
🧪

API Test Suite Builder

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers
📱

App Store Optimization

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers
🛠️

Artifacts Builder

by @ComposioHQ

Development

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

Claude Code Claude.ai
View →
developers
⚙️

Atlassian Administrator

by @alirezarezvani

Productivity

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

Claude Code OpenAI Codex CLI +1
View →
developers operations
📄

Atlassian Template Creator

by @alirezarezvani

Productivity

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

Claude Code OpenAI Codex CLI +1
View →
developers operations
🤖

AWS Agentic AI

by @zxkane

Development

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

Claude Code
View →
developers
🏗️

AWS CDK Development

by @zxkane

Development

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

Claude Code
View →
developers devops
💸

AWS Cost Operations

by @zxkane

Data & Analysis

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

Claude Code
View →
developers devops
☁️

AWS MCP Setup

by @zxkane

Development

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

Claude Code
View →
developers

AWS Serverless EDA

by @zxkane

Development

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

Claude Code
View →
developers
☁️

AWS Solution Architect

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers devops
🧬

Bio Research Instrument Data To Allotrope

by @anthropics

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.

Claude Code Claude.ai
View →
researchers
🧬

Bio Research Nextflow Development

by @anthropics

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.

Claude Code Claude.ai
View →
researchers
🧬

Bio Research Scientific Problem Selection

by @anthropics

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".

Claude Code Claude.ai
View →
researchers
🧬

Bio Research Scvi Tools

by @anthropics

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.

Claude Code Claude.ai
View →
researchers
🧬

Bio Research Single Cell Rna Qc

by @anthropics

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.

Claude Code Claude.ai
View →
researchers
🧬

Bio Research Start

by @anthropics

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.

Claude Code Claude.ai
View →
researchers
📊

Board Deck Builder

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders executives
📘

Brand Guidelines

by @anthropics

Writing

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

Claude Code Claude.ai
View →
writers marketers founders
🖼️

Canvas Design

by @anthropics

Design

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

Claude Code Claude.ai
View →
designers
🔧

CAPA Officer

by @alirezarezvani

Compliance

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

Claude Code OpenAI Codex CLI +1
View →
👔

CEO Advisor

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders executives
💰

CFO Advisor

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders executives
🔄

Change Management Advisor

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders executives operations
📝

Changelog Generator

by @ComposioHQ

Writing

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

Claude Code Claude.ai +1
View →
developers product
🎯

Chief of Staff

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders executives operations
👥

CHRO Advisor

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders executives
⚙️

CI/CD Pipeline Builder

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers devops
🔐

CISO Advisor

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders executives
🔌

Claude API

by @anthropics

Development

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

Claude Code Claude.ai
View →
developers
📣

CMO Advisor

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
founders marketers
👁️

Code Reviewer

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +2
View →
developers
🗺️

Codebase Onboarding

by @alirezarezvani

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.

Claude Code OpenAI Codex CLI +1
View →
developers
🖥️

Company Operating System Advisor

by @alirezarezvani

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.

Claude Code OpenAI Codex CLI +1
View →
founders executives
📣

Competitive Ads Extractor

by @ComposioHQ

Marketing

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

Claude Code Claude.ai
View →
marketers
🕵️

Competitive Intelligence Tracker

by @alirezarezvani

Research

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

Claude Code OpenAI Codex CLI +1
View →
founders marketers
🔬

Competitive Teardown

by @alirezarezvani

Research

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

Claude Code OpenAI Codex CLI +1
View →
founders marketers
📚

Confluence Expert

by @alirezarezvani

Productivity

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

Claude Code OpenAI Codex CLI +1
View →
developers operations
✍️

Content Humanizer

by @alirezarezvani

Writing

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

Claude Code OpenAI Codex CLI +1
View →
writers marketers
📝

Content Production Specialist

by @alirezarezvani

Writing

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

Claude Code OpenAI Codex CLI +1
View →
writers marketers
🔎

Content Research Writer

by @ComposioHQ

Writing

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

Claude Code Claude.ai
View →
writers marketers
📃

Contract & Proposal Writer

by @alirezarezvani

Writing

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

Claude Code OpenAI Codex CLI +1
View →
founders freelancers
⚙️

COO Advisor

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders executives
✏️

Copy Editor

by @alirezarezvani

Writing

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

Claude Code OpenAI Codex CLI +1
View →
writers marketers
🖊️

Marketing Copywriter

by @alirezarezvani

Writing

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

Claude Code OpenAI Codex CLI +1
View →
marketers founders writers
🧩

Cowork Plugin Management Cowork Plugin Customizer

by @anthropics

Development

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

Claude Code Claude.ai
View →
developers
🧩

Cowork Plugin Management Create Cowork Plugin

by @anthropics

Development

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

Claude Code Claude.ai
View →
developers
🧭

CPO Advisor

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders product executives
💹

CRO Advisor

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders executives
⚙️

CTO Advisor

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders executives
🏛️

Culture Architect

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders executives
🤝

Customer Success Manager

by @alirezarezvani

Productivity

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

Claude Code OpenAI Codex CLI +1
View →
founders support
🎧

Customer Support Customer Escalation

by @anthropics

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.

Claude Code Claude.ai
View →
writers support
🎧

Customer Support Customer Research

by @anthropics

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.

Claude Code Claude.ai
View →
writers support
🎧

Customer Support Draft Response

by @anthropics

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.

Claude Code Claude.ai
View →
writers support
🎧

Customer Support KB Article

by @anthropics

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.

Claude Code Claude.ai
View →
writers support
🎧

Customer Support Ticket Triage

by @anthropics

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.

Claude Code Claude.ai
View →
writers support
📊

Data Analyze

by @anthropics

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.

Claude Code Claude.ai
View →
data
📊

Data Build Dashboard

by @anthropics

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.

Claude Code Claude.ai
View →
data
📊

Data Create Viz

by @anthropics

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.

Claude Code Claude.ai
View →
data
📊

Data Data Context Extractor

by @anthropics

Data & Analysis

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

Claude Code Claude.ai
View →
data
📊

Data Data Visualization

by @anthropics

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.

Claude Code Claude.ai
View →
data
📊

Data Explore Data

by @anthropics

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.

Claude Code Claude.ai
View →
data
📊

Data SQL Queries

by @anthropics

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.

Claude Code Claude.ai
View →
developers data
📊

Data Statistical Analysis

by @anthropics

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.

Claude Code Claude.ai
View →
data
📊

Data Validate Data

by @anthropics

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.

Claude Code Claude.ai
View →
data
📊

Data Write Query

by @anthropics

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.

Claude Code Claude.ai
View →
data
🗃️

Database Designer

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers data
📦

Dependency Auditor

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +2
View →
developers
🎨

Design Accessibility Review

by @anthropics

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.

Claude Code Claude.ai
View →
designers
🎨

Design Design Critique

by @anthropics

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.

Claude Code Claude.ai
View →
designers
🎨

Design Design Handoff

by @anthropics

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.

Claude Code Claude.ai
View →
designers
🎨

Design Design System

by @anthropics

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.

Claude Code Claude.ai
View →
designers
🎨

Design Research Synthesis

by @anthropics

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.

Claude Code Claude.ai
View →
designers
🎨

Design User Research

by @anthropics

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.

Claude Code Claude.ai
View →
designers
🎨

Design UX Copy

by @anthropics

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.

Claude Code Claude.ai
View →
designers
📈

Developer Growth Analysis

by @ComposioHQ

Research

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

Claude Code Claude.ai
View →
developers
✍️

Doc Coauthoring

by @anthropics

Writing

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

Claude Code Claude.ai
View →
writers
📄

DOCX

by @anthropics

Productivity

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

Claude Code Claude.ai
View →
writers
🌐

Domain Name Brainstormer

by @ComposioHQ

Marketing

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

Claude Code Claude.ai
View →
marketers freelancers
📨

Email Sequence Writer

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers
📧

Email Template Builder

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers marketers
🛠️

Engineering Architecture

by @anthropics

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.

Claude Code Claude.ai +1
View →
developers
🛠️

Engineering Code Review

by @anthropics

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.

Claude Code Claude.ai +1
View →
developers
🛠️

Engineering Debug

by @anthropics

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.

Claude Code Claude.ai +1
View →
developers
🛠️

Engineering Deploy Checklist

by @anthropics

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.

Claude Code Claude.ai +1
View →
developers devops
🛠️

Engineering Documentation

by @anthropics

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.

Claude Code Claude.ai +1
View →
developers
🛠️

Engineering Incident Response

by @anthropics

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.

Claude Code Claude.ai
View →
developers devops
🛠️

Engineering Standup

by @anthropics

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.

Claude Code Claude.ai
View →
developers
🛠️

Engineering System Design

by @anthropics

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.

Claude Code Claude.ai +1
View →
developers
🛠️

Engineering Tech Debt

by @anthropics

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.

Claude Code Claude.ai
View →
developers
🛠️

Engineering Testing Strategy

by @anthropics

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.

Claude Code Claude.ai +1
View →
developers
🔎

Enterprise Search Digest

by @anthropics

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.

Claude Code Claude.ai
View →
🔎

Enterprise Search Knowledge Synthesis

by @anthropics

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.

Claude Code Claude.ai
View →
🔎

Enterprise Search Search

by @anthropics

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.

Claude Code Claude.ai
View →
🔎

Enterprise Search Search Strategy

by @anthropics

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.

Claude Code Claude.ai
View →
🔎

Enterprise Search Source Management

by @anthropics

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.

Claude Code Claude.ai
View →
🔒

Environment & Secrets Manager

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers devops
🪞

Executive Mentor

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders executives
🔭

Experiment Designer

by @alirezarezvani

Research

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

Claude Code OpenAI Codex CLI +1
View →
researchers
🏥

FDA Consultant & Specialist

by @alirezarezvani

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.

Claude Code OpenAI Codex CLI +1
View →
🗂️

File Organizer

by @ComposioHQ

Productivity

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

Claude Code Claude.ai
View →
💼

Finance Audit Support

by @anthropics

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.

Claude Code Claude.ai
View →
💼

Finance Close Management

by @anthropics

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.

Claude Code Claude.ai
View →
💼

Finance Financial Statements

by @anthropics

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.

Claude Code Claude.ai
View →
💼

Finance Journal Entry

by @anthropics

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.

Claude Code Claude.ai
View →
💼

Finance Journal Entry Prep

by @anthropics

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.

Claude Code Claude.ai
View →
💼

Finance Reconciliation

by @anthropics

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.

Claude Code Claude.ai
View →
💼

Finance SOX Testing

by @anthropics

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.

Claude Code Claude.ai
View →
💼

Finance Variance Analysis

by @anthropics

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.

Claude Code Claude.ai
View →
📉

Financial Analyst

by @alirezarezvani

Finance

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

Claude Code OpenAI Codex CLI +1
View →
finance
📋

Form CRO Specialist

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers developers
🌱

Founder Coach

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders executives

Frontend Design

by @anthropics

Design

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

Claude Code Claude.ai
View →
designers developers
🔒

GDPR/DSGVO Expert

by @alirezarezvani

Compliance

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

Claude Code OpenAI Codex CLI +1
View →
developers security
🌿

Git Worktree Manager

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers
🔑

Google Workspace CLI

by @alirezarezvani

Productivity

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

Claude Code OpenAI Codex CLI +1
View →
developers
🧑‍💼

Human Resources Comp Analysis

by @anthropics

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.

Claude Code Claude.ai
View →
writers hr
🧑‍💼

Human Resources Draft Offer

by @anthropics

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.

Claude Code Claude.ai
View →
founders writers hr
🧑‍💼

Human Resources Interview Prep

by @anthropics

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.

Claude Code Claude.ai
View →
founders writers hr
🧑‍💼

Human Resources Onboarding

by @anthropics

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.

Claude Code Claude.ai
View →
founders writers hr
🧑‍💼

Human Resources Org Planning

by @anthropics

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.

Claude Code Claude.ai
View →
founders writers hr
🧑‍💼

Human Resources People Report

by @anthropics

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.

Claude Code Claude.ai
View →
writers hr
🧑‍💼

Human Resources Performance Review

by @anthropics

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.

Claude Code Claude.ai
View →
founders writers hr
🧑‍💼

Human Resources Policy Lookup

by @anthropics

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.

Claude Code Claude.ai
View →
writers hr
🧑‍💼

Human Resources Recruiting Pipeline

by @anthropics

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.

Claude Code Claude.ai
View →
founders writers hr
🖼️

Image Enhancer

by @ComposioHQ

Design

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

Claude Code Claude.ai
View →
designers marketers freelancers
🚨

Incident Commander

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers devops
🔐

Information Security Manager (ISO 27001)

by @alirezarezvani

Compliance

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

Claude Code OpenAI Codex CLI +1
View →
security
💬

Internal Comms

by @anthropics

Productivity

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

Claude Code Claude.ai
View →
founders writers operations
📖

Internal Narrative Builder

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders executives
🎤

Interview System Designer

by @alirezarezvani

Productivity

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

Claude Code OpenAI Codex CLI +1
View →
developers
🌍

International Expansion Advisor

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders executives
🧾

Invoice Organizer

by @ComposioHQ

Productivity

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

Claude Code Claude.ai
View →
freelancers founders
🔍

ISMS Audit Expert

by @alirezarezvani

Compliance

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

Claude Code OpenAI Codex CLI +1
View →
🎯

Atlassian Jira Expert

by @alirezarezvani

Productivity

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

Claude Code OpenAI Codex CLI +1
View →
developers operations
🖥️

Landing Page Generator

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
marketers developers
🧪

LangSmith Fetch

by @ComposioHQ

Development

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

Claude Code Claude.ai
View →
developers
🚀

Launch Strategy Planner

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
founders marketers product
🧭

Lead Research Assistant

by @ComposioHQ

Research

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

Claude Code Claude.ai
View →
marketers freelancers
⚖️

Legal Brief

by @anthropics

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.

Claude Code Claude.ai
View →
freelancers legal
⚖️

Legal Compliance Check

by @anthropics

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.

Claude Code Claude.ai
View →
freelancers legal
⚖️

Legal Legal Response

by @anthropics

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.

Claude Code Claude.ai
View →
freelancers legal
⚖️

Legal Legal Risk Assessment

by @anthropics

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.

Claude Code Claude.ai
View →
freelancers legal
⚖️

Legal Meeting Briefing

by @anthropics

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.

Claude Code Claude.ai
View →
freelancers legal
⚖️

Legal Review Contract

by @anthropics

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.

Claude Code Claude.ai
View →
freelancers legal
⚖️

Legal Signature Request

by @anthropics

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.

Claude Code Claude.ai
View →
freelancers legal
⚖️

Legal Triage NDA

by @anthropics

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.

Claude Code Claude.ai
View →
freelancers legal
⚖️

Legal Vendor Check

by @anthropics

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.

Claude Code Claude.ai
View →
freelancers legal
🤝

M&A Playbook

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders executives
📣

Marketing Brand Review

by @anthropics

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.

Claude Code Claude.ai
View →
marketers writers
📈

Campaign Analytics Expert

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers
📣

Marketing Campaign Plan

by @anthropics

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.

Claude Code Claude.ai
View →
marketers writers
📣

Marketing Competitive Brief

by @anthropics

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.

Claude Code Claude.ai
View →
marketers writers
📣

Marketing Content Creation

by @anthropics

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.

Claude Code Claude.ai
View →
marketers writers
✍️

Marketing Content Creator

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers freelancers writers
📅

Marketing Content Strategy

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers writers
📌

Marketing Context Builder

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers founders
📡

Demand Generation & Acquisition

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers founders
📣

Marketing Draft Content

by @anthropics

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.

Claude Code Claude.ai
View →
marketers writers
📣

Marketing Email Sequence

by @anthropics

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.

Claude Code Claude.ai
View →
marketers writers
💡

Marketing Ideas Generator

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers founders
📣

Marketing Performance Report

by @anthropics

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.

Claude Code Claude.ai
View →
marketers writers
🧠

Marketing Psychology Advisor

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers
📣

Marketing Seo Audit

by @anthropics

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.

Claude Code Claude.ai
View →
marketers writers
📱

Social Content Creator

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers freelancers writers
🎯

Marketing Strategy & PMM

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
founders marketers product
🔌

MCP Server Builder

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers
🇪🇺

EU MDR 2017/745 Specialist

by @alirezarezvani

Compliance

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

Claude Code OpenAI Codex CLI +1
View →
🎙️

Meeting Insights Analyzer

by @ComposioHQ

Productivity

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

Claude Code Claude.ai
View →
freelancers operations
🚚

Migration Architect

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers devops
🗂️

Monorepo Navigator

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers
🪟

MS365 Tenant Manager

by @alirezarezvani

Productivity

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

Claude Code OpenAI Codex CLI +1
View →
📡

Observability Designer

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers devops
🎯

Onboarding CRO Specialist

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers founders developers
⚙️

Operations Capacity Plan

by @anthropics

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.

Claude Code Claude.ai
View →
founders freelancers operations
⚙️

Operations Change Request

by @anthropics

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.

Claude Code Claude.ai
View →
devops operations
⚙️

Operations Compliance Tracking

by @anthropics

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.

Claude Code Claude.ai
View →
operations
⚙️

Operations Process Doc

by @anthropics

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.

Claude Code Claude.ai
View →
founders freelancers operations
⚙️

Operations Process Optimization

by @anthropics

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.

Claude Code Claude.ai
View →
freelancers operations
⚙️

Operations Risk Assessment

by @anthropics

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.

Claude Code Claude.ai
View →
founders freelancers operations
⚙️

Operations Runbook

by @anthropics

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.

Claude Code Claude.ai
View →
devops operations
⚙️

Operations Status Report

by @anthropics

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.

Claude Code Claude.ai
View →
founders freelancers operations
⚙️

Operations Vendor Review

by @anthropics

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.

Claude Code Claude.ai
View →
founders freelancers operations
🏥

Org Health Diagnostic

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders executives
💰

Paid Ads Strategist

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers founders
🔒

Paywall & Upgrade CRO

by @alirezarezvani

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.

Claude Code OpenAI Codex CLI +1
View →
marketers founders developers
📕

PDF

by @anthropics

Productivity

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

Claude Code Claude.ai
View →
writers

Performance Profiler

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers
🎭

Playwright Pro

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers
💬

Popup & Modal CRO

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers
📊

PPTX

by @anthropics

Productivity

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

Claude Code Claude.ai
View →
marketers freelancers
🔎

PR Review Expert

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +2
View →
developers
📈

Product Analytics Specialist

by @alirezarezvani

Data & Analysis

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

Claude Code OpenAI Codex CLI +1
View →
data
🔎

Product Discovery Expert

by @alirezarezvani

Research

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

Claude Code OpenAI Codex CLI +1
View →
designers
🗺️

Product Management Competitive Brief

by @anthropics

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.

Claude Code Claude.ai
View →
product
🗺️

Product Management Metrics Review

by @anthropics

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.

Claude Code Claude.ai
View →
product
🗺️

Product Management Roadmap Update

by @anthropics

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.

Claude Code Claude.ai
View →
product
🗺️

Product Management Sprint Planning

by @anthropics

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.

Claude Code Claude.ai
View →
developers product
🗺️

Product Management Stakeholder Update

by @anthropics

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.

Claude Code Claude.ai
View →
product
🗺️

Product Management Synthesize Research

by @anthropics

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.

Claude Code Claude.ai
View →
product
🗺️

Product Management Write Spec

by @anthropics

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.

Claude Code Claude.ai
View →
developers product
🗂️

Product Manager Toolkit

by @alirezarezvani

Productivity

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

Claude Code OpenAI Codex CLI +1
View →
founders product
♟️

Product Strategist

by @alirezarezvani

Productivity

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

Claude Code OpenAI Codex CLI +1
View →
founders

Productivity Memory Management

by @anthropics

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.

Claude Code Claude.ai
View →
freelancers writers

Productivity Start

by @anthropics

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.

Claude Code Claude.ai
View →
freelancers writers

Productivity Task Management

by @anthropics

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.

Claude Code Claude.ai
View →
freelancers writers

Productivity Update

by @anthropics

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.

Claude Code Claude.ai
View →
freelancers writers

Programmatic SEO Builder

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers developers
🛠️

Prompt Engineer Toolkit

by @alirezarezvani

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.

Claude Code OpenAI Codex CLI +1
View →
marketers

QMS Audit Expert

by @alirezarezvani

Compliance

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

Claude Code OpenAI Codex CLI +1
View →
📂

Quality Documentation Manager

by @alirezarezvani

Compliance

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

Claude Code OpenAI Codex CLI +1
View →
🏆

Quality Manager (QMR)

by @alirezarezvani

Compliance

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

Claude Code OpenAI Codex CLI +1
View →
📋

QMS ISO 13485 Specialist

by @alirezarezvani

Compliance

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

Claude Code OpenAI Codex CLI +1
View →
🎟️

Raffle Winner Picker

by @ComposioHQ

Productivity

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

Claude Code Claude.ai
View →
🔗

Referral Program Designer

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers founders
⚖️

Head of Regulatory Affairs

by @alirezarezvani

Compliance

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

Claude Code OpenAI Codex CLI +1
View →
🚢

Release Manager

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers product
📊

Revenue Operations Manager

by @alirezarezvani

Finance

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

Claude Code OpenAI Codex CLI +1
View →
finance sales
⚠️

Risk Management Specialist (ISO 14971)

by @alirezarezvani

Compliance

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

Claude Code OpenAI Codex CLI +1
View →
📢

Roadmap Communicator

by @alirezarezvani

Writing

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

Claude Code OpenAI Codex CLI +1
View →
product
📋

Runbook Generator

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers devops
📐

SaaS Metrics Coach

by @alirezarezvani

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.

Claude Code OpenAI Codex CLI +1
View →
founders finance data

SaaS Scaffolder

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers
🤝

Sales Account Research

by @anthropics

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]".

Claude Code Claude.ai
View →
founders freelancers writers
🤝

Sales Call Prep

by @anthropics

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]".

Claude Code Claude.ai
View →
founders freelancers writers
🤝

Sales Call Summary

by @anthropics

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.

Claude Code Claude.ai
View →
freelancers writers sales
🤝

Sales Competitive Intelligence

by @anthropics

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]".

Claude Code Claude.ai
View →
founders freelancers writers
🤝

Sales Create An Asset

by @anthropics

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.

Claude Code Claude.ai
View →
freelancers writers sales
🤝

Sales Daily Briefing

by @anthropics

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".

Claude Code Claude.ai
View →
writers sales
🤝

Sales Draft Outreach

by @anthropics

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]".

Claude Code Claude.ai
View →
founders freelancers writers
🤝

Sales Engineer

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
sales
🤝

Sales Forecast

by @anthropics

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.

Claude Code Claude.ai
View →
freelancers writers sales
🤝

Sales Pipeline Review

by @anthropics

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.

Claude Code Claude.ai
View →
founders freelancers writers
🎯

Scenario War Room

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders executives
🏃

Scrum Master Expert

by @alirezarezvani

Productivity

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

Claude Code OpenAI Codex CLI +1
View →
developers product operations
🏛️

Senior Software Architect

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers
🔧

Senior Backend Engineer

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers
👀

Senior Computer Vision Engineer

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers researchers
🔄

Senior Data Engineer

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers data
🔢

Senior Data Scientist

by @alirezarezvani

Data & Analysis

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

Claude Code OpenAI Codex CLI +1
View →
researchers data
🚀

Senior DevOps Engineer

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers
⚛️

Senior Frontend Engineer

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers
🔀

Senior Fullstack Engineer

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers
🧠

Senior ML Engineer

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers researchers
📋

Senior Project Manager

by @alirezarezvani

Productivity

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

Claude Code OpenAI Codex CLI +1
View →
founders
💬

Senior Prompt Engineer

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers
🧪

Senior QA Testing Engineer

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers
🛡️

Senior SecOps Engineer

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers security
🔐

Senior Security Engineer

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers devops

Signup Flow CRO

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers developers founders
🛠️

Skill Creator

by @anthropics

Development

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

Claude Code Claude.ai
View →
developers
📦

Skill Share

by @ComposioHQ

Productivity

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

Claude Code Claude.ai
View →
developers
🎞️

Slack GIF Creator

by @anthropics

Design

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

Claude Code Claude.ai
View →
📊

Social Media Analyzer

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers
📱

Social Media Manager

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers freelancers
🧲

Strategic Alignment

by @alirezarezvani

Leadership

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

Claude Code OpenAI Codex CLI +1
View →
founders executives
💳

Stripe Integration Expert

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers
📄

Tailored Resume Generator

by @ComposioHQ

Writing

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

Claude Code Claude.ai
View →
freelancers writers
🔴

TDD Guide

by @alirezarezvani

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.

Claude Code OpenAI Codex CLI +2
View →
developers
🏗️

Tech Debt Tracker

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers
⚖️

Tech Stack Evaluator

by @alirezarezvani

Development

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

Claude Code OpenAI Codex CLI +1
View →
developers
🌈

Theme Factory

by @anthropics

Design

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

Claude Code Claude.ai
View →
designers marketers
🐦

Twitter Algorithm Optimizer

by @ComposioHQ

Marketing

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

Claude Code Claude.ai
View →
marketers writers
🎨

UI Design System Builder

by @alirezarezvani

Design

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

Claude Code OpenAI Codex CLI +1
View →
designers developers
🗺️

UX Researcher & Designer

by @alirezarezvani

Design

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

Claude Code OpenAI Codex CLI +1
View →
designers
🎬

Video Downloader

by @ComposioHQ

Productivity

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

Claude Code Claude.ai
View →
🧪

Web Artifacts Builder

by @anthropics

Development

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

Claude Code Claude.ai
View →
developers

Webapp Testing

by @anthropics

Development

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

Claude Code Claude.ai
View →
developers
𝕏

X/Twitter Growth Strategist

by @alirezarezvani

Marketing

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

Claude Code OpenAI Codex CLI +1
View →
marketers writers
📗

XLSX

by @anthropics

Data & Analysis

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

Claude Code Claude.ai
View →