Every AI skill for every
knowledge worker
The career playbook for the AI age. 303 skills across 12 careers and 9 tools. Find what makes you 10x at your job.
Feature Dev
Develop complete features with automated architecture, testing, and review
Comprehensive feature development with a structured 7-phase approach including codebase explorer and reviewer agents.
claude install anthropics/claude-code/feature-devTypeScript LSP
Get real-time TypeScript diagnostics and refactoring inside your AI editor
TypeScript language server integration for type checking, diagnostics, and refactoring inside Claude Code.
claude install anthropics/claude-plugins-official/typescript-lspCode Review
Get thorough PR reviews from 5 parallel agents that catch real issues
Automated PR code review using 5 parallel agents with confidence-based scoring to filter false positives.
claude install anthropics/claude-code/code-reviewFrontend Design
Ship beautiful, distinctive UIs that look nothing like default AI output
Create distinctive, production-grade frontend interfaces that avoid generic AI aesthetics.
claude install anthropics/skills/frontend-designCommit Commands
Commit, push, and create PRs with rich descriptions in one command
Git workflow automation for committing, pushing, and creating pull requests in one shot.
claude install anthropics/claude-code/commit-commandsClaude API
Build production AI applications with streaming, tools, and agent patterns
Build applications using the Claude API and Anthropic SDKs - tool use, streaming, agent patterns.
claude install anthropics/skills/claude-apiPostgreSQL MCP
Query databases, inspect schemas, and explore data from your AI editor
MCP server for PostgreSQL - query execution, schema inspection, migration management, and data exploration.
npx @anthropic/mcp-server-postgresPyright LSP
Catch Python type errors in real-time while coding
Python type checking and diagnostics via Pyright language server.
claude install anthropics/claude-plugins-official/pyright-lspReact Project Rules
Ensure Cursor follows your React conventions across every file
Comprehensive .cursorrules for React projects - component patterns, hooks, state management, and testing conventions.
curl -o .cursorrules https://skills.dev/rules/reactMCP Builder
Create custom tool integrations that extend any AI assistant
Build Model Context Protocol servers from scratch - tools, resources, and transport layers.
claude install anthropics/skills/mcp-builderGitHub MCP
Manage GitHub issues, PRs, and repos without leaving your editor
MCP server for GitHub - issues, PRs, repos, actions, and code search without leaving your editor.
npx @anthropic/mcp-server-githubPR Review Toolkit
Run 6 specialized review checks on every PR automatically
6 specialized review agents: comments, tests, error handling, type design, code quality, and code simplification.
claude install anthropics/claude-code/pr-review-toolkitSecurity Guidance
Catch security vulnerabilities before they reach production
Security reminder hook monitoring 9 patterns: command injection, XSS, eval, dangerous HTML, pickle, and more.
claude install anthropics/claude-code/security-guidanceRead, extract data from, and generate PDF documents programmatically
Read, extract, and generate PDF documents. Powers Claude's built-in document capabilities.
claude install anthropics/skills/pdfBrowser MCP
Control a browser from your AI editor - navigate, screenshot, interact
MCP server for browser automation - Playwright-powered navigation, screenshots, and interaction.
npx @anthropic/mcp-server-puppeteerMeeting Notes
Turn meeting transcripts into structured notes with action items
Generate structured meeting notes with action items, decisions, and follow-ups from transcripts.
claude install community/meeting-notesNext.js Project Rules
Guide Cursor to use App Router patterns correctly every time
Cursor rules for Next.js App Router - server components, route handlers, middleware, and data fetching patterns.
curl -o .cursorrules https://skills.dev/rules/nextjsESLint LSP
Get real-time linting with auto-fix suggestions as you code
ESLint language server for real-time linting, auto-fix suggestions, and rule configuration.
claude install community/eslint-lspBlog Writer
Write long-form blog posts from research to final draft with SEO
Write long-form blog posts with research, outlines, SEO optimization, and internal linking.
claude install community/blog-writerBrowser Automation
Automate any browser workflow - forms, navigation, data extraction
AI-driven browser automation - navigate sites, fill forms, extract data, and complete multi-step workflows.
pip install anthropic-computer-use && cu install browser-automationResearch Agent
Get structured research reports with citations from autonomous web research
Multi-step research agent that searches, synthesizes, and generates structured reports from web sources.
claude install anthropics/claude-agent-sdk-demos/research-agentUI Component Generator
Describe a component and get production-ready accessible code
Generate production-ready UI components from descriptions - React, Vue, Svelte with Tailwind or CSS Modules.
claude install community/ui-component-genFilesystem MCP
Give your AI assistant safe, sandboxed access to your filesystem
MCP server for filesystem operations - read, write, search, and manage files with sandboxed access.
npx @anthropic/mcp-server-filesystemWriting Assistant
Improve any writing - grammar, clarity, tone, and readability
General-purpose writing improvement - grammar, clarity, tone adjustment, and readability scoring.
claude install community/writing-assistantSlack MCP
Send and read Slack messages directly from your AI assistant
MCP server for Slack - send messages, read channels, manage threads, and search conversations.
npx @anthropic/mcp-server-slackSEO Content Writer
Write SEO-optimized content that ranks with proper keyword targeting
Write SEO-optimized blog posts, landing pages, and articles with keyword research and structure.
claude install community/seo-content-writerTypeScript Strict Rules
Enforce strict TypeScript discipline across your entire project
Cursor rules enforcing strict TypeScript - no any, explicit return types, exhaustive checks, and branded types.
curl -o .cursorrules https://skills.dev/rules/typescript-strictSkill Creator
Build and publish your own AI skills with guided templates
Meta-skill for creating new skills. Guided workflow for building SKILL.md files with proper metadata.
claude install anthropics/skills/skill-creatorData Analyst
Analyze datasets with statistics, correlations, and visualizations
Analyze datasets with statistical methods - descriptive stats, correlations, hypothesis testing, and visualizations.
claude install community/data-analystTheme Factory
Generate a complete design system from just a few brand colors
Generate consistent, complete themes and design systems from a base set of design tokens.
claude install anthropics/skills/theme-factoryRust Analyzer LSP
Get Rust type checking and cargo integration in your AI editor
Rust language server for type checking, completions, and cargo integration.
claude install anthropics/claude-plugins-official/rust-analyzer-lspDocumentation Writer
Generate technical documentation with verified code examples
Write technical documentation - API references, guides, tutorials, and migration docs with code examples.
claude install community/docs-writerVerify & Build
Generate verified code that passes tests before you even see it
Codex exec pattern that generates code, runs tests, and verifies the build passes before returning results.
codex exec --pattern verify-buildEmail Drafter
Draft professional emails with the right tone and structure
Draft professional emails with appropriate tone, structure, and follow-up scheduling.
claude install community/email-drafterSecrets Scanner
Find leaked API keys and credentials before they cause a breach
Scan code for leaked secrets - API keys, tokens, passwords, and credentials. Pre-commit hook compatible.
claude install community/secrets-scannerSQL Query Builder
Generate complex SQL queries from natural language descriptions
Generate complex SQL queries from natural language - joins, CTEs, window functions, and performance optimization.
claude install community/sql-query-builderVideo Script Writer
Write video scripts with timing, visual cues, and B-roll notes
Write video scripts for YouTube, courses, and presentations with timing, visuals, and B-roll notes.
claude install community/video-script-writerData Extraction
Extract structured data from any website into JSON or CSV
Extract structured data from any website - tables, listings, profiles, pricing pages, and directories.
cu install data-extractionREADME Generator
Generate comprehensive READMEs that make your project easy to adopt
Generate comprehensive READMEs from your codebase. Badges, installation, API docs, and contribution guidelines.
claude install community/readme-genPython Project Rules
Make Cursor follow Python best practices and type hints
Cursor rules for Python - type hints, dataclasses, async patterns, testing with pytest, and project structure.
curl -o .cursorrules https://skills.dev/rules/pythonFigma to Code
Convert Figma designs to production code with proper responsive handling
Convert Figma designs to production React/Vue/Svelte code with proper responsive handling and tokens.
claude install community/figma-to-codeGo LSP
Get Go type checking and completions inside your AI editor
Go language server (gopls) for type checking, completions, and diagnostics inside Claude Code.
claude install anthropics/claude-plugins-official/gopls-lspChart Builder
Generate publication-quality charts from any data format
Generate beautiful charts and visualizations from data - bar, line, scatter, heatmap, and interactive dashboards.
claude install community/chart-builderOutreach Writer
Write personalized outreach that feels hand-written at scale
Write personalized cold outreach emails and LinkedIn messages based on prospect research.
claude install community/outreach-writerGoogle Drive MCP
Search, read, and create Google Drive files from your AI assistant
MCP server for Google Drive - search, read, create, and organize files in Drive and Shared Drives.
npx @anthropic/mcp-server-google-driveTailwind CSS Rules
Keep Tailwind CSS usage consistent and well-organized
Cursor rules for Tailwind CSS - utility ordering, component extraction, responsive patterns, and custom plugin usage.
curl -o .cursorrules https://skills.dev/rules/tailwindDesign System Builder
Build a complete design system from a brand guide automatically
Build complete design systems - tokens, components, documentation, and Storybook from a brand guide.
claude install community/design-system-builderChangelog Generator
Auto-generate changelogs from your git history with semantic versioning
Generate changelogs from conventional commits. Supports Keep a Changelog format and semantic versioning.
claude install community/changelog-genKubernetes Deployer
Generate Kubernetes manifests and Helm charts from your app specs
Generate Kubernetes manifests, Helm charts, and deployment pipelines from your application specs.
claude install community/k8s-deployerTranslation Helper
Translate content with cultural context and localization
Translate content between languages with context-aware localization and cultural adaptation.
claude install community/translation-helperForm Filler
Auto-fill web forms and applications from your structured data
Automatically fill web forms, applications, and registrations using structured data sources.
cu install form-fillerCodex Refactor
Refactor entire codebases with guaranteed test-passing results
Codex-powered refactoring that applies changes across a codebase while maintaining passing tests.
codex exec --pattern refactorSocial Media Scheduler
Generate and schedule platform-specific social posts at scale
Generate and schedule social media posts across platforms - Twitter, LinkedIn, Instagram, and more.
claude install community/social-media-schedulerContract Reviewer
Spot risky clauses and missing protections in any contract
Review contracts for risks, unusual clauses, missing protections, and compliance issues.
claude install community/contract-reviewerStripe MCP
Manage Stripe payments and subscriptions from your AI assistant
MCP server for Stripe - manage payments, subscriptions, invoices, and customer data.
npx @anthropic/mcp-server-stripePrompt Engineer
Design and optimize prompts with evaluation frameworks and A/B testing
Design, test, and optimize prompts for AI applications with evaluation frameworks and versioning.
claude install community/prompt-engineerAPI Integration Builder
Generate typed API clients and webhook handlers from specs
Generate API client code, webhook handlers, and integration tests from OpenAPI specs or documentation.
claude install community/api-integration-builderLead Researcher
Get deep prospect intelligence - decision makers, tech stack, and trigger events
Research leads and companies - find decision makers, tech stack, funding, and recent news.
claude install community/lead-researcherWeb Scraper
Scrape JavaScript-heavy sites that break traditional scrapers
Scrape any website by visually navigating it - handles JavaScript rendering, pagination, and login walls.
cu install web-scraperNext.js Optimizer
Identify and fix Next.js performance bottlenecks automatically
Analyze and optimize Next.js apps. Bundle size, image optimization, route prefetching, and server components.
claude install community/nextjs-optimizerNewsletter Builder
Produce newsletters with curated links and consistent voice
Write and format newsletters with sections, curated links, commentary, and consistent voice.
claude install community/newsletter-builderCanvas Design
Build interactive data visualizations and creative demos from scratch
Build canvas-based designs and interactive visualizations using HTML5 Canvas and related APIs.
claude install anthropics/skills/canvas-designNotion MCP
Query Notion databases and create pages from your AI editor
MCP server for Notion - read databases, create pages, update properties, and search across workspaces.
npx @anthropic/mcp-server-notionProject Planner
Create project plans with milestones, dependencies, and risk assessment
Create project plans with milestones, dependencies, resource allocation, and risk assessment.
claude install community/project-plannerDataset Explorer
Profile any dataset in seconds with distributions and quality metrics
Profile any dataset in seconds - schema detection, distributions, outliers, missing values, and correlations.
claude install community/dataset-explorerDead Code Finder
Remove unused code and reduce bundle size across your codebase
Detect unused exports, unreachable code, and orphaned files across your codebase.
claude install community/dead-code-finderSpreadsheet Automator
Automate spreadsheet workflows - formulas, pivots, and charts
Automate spreadsheet workflows - formulas, pivot tables, charts, and cross-sheet data flows.
claude install community/spreadsheet-automatorGitHub Actions Builder
Build GitHub Actions with matrix testing, caching, and deploy gates
Build GitHub Actions workflows with matrix testing, caching, artifacts, and deployment gates.
claude install community/github-actions-builderLiterature Review
Conduct systematic literature reviews across academic databases
Conduct systematic literature reviews - search, filter, summarize, and synthesize academic papers.
claude install community/literature-reviewAWS Architect
Design AWS architectures following well-architected framework
Design and generate AWS architectures - CloudFormation, CDK, and well-architected framework compliance.
claude install community/aws-architectAuth Implementation
Implement production auth with OAuth, JWT, RBAC, and MFA
Implement authentication and authorization - OAuth, JWT, RBAC, session management, and MFA.
claude install community/auth-implementationCodex Test Generator
Get test suites that are verified to actually pass in sandbox
Generate comprehensive test suites using Codex's sandboxed execution to verify tests actually pass.
codex exec --pattern test-genLinkedIn Researcher
Research LinkedIn prospects with structured profile analysis
Research prospects on LinkedIn - profile analysis, mutual connections, recent activity, and engagement history.
cu install linkedin-researcherEmail Campaign Builder
Build complete email sequences with A/B testing and segmentation
Build email marketing campaigns - sequences, A/B tests, segmentation, and performance tracking.
claude install community/email-campaign-builderCompliance Checker
Check your codebase for GDPR, SOC 2, and HIPAA compliance gaps
Check code and documentation for GDPR, SOC 2, HIPAA, and PCI DSS compliance requirements.
claude install community/compliance-checkerDependency Updater
Safely update dependencies with changelog analysis and testing
Safely update dependencies - check changelogs, identify breaking changes, and test updates before applying.
claude install community/dependency-updaterApp Testing
Test your app like a human QA tester - clicks, types, verifies
End-to-end application testing using computer use - clicks, types, navigates, and verifies application behavior.
cu install app-testingContent Repurposer
Transform one piece of content into posts for every platform
Transform content between formats - blog to thread, video to blog, podcast to newsletter, and more.
claude install community/content-repurposerETL Pipeline Builder
Build data pipelines with extraction, transformation, and loading
Build data pipelines - extraction, transformation, and loading with scheduling and error handling.
claude install community/etl-pipeline-builderPRD Writer
Write complete PRDs with user stories and acceptance criteria
Write product requirements documents with user stories, acceptance criteria, and technical constraints.
claude install community/prd-writerVulnerability Scanner
Find known CVEs in dependencies with severity scores and fix guidance
Scan dependencies and code for known CVEs with severity scoring and remediation guidance.
claude install community/security-vuln-scannerDocker Composer
Generate production-ready Docker configs from your project structure
Generate and optimize Docker Compose files. Multi-stage builds, health checks, and production-ready configs.
claude install community/docker-composerWeb App Testing
Generate comprehensive test suites covering E2E, a11y, and regression
Systematically test web applications - integration tests, E2E flows, accessibility, and regression testing.
claude install anthropics/skills/webapp-testingGo Project Rules
Enforce Go idioms, error handling, and concurrency patterns
Cursor rules for Go - error handling, interface design, concurrency patterns, and testing conventions.
curl -o .cursorrules https://skills.dev/rules/golangLinear MCP
Create and manage Linear issues without context-switching
MCP server for Linear - create issues, manage projects, track cycles, and query team workloads.
npx @anthropic/mcp-server-linearProposal Builder
Generate polished proposals and SOWs from deal context in minutes
Generate professional sales proposals, quotes, and SOWs from templates and deal context.
claude install community/proposal-builderMarket Researcher
Get structured market research with sizing, trends, and competitor maps
Conduct market research - industry analysis, market sizing, trend identification, and competitor mapping.
claude install community/market-researcherRFC Writer
Write structured technical RFCs with alternatives analysis
Write technical RFCs and design documents with structured templates, alternatives analysis, and review checklists.
claude install community/rfc-writerEmail Manager
Triage your inbox and draft replies without API integrations
Triage, categorize, and draft replies to emails by navigating your webmail interface directly.
cu install email-managerThread Writer
Turn long-form content into engaging threads with strong hooks
Write viral Twitter/X threads from long-form content - hooks, pacing, and engagement optimization.
claude install community/twitter-thread-writerRAG Pipeline Builder
Build RAG pipelines with embedding, retrieval, and cited generation
Build retrieval-augmented generation pipelines - embedding, indexing, retrieval, and generation with citations.
claude install community/rag-builderMonitoring Setup
Set up Prometheus, Grafana, and alerting in one go
Set up application monitoring - Prometheus, Grafana, alerting rules, and SLI/SLO definitions.
claude install community/monitoring-setupFinancial Model Builder
Build P&L projections, DCF models, and scenario analyses
Build financial models - P&L projections, unit economics, DCF analysis, and scenario planning.
claude install community/financial-model-builderE2E Test Generator
Generate E2E tests from user flow descriptions with page objects
Generate Playwright or Cypress E2E tests from user flow descriptions with page object patterns.
claude install community/e2e-test-genKeyword Researcher
Find high-opportunity keywords with competition and volume analysis
Research and analyze keywords for SEO and content strategy using search data and competitor analysis.
claude install community/keyword-researcherCI Config Generator
Generate CI/CD pipelines for GitHub Actions, GitLab, or CircleCI
Generate CI/CD configs for GitHub Actions, GitLab CI, and CircleCI from your project structure.
claude install community/ci-config-genCompetitive Analysis
Analyze competitors with feature comparison and market positioning
Analyze competitors - features, pricing, positioning, reviews, and market share estimation.
claude install community/competitive-analysisJupyter Automator
Generate complete Jupyter notebooks for EDA and model training
Generate and execute Jupyter notebooks - data loading, EDA, visualization, and model training cells.
claude install community/jupyter-automatorAccessibility Audit
Run a full WCAG 2.2 accessibility audit with actionable fixes
Full accessibility audit of your UI - WCAG 2.2 AA compliance, screen reader testing, and keyboard navigation.
claude install community/a11y-auditData Cleaner
Clean messy datasets - deduplication, normalization, and validation
Clean and normalize messy datasets - deduplication, format standardization, missing value handling, and validation.
claude install community/data-cleanerPresentation Builder
Build slide decks with talking points and speaker notes
Build slide decks from content - structure, talking points, visual suggestions, and speaker notes.
claude install community/presentation-builderResearch Browser
Research topics across multiple sources with structured note-taking
Conduct multi-tab browser research - open sources, compare information, take notes, and compile findings.
cu install research-browserDB Migration Generator
Generate safe database migrations with rollback and zero-downtime plans
Generate safe database migrations with rollback scripts, data backfill, and zero-downtime strategies.
claude install community/db-migration-genAccessibility Checker
Audit your UI for WCAG compliance and fix accessibility issues
Audit components for WCAG compliance. Checks ARIA labels, color contrast, keyboard navigation, and screen reader support.
claude install community/accessibility-checkerCodex Migration
Migrate frameworks and dependencies with automated verification
Automated codebase migrations - framework upgrades, language versions, dependency updates with verification.
codex exec --pattern migrationScreenshot Testing
Catch visual regressions before users do with AI-driven testing
Visual regression testing using computer use - navigates your app and compares screenshots across builds.
cu install screenshot-testingFact Checker
Verify claims against multiple sources with confidence ratings
Verify claims against multiple sources. Cross-reference statistics, quotes, and assertions with citations.
claude install community/fact-checkerSocial Media Poster
Post to any social platform without API keys or third-party tools
Post content across social platforms by navigating their web interfaces - no API keys needed.
cu install social-media-posterMonorepo Manager
Manage monorepo workspaces, affected detection, and coordinated releases
Manage monorepos - workspace configuration, dependency resolution, affected package detection, and release orchestration.
claude install community/monorepo-managerJira MCP
Create and manage Jira issues without leaving your editor
MCP server for Jira - create issues, manage sprints, query backlogs, and track velocity.
npx @anthropic/mcp-server-jiraAWS MCP
Manage AWS resources - S3, Lambda, and CloudWatch - from your editor
MCP server for AWS - S3, Lambda, CloudWatch, and IAM operations from your AI editor.
npx @anthropic/mcp-server-awsAnimation Library
Create smooth, performant animations with CSS, Framer Motion, or GSAP
Create smooth, performant CSS and JS animations - page transitions, micro-interactions, and scroll effects.
claude install community/animation-libraryLog Analyzer
Find the needle in your logs - pattern detection and root cause analysis
Analyze application logs - pattern detection, error correlation, anomaly identification, and root cause analysis.
claude install community/log-analyzerOpenAPI Spec Generator
Generate OpenAPI specs from code or design APIs spec-first
Generate OpenAPI 3.1 specs from your API code or create API-first designs with validation.
claude install community/openapi-spec-genAnalytics Reporter
Generate marketing analytics reports with insights automatically
Generate marketing analytics reports from Google Analytics, Plausible, or PostHog data.
claude install community/analytics-reporterPrivacy Policy Generator
Generate accurate privacy policies tailored to your application
Generate privacy policies, terms of service, and cookie notices tailored to your application.
claude install community/privacy-policy-genPitch Deck Writer
Create investor pitch decks with narrative structure and data
Create investor pitch decks - problem, solution, market, traction, team, and financial projections.
claude install community/pitch-deck-writerYouTube SEO Optimizer
Optimize YouTube titles, descriptions, and tags for maximum discovery
Optimize YouTube titles, descriptions, tags, and thumbnails for search and browse discovery.
claude install community/youtube-seoPrisma Helper
Design optimal database schemas and queries with Prisma
Prisma schema authoring, query optimization, relation patterns, and migration strategies in one skill.
claude install community/prisma-helperJob Description Writer
Write inclusive, compelling job descriptions calibrated to the role level
Write inclusive, compelling job descriptions with proper leveling, requirements, and benefits.
claude install community/job-description-writerMigration Planner
Plan codebase migrations with step-by-step guides and codemods
Plan and execute codebase migrations - framework upgrades, language changes, and architecture shifts.
claude install community/migration-plannerComponent Doc Generator
Generate component docs with props tables and usage examples
Generate component documentation with props tables, usage examples, and interactive previews.
claude install community/component-doc-genAPI Documentation Generator
Generate interactive API docs with examples and authentication guides
Generate interactive API documentation with examples, error codes, and authentication guides.
claude install community/api-documentation-genFeature Prioritizer
Score and rank features using RICE, ICE, or custom frameworks
Prioritize features using RICE, ICE, MoSCoW, or weighted scoring with customizable criteria.
claude install community/feature-prioritizerRust Project Rules
Follow Rust ownership patterns and error handling best practices
Cursor rules for Rust - ownership patterns, error handling with thiserror/anyhow, async runtime, and testing.
curl -o .cursorrules https://skills.dev/rules/rustCRM Updater
Keep your CRM accurate by auto-extracting updates from emails and calls
Automatically update CRM records from emails, calls, and meeting notes. Supports HubSpot and Salesforce.
claude install community/crm-updaterML Model Builder
Build and evaluate ML models with proper feature engineering
Build and evaluate machine learning models - feature engineering, model selection, training, and evaluation.
claude install community/ml-model-builderPrice Tracker
Track prices across sites and get alerted on drops or changes
Monitor product prices across e-commerce sites and alert on drops, restocks, or competitor changes.
cu install price-trackerTest Data Generator
Generate realistic test data with proper relational structure
Generate realistic test data - users, orders, products, and complex relational datasets with faker integration.
claude install community/test-data-generatorStorybook Generator
Generate Storybook stories with controls and interaction tests
Generate Storybook stories for React components with controls, decorators, and interaction tests.
claude install community/storybook-genAd Copy Generator
Create platform-specific ad copy with A/B variants in minutes
Generate ad copy for Google Ads, Facebook Ads, and LinkedIn Ads with A/B test variants.
claude install community/ad-copy-generatorCodex Security Scan
Discover real vulnerabilities by running actual exploit tests in sandbox
Deep security analysis using Codex execution - runs actual exploit tests in sandbox to verify vulnerabilities.
codex exec --pattern security-scanStandup Formatter
Auto-generate standup updates from git activity and calendar
Generate daily standup updates from git activity, calendar, and task boards.
claude install community/standup-formatterCustomer Feedback Analyzer
Extract themes and sentiment from customer feedback at scale
Analyze customer feedback at scale - sentiment analysis, theme extraction, and priority scoring.
claude install community/customer-feedback-analyzerPerformance Profiler
Find performance bottlenecks and memory leaks with fix suggestions
Profile application performance - identify bottlenecks, memory leaks, and slow queries with fix suggestions.
claude install community/performance-profilerSentry MCP
Query Sentry errors and analyze stack traces from your AI editor
MCP server for Sentry - query errors, analyze stack traces, manage issues, and track regressions.
npx @anthropic/mcp-server-sentryDjango Project Rules
Guide Cursor to follow Django best practices and conventions
Cursor rules for Django - model patterns, view conventions, serializer design, and test structure.
curl -o .cursorrules https://skills.dev/rules/djangoGit Workflow Setup
Set up Git branching, hooks, and release processes in one go
Configure Git workflows - branching strategies, commit hooks, merge policies, and release processes.
claude install community/git-workflow-setupWindsurf Cascade Rules
Configure Windsurf Cascade to follow your project conventions
Project-level rules for Windsurf Cascade - code style, architecture decisions, and agent behavior configuration.
curl -o .windsurfrules https://skills.dev/rules/windsurf-cascadePodcast Notes Generator
Turn podcast transcripts into show notes, timestamps, and social snippets
Generate show notes, timestamps, key takeaways, and social snippets from podcast transcripts.
claude install community/podcast-notesIncident Responder
Diagnose incidents faster with automated runbooks and postmortems
Incident response assistant - diagnose issues, run playbooks, generate postmortems, and track action items.
claude install community/incident-responderInvoice Generator
Generate branded invoices and track billing automatically
Generate professional invoices, receipts, and billing statements from structured data.
claude install community/invoice-generatorSprint Planner
Plan balanced sprints with capacity, estimates, and dependency maps
Plan sprints with story point estimation, capacity calculation, and dependency mapping.
claude install community/sprint-plannerDesign Token Extractor
Extract a complete token set from any website or codebase
Extract design tokens from any website or codebase - colors, typography, spacing, and shadows.
claude install community/design-token-extractorGraphQL Schema Builder
Build GraphQL schemas with resolvers and type-safe client generation
Design and generate GraphQL schemas with resolvers, dataloaders, and type-safe client generation.
claude install community/graphql-schema-builderSEO Meta Writer
Write optimized meta tags that improve CTR in search results
Write optimized meta titles, descriptions, and Open Graph tags for every page of your site.
claude install community/seo-meta-writerSchema Validator
Generate runtime validation schemas from TypeScript types or examples
Generate and validate Zod, JSON Schema, or TypeBox schemas from your data types or examples.
claude install community/schema-validatorTable Extractor
Extract tables from PDFs, images, and web pages into clean CSV/JSON
Extract data from HTML tables, PDFs, and images into structured CSV or JSON using visual parsing.
cu install table-extractorDesktop Automation
Automate repetitive tasks in any desktop application
Automate desktop applications - spreadsheets, email clients, design tools, and native apps.
cu install desktop-automationCodemod Generator
Generate AST-based codemods for automated code transformations
Generate AST-based codemods for automated code transformations across large codebases.
claude install community/codemod-generatorContract Template Library
Access customizable legal templates for common business agreements
Library of customizable legal contract templates - SaaS agreements, consulting contracts, and employment offers.
claude install community/contract-template-libRoadmap Generator
Generate product roadmaps with timeline estimates and dependencies
Generate visual product roadmaps from feature lists with timeline estimation and dependency chains.
claude install community/roadmap-generatorTime Series Forecaster
Forecast time series data with multiple models and confidence intervals
Forecast time series data with ARIMA, Prophet, or neural methods including confidence intervals.
claude install community/time-series-forecasterObservability Setup
Set up distributed tracing, logging, and metrics with correlation
Set up full observability - distributed tracing, structured logging, and metrics collection with correlation.
claude install community/observability-setupLanding Page Analyzer
Audit landing pages for conversion optimization with specific fixes
Audit landing pages for conversion optimization - above-fold content, CTA placement, and social proof.
claude install community/landing-page-analyzerSupabase MCP
Manage Supabase databases, auth, and storage from your editor
MCP server for Supabase - database queries, auth management, storage operations, and edge functions.
npx @anthropic/mcp-server-supabaseAPI Test Generator
Generate API test suites with positive, negative, and edge cases
Generate API test suites from OpenAPI specs with positive, negative, and edge case coverage.
claude install community/api-testing-genTechnical Interview Prep
Create technical interviews with system design, coding, and rubrics
Generate technical interview assessments - system design, coding challenges, and take-home projects.
claude install community/technical-interview-prepResponsive Design Helper
Find and fix responsive design issues across all screen sizes
Audit and fix responsive design issues - breakpoints, overflow, touch targets, and fluid typography.
claude install community/responsive-design-helperLicense Analyzer
Audit all dependency licenses and flag compatibility conflicts
Analyze open source license compatibility across your dependency tree. Flag conflicts and obligations.
claude install community/license-analyzerInfrastructure Cost Optimizer
Cut cloud costs by finding unused resources and right-sizing instances
Analyze and optimize cloud infrastructure costs - right-sizing, reserved instances, and unused resource detection.
claude install community/infra-cost-optimizerResume Screener
Screen resumes against requirements and produce ranked shortlists
Screen resumes against job requirements - skills matching, experience validation, and shortlist ranking.
claude install community/resume-screenerError Handler
Generate comprehensive error handling with recovery strategies
Generate comprehensive error handling - custom error classes, boundary components, and recovery strategies.
claude install community/error-handlerSite Audit
Audit every page of your site for visual, content, and link errors
Visually audit websites for broken links, missing images, layout issues, and content errors.
cu install site-auditA/B Test Designer
Design A/B tests with proper sample sizes and statistical power
Design statistically valid A/B tests - sample size calculation, duration estimation, and metric selection.
claude install community/ab-test-designerSourcing Message Writer
Write personalized sourcing messages that reference real profile details
Write personalized sourcing messages for LinkedIn and email based on candidate profile analysis.
claude install community/sourcing-message-writerLoad Tester
Generate realistic load test scripts with traffic patterns and thresholds
Generate load test scripts for k6, Artillery, or Locust with realistic traffic patterns.
claude install community/load-testerStakeholder Update
Write clear stakeholder updates with progress, blockers, and asks
Write concise stakeholder updates with progress, blockers, decisions needed, and next steps.
claude install community/stakeholder-updateCompetitor Monitor
Track competitor pricing, features, and content changes automatically
Monitor competitor websites for changes - pricing, features, content updates, and new product launches.
cu install competitor-monitorRegex Builder
Build and test regex patterns with visual debugging
Build, test, and explain regular expressions with visual debugging and common pattern library.
claude install community/regex-builderChangelog Writer
Write user-facing release notes that non-technical users understand
Write user-facing changelogs and release announcements that non-technical users can understand.
claude install community/changelog-writerCRM Data Entry
Update CRM records without API integrations or CSV imports
Enter and update CRM records by navigating Salesforce, HubSpot, or Pipedrive directly in the browser.
cu install crm-data-entryCompetitor Feature Matrix
Map features against competitors and find gaps worth filling
Build feature comparison matrices across competitors with gap analysis and positioning insights.
claude install community/competitor-feature-matrixWebSocket Builder
Build real-time features with connection management and reconnection
Build real-time features with WebSockets - connection management, rooms, presence, and reconnection logic.
claude install community/websocket-builderContent Calendar Builder
Plan content calendars with topic clusters and cross-platform scheduling
Plan content calendars with topic clustering, publishing cadence, and cross-platform scheduling.
claude install community/content-calendar-builderAPI Mock Server
Generate mock API servers with realistic data from OpenAPI specs
Generate mock API servers from OpenAPI specs with realistic data, latency simulation, and error scenarios.
claude install community/api-mock-serverRedis MCP
Inspect Redis keys, TTLs, and cache hit rates from your AI editor
MCP server for Redis - key management, pub/sub, streams, and cache inspection.
npx @anthropic/mcp-server-redisTerraform Generator
Generate cloud infrastructure as code from natural language descriptions
Generate Terraform configurations from natural language. Supports AWS, GCP, Azure, and Cloudflare.
claude install community/terraform-genSales Script Writer
Create structured sales scripts with objection handling flows
Generate call scripts, demo scripts, and objection handling playbooks for sales teams.
claude install community/sales-script-writerData Privacy Scanner
Find PII handling issues and consent mechanism gaps in your code
Scan codebases for PII handling, data retention issues, and consent mechanism gaps.
claude install community/data-privacy-scannerJob Board Scraper
Extract and structure job listings from any board for market analysis
Extract job listings from Indeed, LinkedIn, Glassdoor, and niche job boards into structured data.
cu install job-board-scraperColor System Builder
Generate a full accessible color system from one brand color
Generate accessible color systems from a single brand color - scales, semantic tokens, and dark mode.
claude install community/color-system-builderFeature Flag Manager
Set up feature flags with gradual rollouts and emergency kill switches
Set up feature flag systems with gradual rollouts, A/B testing integration, and kill switches.
claude install community/feature-flag-managerEnv Config Manager
Validate env configs, detect missing variables, and rotate secrets
Manage environment configurations safely - .env validation, secret rotation, and cross-environment parity.
claude install community/env-config-managerVercel MCP
Manage Vercel deployments and settings from your AI editor
MCP server for Vercel - manage deployments, environment variables, domains, and project settings.
npx @anthropic/mcp-server-vercelNLP Text Analyzer
Analyze text at scale with sentiment, entities, and topic modeling
Analyze text at scale - sentiment, entity extraction, topic modeling, and text classification.
claude install community/nlp-text-analyzerCodex Docs Generator
Generate docs with code examples that are verified to actually work
Generate and verify documentation by running code examples in sandbox to ensure accuracy.
codex exec --pattern docs-genBrand Voice Analyzer
Extract and codify your brand voice from existing content
Analyze and codify your brand voice from existing content. Generate a reusable voice guide.
claude install community/brand-voice-analyzerCourse Builder
Design complete courses with curriculum, quizzes, and materials
Design online courses - curriculum, lessons, quizzes, assignments, and supplementary materials.
claude install community/course-builderExpense Tracker
Categorize and analyze expenses from bank statements and CSV exports
Categorize and analyze expenses from bank statements, receipts, and CSV exports.
claude install community/expense-trackerUser Persona Builder
Create detailed user personas from research with journey maps
Create detailed user personas from research data - demographics, goals, pain points, and journey maps.
claude install community/user-persona-builderUser Interview Synthesizer
Extract structured insights and themes from user interview transcripts
Turn user interview transcripts into structured insights - themes, quotes, pain points, and opportunity areas.
claude install community/user-interview-synthesizerModel Comparison
Compare ML models across accuracy, latency, and fairness metrics
Compare ML models side-by-side - accuracy, latency, resource usage, and fairness metrics.
claude install community/model-comparisonCash Flow Forecaster
Forecast cash flow with burn rate and runway calculations
Forecast cash flow with revenue projections, expense patterns, and runway calculation.
claude install community/cash-flow-forecasterMicroservice Scaffolder
Scaffold production-ready microservices with all the boilerplate done
Scaffold new microservices with health checks, graceful shutdown, config management, and observability.
claude install community/microservice-scaffolderEmail Subject Line Generator
Generate subject lines with proven formulas and A/B variants
Generate high-open-rate email subject lines with A/B variants and preview text optimization.
claude install community/email-subject-line-genNginx Configurator
Generate optimized Nginx configs with caching and security headers
Generate optimized Nginx configs - reverse proxy, rate limiting, caching, and security headers.
claude install community/nginx-configuratorVue Project Rules
Enforce Vue 3 Composition API patterns and Pinia store design
Cursor rules for Vue 3 - Composition API, Pinia stores, routing patterns, and component design.
curl -o .cursorrules https://skills.dev/rules/vueProcess Automator
Design automation workflows that eliminate repetitive manual work
Design automation workflows that connect tools and eliminate repetitive manual steps.
claude install community/process-automatorTechnical Debt Tracker
Catalog and prioritize technical debt with business impact scoring
Identify, catalog, and prioritize technical debt with effort estimates and business impact scoring.
claude install community/technical-debt-trackerMulti-Step Workflow
Chain browser actions into complex multi-step automated workflows
Chain multiple browser actions into complex workflows - login, navigate, extract, fill, submit.
cu install multi-step-workflowSaaS Metrics Dashboard
Track MRR, ARR, churn, and NRR with monthly metric snapshots
Calculate and display SaaS metrics - MRR, ARR, churn, expansion revenue, and NRR.
claude install community/saas-metrics-dashboardNotification System
Build multi-channel notifications with preferences and templates
Build multi-channel notification systems - email, push, SMS, in-app, and Slack with preference management.
claude install community/notification-systemBattlecard Generator
Generate competitive battlecards from public product data
Generate competitive battlecards from product comparisons, reviews, and market data.
claude install community/battlecard-generatorSurvey Designer
Design statistically valid surveys with proper methodology
Design research surveys with proper methodology - question types, skip logic, and statistical validity.
claude install community/survey-designerPerformance Review Writer
Draft structured performance reviews with development plans
Draft performance reviews with structured feedback, goal tracking, and development plans.
claude install community/performance-review-writerPricing Analyzer
Optimize your pricing with competitor analysis and willingness-to-pay data
Analyze and optimize pricing strategies - competitor pricing, willingness to pay, and pricing page design.
claude install community/pricing-analyzerInvoice Processor
Process invoices from any source into your accounting system
Extract data from invoices in email or web portals, then enter it into your accounting system.
cu install invoice-processorRelease Notes Writer
Turn technical changes into release notes customers care about
Write customer-facing release notes that highlight value, not implementation details.
claude install community/release-notes-writerResponsive Tester
Test responsive layouts at every breakpoint with visual proof
Test responsive layouts across breakpoints with automated screenshots and issue detection.
cu install responsive-testerCandidate Scorer
Score candidates objectively with weighted criteria and comparisons
Score candidates against role requirements with weighted criteria and structured evaluation.
claude install community/candidate-scorerAPI Versioning
Implement API versioning with migration guides for consumers
Implement API versioning strategies - URL, header, or content negotiation with migration guides.
claude install community/api-versioningCase Study Writer
Write structured case studies with metrics and pull quotes
Write customer case studies with challenge, solution, results framework and pull quotes.
claude install community/case-study-writerKnowledge Base Builder
Build structured knowledge bases with taxonomy and search optimization
Build internal knowledge bases with article templates, taxonomy, and search-optimized structure.
claude install community/knowledge-base-builderi18n Manager
Extract strings, manage translations, and validate i18n completeness
Manage internationalization - extract strings, generate translation files, and validate completeness.
claude install community/i18n-managerDocker Security Scanner
Scan Docker images and configs for CVEs, misconfigs, and secrets
Scan Docker images and Compose files for vulnerabilities, misconfigurations, and secrets.
claude install community/docker-security-scannerCode Complexity Analyzer
Measure code complexity and find the best refactoring targets
Measure cyclomatic complexity, cognitive complexity, and maintainability index across your codebase.
claude install community/code-complexity-analyzerInterview Question Generator
Generate structured interview questions with scoring rubrics
Generate structured interview questions by role - behavioral, technical, and culture fit with scoring rubrics.
claude install community/interview-question-genAPI Rate Limiter
Implement production rate limiting with Redis support
Implement rate limiting strategies - token bucket, sliding window, and distributed rate limiting.
claude install community/api-rate-limiterGDPR Data Mapper
Map personal data flows through your system for GDPR compliance
Map personal data flows through your system - sources, processing, storage, and third-party sharing.
claude install community/gdpr-data-mapperFeature Importance Analyzer
Understand which features drive your model with SHAP and PDPs
Analyze feature importance with SHAP values, permutation importance, and partial dependence plots.
claude install community/feature-importance-analyzerSalary Benchmarker
Research salary ranges by role and location from public data sources
Research salary ranges by role, level, and location using public compensation data.
claude install community/salary-benchmarkerCache Strategy
Design multi-layer caching with Redis, CDN, and browser strategies
Design and implement caching strategies - Redis patterns, CDN config, browser caching, and invalidation.
claude install community/cache-strategyCustomer Journey Mapper
Map customer journeys with drop-off analysis and optimization points
Map customer journeys across touchpoints with emotion curves, drop-off points, and optimization opportunities.
claude install community/customer-journey-mapperProduct Description Writer
Write product descriptions that convert with benefit framing
Write conversion-focused product descriptions with benefit framing, specs, and social proof placement.
claude install community/product-description-writerSvelte Project Rules
Enforce SvelteKit patterns and progressive enhancement in Cursor
Cursor rules for SvelteKit - component patterns, stores, load functions, and form actions.
curl -o .cursorrules https://skills.dev/rules/svelteBusiness Plan Writer
Write comprehensive business plans with market analysis and financials
Write business plans with market analysis, financial projections, and competitive positioning.
claude install community/business-plan-writerAider Conventions
Set up Aider with your team's coding standards and conventions
Convention files for Aider - coding standards, commit message formats, and review guidelines.
curl -o .aider.conf.yml https://skills.dev/rules/aider-conventionsNDA Drafter
Draft professional NDAs with customizable terms in minutes
Draft mutual and unilateral NDAs with customizable terms, jurisdiction selection, and redline comparison.
claude install community/nda-drafterSOP Generator
Convert process descriptions into structured operating procedures
Generate standard operating procedures from process descriptions - steps, roles, checklists, and flowcharts.
claude install community/sop-generatorForm Testing
Test forms with every edge case a real user would encounter
Test web forms with edge cases - validation errors, field limits, special characters, and accessibility.
cu install form-testingA/B Test Analyzer
Analyze experiment results with significance tests and segment breakdowns
Analyze A/B test results with significance testing, confidence intervals, and segment breakdowns.
claude install community/ab-test-analyzerIcon System Generator
Turn SVG icons into type-safe React components with tree-shaking
Build icon component systems from SVGs - React components, sprite sheets, and type-safe imports.
claude install community/icon-system-genTax Categorizer
Auto-categorize transactions for tax prep and flag deductions
Automatically categorize transactions for tax reporting - deductions, income types, and Schedule C items.
claude install community/tax-categorizerQueue Worker Builder
Build background job systems with retries and dead letter queues
Build background job systems with BullMQ, SQS, or RabbitMQ - retries, dead letter queues, and monitoring.
claude install community/queue-worker-builderDeal Analyzer
Score deal health based on engagement, competition, and timeline
Analyze deal health based on stakeholder engagement, timeline, competitive threats, and close probability.
claude install community/deal-analyzerDNS Manager
Manage DNS records and domain migrations with zero-downtime plans
Manage DNS records, configure CDN routing, and set up domain migrations with zero-downtime plans.
claude install community/dns-managerConfluence MCP
Search and manage Confluence documentation from your AI assistant
MCP server for Confluence - search pages, create documentation, update content, and manage spaces.
npx @anthropic/mcp-server-confluenceDecision Log
Record decisions with context and alternatives for future reference
Record and track architectural and business decisions with context, alternatives, and consequences.
claude install community/decision-logCustomer Segmentation
Segment customers with data-driven clustering and targeting profiles
Segment customers by behavior, value, needs, or demographics with data-driven clustering.
claude install community/customer-segmentationCohort Analyzer
Run cohort analyses with retention curves and activation funnels
Run cohort analyses on user behavior - retention curves, revenue cohorts, and activation funnels.
claude install community/cohort-analyzerOKR Tracker
Set and track OKRs with progress updates and quarterly reviews
Set and track OKRs - objective creation, key result definition, progress tracking, and quarterly reviews.
claude install community/okr-trackerMetrics Dashboard Designer
Design product dashboards with the right KPIs for your stage
Design product metrics dashboards with KPI selection, visualization types, and alerting thresholds.
claude install community/metrics-dashboard-designerUnit Economics Calculator
Calculate LTV, CAC, and payback period with sensitivity tables
Calculate LTV, CAC, payback period, and contribution margin with sensitivity analysis.
claude install community/unit-economics-calculatorSales Forecaster
Forecast revenue from pipeline data with weighted scenarios
Generate sales forecasts from pipeline data with weighted probability and scenario modeling.
claude install community/sales-forecastWhite Paper Writer
Write data-backed white papers that generate leads
Write authoritative white papers with research, data visualization, and lead-generation formatting.
claude install community/white-paper-writerSSL Certificate Manager
Automate SSL certificate provisioning, renewal, and configuration
Manage SSL certificates - provisioning, renewal automation, and configuration across environments.
claude install community/ssl-cert-managerAnomaly Detector
Detect anomalies in data with statistical and ML methods
Detect anomalies in time series and tabular data using statistical and ML-based methods.
claude install community/anomaly-detectorBrand Guidelines Generator
Generate comprehensive brand guidelines with all visual specifications
Generate comprehensive brand guidelines with logo usage, color specs, typography rules, and voice guide.
claude install community/brand-guidelines-genFunnel Analyzer
Find conversion bottlenecks with step-by-step funnel analysis
Analyze conversion funnels with step-by-step drop-off rates, segment breakdowns, and bottleneck detection.
claude install community/funnel-analyzerTax Calculator
Estimate quarterly taxes, deductions, and filing requirements
Calculate tax obligations for freelancers and businesses - estimated payments, deductions, and quarterly filings.
claude install community/tax-calculatorReview Monitor
Track reviews across platforms and catch sentiment shifts early
Monitor customer reviews across G2, Capterra, Trustpilot, and app stores for sentiment shifts.
cu install review-monitorTerms Comparator
Compare contract versions and highlight material changes instantly
Compare contract versions side-by-side highlighting material changes, new obligations, and risk shifts.
claude install community/terms-comparatorSWOT Analyzer
Run structured SWOT analyses with actionable strategic implications
Conduct SWOT analyses with structured data gathering and strategic implication mapping.
claude install community/swot-analyzerData Dictionary Generator
Generate data dictionaries with business context from database schemas
Generate data dictionaries from database schemas with descriptions, relationships, and business context.
claude install community/data-dictionary-genPatent Searcher
Search patents, analyze claims, and identify prior art
Search and analyze patents - prior art discovery, claim analysis, and landscape mapping.
claude install community/patent-searcherWebhook Debugger
Debug webhook integrations with payload inspection and replay
Debug webhook integrations - inspect payloads, replay events, validate signatures, and test endpoints.
claude install community/webhook-debuggerAppointment Scheduler
Book appointments on any scheduling platform automatically
Book appointments by navigating scheduling tools like Calendly, Acuity, or custom booking pages.
cu install appointment-schedulerData Pipeline Tester
Generate data pipeline tests that catch schema and quality issues
Generate tests for data pipelines - schema validation, data quality checks, and transformation verification.
claude install community/data-pipeline-testerTypography Scale Builder
Generate fluid typography scales with proper rhythm and hierarchy
Generate modular typography scales with fluid type, line heights, and responsive adjustments.
claude install community/typography-scale-builderVariance Analyzer
Identify budget variances by category with executive-ready reports
Analyze budget vs. actual variances with drill-down by category, department, and time period.
claude install community/variance-analyzerObjection Handler
Build objection handling playbooks organized by persona and scenario
Build objection handling playbooks with responses, evidence, and redirect strategies by persona.
claude install community/objection-handlerBackup Strategy
Design backup strategies with RTO/RPO targets and restore runbooks
Design backup and disaster recovery strategies with RTO/RPO calculation and restore testing.
claude install community/backup-strategyWindsurf Full-Stack Rules
Configure Windsurf for consistent full-stack development patterns
Windsurf rules for full-stack development - API patterns, database access, and deployment conventions.
curl -o .windsurfrules https://skills.dev/rules/windsurf-fullstackMigration Guide Writer
Write migration guides with step-by-step instructions and codemods
Write step-by-step migration guides for API changes, SDK upgrades, and breaking changes.
claude install community/migration-guide-writerCompetitive Teardown
Tear down competitor products to extract UX patterns and growth mechanics
Systematically tear down competitor products - UX patterns, pricing psychology, and growth mechanics.
claude install community/competitive-teardownVisual A11y Tester
Test accessibility by navigating your app with keyboard-only input
Test accessibility by navigating your app with keyboard-only and screen reader simulation.
cu install accessibility-testerProduct Hunt Launch Planner
Plan Product Hunt launches with optimized copy and outreach strategy
Plan Product Hunt launches - timing, listing copy, maker comments, and outreach strategy.
claude install community/product-hunt-launchOnboarding Builder
Create complete onboarding programs with checklists and 30/60/90 goals
Create employee onboarding programs - checklists, training plans, mentor matching, and 30/60/90 day goals.
claude install community/onboarding-builderExpense Report Filler
Fill expense reports from receipts without manual data entry
Fill expense reports in Expensify, Concur, or company portals by extracting data from receipts.
cu install expense-reportOffer Letter Drafter
Draft professional offer letters with complete compensation details
Draft offer letters with compensation details, benefits summary, and role-specific terms.
claude install community/offer-letter-drafterChaos Engineering
Design chaos experiments that prove your system handles failures
Design chaos experiments to test system resilience - failure injection, latency simulation, and recovery verification.
claude install community/chaos-engineeringInfluencer Researcher
Find and evaluate influencers by engagement, audience, and brand fit
Research and evaluate influencers by niche, engagement rates, audience demographics, and brand fit.
claude install community/influencer-researcherCompetitive Positioning
Develop positioning that clearly differentiates against competitors
Develop positioning statements and messaging frameworks that differentiate against specific competitors.
claude install community/competitive-positioningAstro Project Rules
Guide Cursor through Astro island architecture and content collections
Cursor rules for Astro - content collections, island architecture, and Markdown/MDX patterns.
curl -o .cursorrules https://skills.dev/rules/astroOpenCode Config
Configure OpenCode with the right model and tool permissions
Configuration templates for OpenCode - model selection, tool permissions, and project-specific instructions.
curl -o opencode.json https://skills.dev/rules/opencodeBoard Report Writer
Compile KPIs, financials, and strategy into board-ready reports
Generate board meeting reports with KPIs, financials, strategic updates, and risk assessments.
claude install community/board-report-writerGovernment Form Filler
Fill government forms from structured data without manual entry
Fill government and compliance forms by navigating official portals with structured data.
cu install government-formsBoard Deck Generator
Compile financials, KPIs, and strategy into board-ready decks
Generate board meeting decks with financials, KPIs, strategic initiatives, and risk register.
claude install community/board-deck-generatorUTM Builder
Generate consistent UTM parameters with team naming conventions
Generate and manage UTM tracking parameters with naming conventions and campaign organization.
claude install community/utm-builderRetro Facilitator
Run structured retros that turn feedback into tracked action items
Run team retrospectives - collect feedback, identify patterns, prioritize actions, and track follow-through.
claude install community/retro-facilitatorEvent Storming
Map domain events, aggregates, and bounded contexts for DDD
Facilitate event storming sessions - domain events, commands, aggregates, and bounded contexts.
claude install community/event-stormingOnboarding Flow Optimizer
Optimize onboarding flows to improve activation and reduce drop-off
Analyze and optimize product onboarding flows for activation, retention, and time-to-value.
claude install community/onboarding-flow-optimizerSLA Monitor
Track SLOs with error budget burn rates and compliance reports
Define and monitor SLAs/SLOs with error budget tracking and alerting thresholds.
claude install community/sla-monitorCompetitor Signup Flow
Document competitor signup flows with annotated screenshots
Walk through competitor signup and onboarding flows, documenting each step with screenshots.
cu install competitor-signupPipeline Reporter
Track pipeline health with conversion rates and source effectiveness
Generate recruiting pipeline reports - stage conversion rates, time-to-hire, and source effectiveness.
claude install community/pipeline-reporterAccessibility Copy Checker
Check content for reading level, jargon, and inclusive language
Check content for plain language, reading level, and inclusive language guidelines.
claude install community/accessibility-copy-checkerChangelog to Social
Turn release notes into platform-specific social posts automatically
Turn changelogs and release notes into social media posts optimized for each platform.
claude install community/changelog-to-socialInterview Debrief
Consolidate interviewer feedback into structured hiring recommendations
Structure interview debriefs - consolidate feedback, flag concerns, and produce hiring recommendations.
claude install community/interview-debriefRisk Register
Maintain risk registers with scoring, owners, and mitigation plans
Build and maintain risk registers with probability, impact scoring, and mitigation planning.
claude install community/risk-registerCommission Calculator
Calculate commissions with accelerators, SPIFs, and clawback rules
Calculate sales commissions with accelerators, SPIFs, multi-product splits, and clawback rules.
claude install community/commission-calculatorRegulatory Tracker
Track regulatory changes and assess their impact on your business
Track regulatory changes in your industry and assess their impact on your product or service.
claude install community/regulatory-trackerAider Python Conventions
Set up Aider with Python type hinting and packaging conventions
Aider conventions for Python projects - type hints, packaging, documentation, and CI integration.
curl -o .aider.conf.yml https://skills.dev/rules/aider-pythonWebhook Monitor
Monitor webhook delivery rates and catch failures before customers do
Monitor webhook reliability - delivery status, retry rates, payload validation, and latency tracking.
claude install community/webhook-monitorContract Negotiation Prep
Prepare for contract negotiations with clause analysis and fallback positions
Prepare for contract negotiations with clause-by-clause analysis and fallback positions.
claude install community/contract-negotiation-prepInvestor Update Writer
Write investor updates with metrics, wins, challenges, and asks
Write monthly investor updates with key metrics, wins, challenges, and asks.
claude install community/investor-update-writerMotion Design System
Define consistent animation standards with easing and duration tokens
Define animation standards - easing curves, duration scales, enter/exit patterns, and micro-interactions.
claude install community/motion-design-systemRevenue Recognition
Model ASC 606 revenue schedules with deferred revenue tracking
Model ASC 606 revenue recognition schedules for SaaS contracts with deferred revenue tracking.
claude install community/revenue-recognitionIP Strategy Planner
Plan IP strategy with patent vs. trade secret analysis and timelines
Plan intellectual property strategy - patent vs. trade secret decisions, filing timelines, and portfolio gaps.
claude install community/ip-strategy-plannerEmployee Handbook Generator
Generate complete employee handbooks with policies and compliance
Generate employee handbooks with policies, benefits, culture, and compliance sections.
claude install community/employee-handbook-genGrant Proposal Writer
Write structured grant proposals with budget justification and impact
Write research and business grant proposals with proper structure, budget justification, and impact statements.
claude install community/grant-proposal-writerCompliance Training Generator
Create compliance training with scenarios and knowledge check quizzes
Generate compliance training materials - GDPR, SOC 2, HIPAA awareness with quizzes and scenarios.
claude install community/compliance-training-genDiversity Report Generator
Generate diversity reports with benchmarks and progress tracking
Generate diversity and inclusion reports with demographic analysis and progress tracking.
claude install community/diversity-report