You can choose which cookie categories to allow. Strictly necessary cookies cannot be disabled.
Required for the site to work, including consent preferences and security. They do not require consent.
Measures traffic and user behavior in aggregate form. Provider: Google LLC (USA).
Session recordings, heatmaps, and click analysis to improve UX. Provider: Microsoft Corp. (USA).
Claude Code skills β installable capabilities that extend what your agent can do.
Find-skills helps users discover, compare, and install Claude Code skills and agent skills from the open skills.sh ecosystem. It is designed for developers and operators who want faster workflow setup, better tool recommendations, and a simple path to extend AI agents with specialized capabilities.
Frontend-design helps developers and AI agents create distinctive frontend UI with a clear visual direction, stronger typography, and production-ready code. It is built for React, Vue, HTML, CSS, and JavaScript workflows where teams want polished interface design, better UX, and less generic AI-generated output.
Vercel-react-best-practices gives developers a structured React and Next.js optimization checklist covering performance, rendering patterns, data fetching, bundle size, and maintainability. Use it during code review, refactoring, or frontend audits to catch expensive mistakes and improve real-world app speed.
Web-design-guidelines reviews UI code against the latest Vercel Web Interface Guidelines and surfaces concrete design, accessibility, and UX issues. It is useful for frontend audits, code reviews, and design system enforcement when teams need cleaner interfaces, better usability, and guideline-aligned implementation.
Azure-deploy executes Azure deployments through azd, Terraform, and native Azure deployment commands with structured validation and recovery steps. It is built for teams that want safer infrastructure releases, fewer failed deploys, and clearer verification when shipping apps and cloud resources to Azure.
Azure-diagnostics helps engineers troubleshoot Azure production issues across Container Apps, Function Apps, and AKS using AppLens, Azure Monitor, KQL queries, and structured diagnostic flows. It is useful for incident response, root cause analysis, service recovery, and ongoing cloud operations.
Generates Bicep or Terraform code, azure.yaml configuration, and Dockerfiles based on your app type and deployment target. Automates the boilerplate that precedes every Azure deployment β subscription setup, resource group naming, environment variables β so you start from a clean, validated state.
Runs pre-flight validation on Bicep, Terraform, and ARM templates, checks naming conventions, resource quotas, and policy compliance, and produces a structured report with severity levels and exact remediation steps. Prevents costly deployment failures by catching issues at authoring time.
Azure-compliance helps teams audit Azure environments for compliance gaps, insecure resource settings, and expiring Key Vault items. It generates prioritized findings with remediation guidance, making it useful for cloud governance, security reviews, operational readiness, and recurring Azure compliance checks.
Azure-rbac identifies the minimum Azure permissions required for a task, maps them to built-in roles, and generates assignment commands or custom role definitions when needed. It is valuable for Azure access control, least-privilege enforcement, onboarding, and infrastructure automation workflows.
Enables fast, persistent browser automation with session continuity across sequential agent commands. Supports multiple browser modes including headless Chromium, real Chrome with profiles, and cloud-hosted remote browsers for AI agent workflows.
Azure-cloud-migrate helps engineers plan and execute Azure migration projects, including replatforming apps, converting infrastructure to Bicep or Terraform, and adapting configurations for Azure services. It fits lift-and-shift, refactor, and modernization work where teams need a practical cloud migration path.
Guides developers through the full AI agent skill creation lifecycle, from intent capture and drafting through testing, evaluation, and iteration. Runs parallel benchmarks to measure skill impact and optimises trigger accuracy across multiple rounds.
Azure-cost-optimization analyzes Azure subscriptions to uncover unused resources, overspending patterns, and cost-saving opportunities backed by Azure Cost Management and monitoring data. It is built for FinOps reviews, cloud cleanup, and engineering teams that need prioritized savings recommendations with concrete next steps.
Guides developers through indexed queries, connection pooling, Row-Level Security configuration, and database scaling strategies with practical SQL examples and performance metrics. Covers query tuning to advanced security features.
Provides access to 250+ AI applications through the inference.sh CLI without requiring a GPU. Enables users to run various AI models and tools directly from the command line with simple installation and authentication.
Guides users through structured design dialogue before implementation, enforcing a hard gate: no code, scaffolding, or implementation actions until design is presented and approved. Walks through 9 sequential steps to validate ideas and create specifications.
Manages the full shadcn/ui component lifecycleβfrom searching registries to adding components and previewing changesβwhile enforcing styling and composition rules across multiple component registries.
Systematically stress-tests plans and designs through structured questioning. Explores codebases to answer questions contextually and walks through decision trees methodically to achieve shared understandingβideal for design reviews and pre-implementation validation.
Grounds GitHub Actions questions in official documentation, helping answer queries about workflows, runners, secrets, and CI/CD concepts. Returns authoritative GitHub references instead of generic advice, useful for troubleshooting and migrations.
Implements a security-first deployment pattern for OpenClaw on cloud servers, hardening the Linux host before exposure and keeping the control plane private behind SSH tunnels with token authentication enabled.
Readme-i18n localizes GitHub README files into multiple languages without breaking Markdown formatting, code fences, links, or repository-specific tokens. It is useful for open-source maintainers and product teams that want multilingual documentation, broader discoverability, and a cleaner contributor experience.
Enables PDF operations including merging and splitting documents, extracting text and tables, rotating pages, and handling scanned PDFs through OCR. Provides Python libraries and command-line tools with ready-to-use code examples for common PDF tasks.
Handles reading existing presentations, editing via templates, and building decks from scratch using curated design systems and automated QA processes. Covers design guidance and quality assurance throughout the presentation workflow.
Handles document creation from scratch, editing existing files through XML modification, and content extraction using pandoc or raw XML access. Provides full formatting control over styles, tables, images, and document structure.
Xlsx helps developers and operators create, update, and analyze Excel spreadsheets with formulas, formatting, recalculation, and error checks. It supports xlsx, xlsm, csv, and tsv workflows, making it useful for reporting, finance operations, spreadsheet automation, and structured data processing.
Enables automated testing of local web applications using Python and Playwright. Provides helper scripts for managing server lifecycles, supports a reconnaissance-then-action workflow, and handles timing issues in dynamic apps by waiting for network idle before DOM inspection.
Supports three deployment paths β git-push, direct CLI, and no-auth fallback β auto-detects project state, handles team selection, and provides preview URLs for all deployments. The simplest way to get a Next.js, SvelteKit, or any framework app live on Vercel from inside Claude Code.
Scaffolds React 18 projects with Vite, Tailwind CSS, and 40+ shadcn/ui components, then bundles complete artifacts into single self-contained HTML files ready for Claude artifact display or standalone sharing.
Guides users through three stagesβContext Gathering, Refinement & Structure, and Reader Testingβto ensure documents, proposals, and specs are clear and effective before sharing with stakeholders.
Handles token-based authentication for non-interactive environments, wraps Vercel CLI commands for programmatic use, and integrates with CI pipelines (GitHub Actions, GitLab CI, etc.). Enables headless deployments, environment variable management, and domain configuration β all without browser login.
figma-to-code reads a Figma frame or component via the Figma API and emits clean React (with or without Tailwind), plain HTML/CSS, or Vue code. It infers spacing tokens, typography scales, and colour variables from your design file β producing code that matches your design system.
api-docs scans your route handlers, Pydantic models, Zod schemas, or Go structs and emits a complete OpenAPI 3.1 YAML with examples, error responses, and security definitions. Works with Express, FastAPI, Gin, and Hono out of the box.
pr-summary reads your git diff, identifies change intent from commit messages, and writes a structured PR description: summary, motivation, changes list, testing notes, and screenshot placeholder. Integrates with GitHub CLI β run it once before you open a PR and never write a blank description again.
code-review provides a structured diff analysis across five dimensions: correctness, security, performance, readability, and test coverage. Each finding is graded critical/major/minor with actionable suggestions. Works on any language β feed it a PR diff or a file path.
security-scan combines static analysis with pattern matching to find hardcoded secrets (API keys, tokens, passwords), SQL/command injection paths, insecure deserialization, and missing auth checks. Maps findings to CVE IDs and OWASP categories. Runs in CI or locally with a single command.
test-gen reads your source files, infers function signatures and edge cases, then outputs a ready-to-run test suite for Jest, Vitest, or pytest. It handles mocking, async patterns, and error cases automatically β reducing the cold-start time for new test coverage to near zero.
ci-gen analyses your project structure, testing framework, and deployment targets to generate optimised CI/CD workflow files. Handles matrix builds, caching strategies, secrets management, and deployment gates. Supports GitHub Actions, CircleCI, GitLab CI, and Bitbucket Pipelines.
aws-lambda packages your Node.js, Python, or Go function, generates the IAM role and policy with least-privilege permissions, creates or updates an API Gateway route, and deploys using AWS SAM or CDK. Includes CloudWatch log group setup and a local test harness.
dependency-audit cross-references your lockfile against OSV and NVD vulnerability databases, then reports CVEs by severity, license conflicts, and transitive exposure. Outputs a prioritised fix plan with pinned-version recommendations β integrates with GitHub Actions for gated PRs.
kubernetes-deploy generates a Helm chart for your application with Deployment, Service, Ingress, HPA, and ConfigMap manifests. Adds readiness/liveness probes, resource limits, and RBAC rules following CIS Kubernetes Benchmark. Works with AKS, EKS, GKE, or any vanilla cluster.
readme-gen introspects your project structure, package.json, and entry-point exports to generate a comprehensive README.md β including installation, usage examples, API reference table, badges (CI, coverage, npm version), and a contributing guide. Updates sections without clobbering your custom content.
ts-migrate analyses your JavaScript files, infers types from usage patterns, and rewrites them as TypeScript with accurate annotations. It handles JSDoc-to-type conversion, adds strict null checks incrementally, and generates a migration report with files ordered by difficulty so you tackle them in the right sequence.
bundle-analyzer reads your Webpack, Rollup, or Vite build stats and generates a prioritised optimisation report: duplicate packages, unoptimised images, tree-shaking failures, and code-splitting opportunities. Each recommendation includes the estimated size saving and a concrete action.
github-pages configures a GitHub Actions workflow to build and deploy your static site on every push to main. Handles custom domain DNS setup, HTTPS certificate provisioning, and SPA routing workarounds β plus a preview deployment job for pull requests.
release-drafter monitors your merged PRs, groups changes by label (feature, fix, chore, breaking), and drafts a GitHub Release with rendered release notes and an auto-bumped semver tag. Configurable templates, contributors list, and milestone linking β zero manual writing for routine releases.
changelog parses your git log for conventional commit messages, groups changes by type (feat, fix, chore, breaking), and generates a versioned CHANGELOG.md with links to PRs and commits. Supports monorepo filtering and custom release templates.
docker-compose-deploy generates a production-ready docker-compose.yml for your application stack, configures Traefik or Nginx as a reverse proxy with SSL via Let's Encrypt, sets up health checks and restart policies, and provides a single deploy script for zero-downtime rolling restarts.
seo-audit analyses your HTML pages for missing or duplicate meta tags, heading hierarchy errors, image alt text gaps, canonical link issues, structured data validity, and Core Web Vitals estimates. Outputs a prioritised report with copy-paste fixes β ideal for pre-launch reviews or monthly site health checks.
legacy-to-modern rewrites outdated JavaScript patterns: callbacks to async/await, var to const/let, prototype chains to ES6 classes, CommonJS require() to ESM import/export. It runs AST-level transforms β not regex β preserving semantics while targeting your specified ECMAScript version.
db-query-analyzer reviews your ORM query patterns, raw SQL, and PostgreSQL/MySQL EXPLAIN plans to surface N+1 queries, missing indexes, full table scans, and lock contention risks. Each finding includes the corrected query or index DDL, plus an estimated performance improvement.
dependency-update scans your package.json, requirements.txt, or Cargo.toml for outdated packages, checks each major/minor bump for breaking changes in release notes, and generates a safe update plan grouped by risk level. Outputs a ready-to-apply patch file and a Renovate/Dependabot config.
railway-deploy generates a Railway project configuration, links databases and Redis services, sets environment variables from your .env.example, and triggers a deployment via the Railway CLI. Includes health check setup, domain configuration, and a rollback command for failed deployments.
accessibility-audit crawls your HTML/JSX for colour contrast failures, missing ARIA labels, keyboard-trap patterns, and focus order issues. Each finding includes the WCAG criterion, severity, affected element, and a ready-to-paste code fix. Integrates with axe-core for runtime validation.
i18n-extractor scans React, Vue, or plain HTML files for hardcoded user-visible strings, generates semantic keys from the string content and component context, and replaces literals with t('key') calls. Creates or updates your en.json namespace files β ready for Crowdin, Lokalise, or i18next.
fly-deploy generates a fly.toml, creates a Dockerfile if one doesn't exist, selects the optimal region based on your user geography, and runs a zero-downtime deploy with health checks. Handles secrets, persistent volumes, and Fly Postgres provisioning in one guided flow.
api-contract compares two OpenAPI or GraphQL schemas and classifies every change as breaking, potentially-breaking, or safe. It generates a human-readable changelog and a semver bump recommendation. Plug it into CI to gate releases on breaking-change detection.
storybook-stories analyses your React component props, infers default args and variant permutations, then writes CSF3 Story files ready for Storybook 8+. It handles compound components, Context providers, and theme wrappers β giving you visual docs that stay in sync with your codebase.
log-analyzer ingests structured or unstructured log files (JSON, logfmt, or plain text) and extracts error patterns, frequency spikes, latency outliers, and repeated failure sequences. Outputs a ranked incident report with likely root causes and the log lines that triggered each finding.
issue-triage reads incoming GitHub issues, classifies them by type (bug, feature, docs, question), assigns severity, and applies the right labels and project board columns via the GitHub API. Auto-closes duplicates and sends canned responses for common requests β no manual triage overhead.
db-schema-migrate diffs two PostgreSQL or MySQL schemas (from DDL files or live connections) and generates up/down migration scripts for Flyway, Liquibase, Prisma Migrate, or raw SQL. It flags destructive operations and orders statements to avoid FK constraint violations.
docker-audit reviews your Dockerfiles and docker-compose.yml against CIS Docker Benchmark rules. It flags root USER, leaked build-arg secrets, unpinned base images, exposed ports, and layer-count bloat β each with a corrected snippet ready to apply.
tech-debt scores every file and module on cyclomatic complexity, duplication ratio, dependency age, and test coverage. It produces a ranked debt register with effort-to-fix and business-impact estimates β so engineering and product can align on what to tackle each sprint.
sql-scaffold turns a plain-English domain model into normalised SQL schema files, seed data, and Flyway/Liquibase migration scripts. Supports PostgreSQL, MySQL, and SQLite. Adds indexes, foreign keys, and audit columns by convention so you never start a greenfield project from scratch.
csv-pipeline reads any CSV file and applies a configurable pipeline: column renaming, type coercion, null-value handling, deduplication, and format validation. Outputs clean CSV, JSON, NDJSON, or SQL INSERT statements. Generates a transformation report showing row-level changes and data quality stats.
git-hooks scaffolds a Husky or shell-based hook configuration: pre-commit runs linting and type-check, commit-msg validates conventional commit format, pre-push runs the full test suite. Configurable bypass for WIP commits and CI environments β so the guardrails help humans without blocking automation.
metrics-dashboard connects to Prometheus, Datadog, or CloudWatch and generates a structured performance report: p50/p95/p99 latencies, error rate trends, resource saturation, and SLO burn rates. The weekly digest format makes it easy to share engineering health with non-technical stakeholders.
Creates an interactive 2D force-graph visualization showing how Readwise highlights connect across different sources, functioning as a knowledge graph explorer for your reading library and surfacing unexpected connections between ideas.
Provides a systematic approach to evaluating Retrieval-Augmented Generation systems by conducting separate analyses of retrieval and generation components. Guides practitioners through error analysis, building evaluation datasets, and measuring Recall@k metrics.
Queries resource usage metrics for Railway services, enabling users to monitor memory, CPU, network traffic, and disk usage while troubleshooting performance issues in real time.
LLM-as-Judge verification tool for automated quality checks and validation workflows. Functions within a context engineering system for task planning, implementation verification, and code review, automating quality gates across development processes.
Plan, run, and analyze A/B tests with statistical rigor. Install ab-testing as a Claude Code skill and use it directly from your terminal or IDE.
Generate original music tracks with AI agents. Install ai-music as a Claude Code skill and use it directly from your terminal or IDE.
Automate SEO tasks with AI β content, metadata, and links. Install ai-seo as a Claude Code skill and use it directly from your terminal or IDE.
Generate AI videos from text prompts. Install ai-video-generation as a Claude Code skill and use it directly from your terminal or IDE.
Generate algorithmic and generative art from code. Install algorithmic-art as a Claude Code skill and use it directly from your terminal or IDE.
Design and prototype on HTML canvas with AI assistance. Install canvas-design as a Claude Code skill and use it directly from your terminal or IDE.
Identify churn risks and build retention workflows. Install churn-prevention as a Claude Code skill and use it directly from your terminal or IDE.
Configure and manage Cloudflare Email Routing. Install cloudflare-email-service as a Claude Code skill and use it directly from your terminal or IDE.
Plan and execute co-marketing campaigns with partners. Install co-marketing as a Claude Code skill and use it directly from your terminal or IDE.
Optimize landing pages and forms for higher conversion rates. Install cro as a Claude Code skill and use it directly from your terminal or IDE.
Automate multi-step workflows with a composable agent pipeline. Install flue as a Claude Code skill and use it directly from your terminal or IDE.
Build and launch free tools as a marketing acquisition channel. Install free-tools as a Claude Code skill and use it directly from your terminal or IDE.
Publish agents to Google Agentspace with the CLI. Install google-agents-cli-publish as a Claude Code skill and use it directly from your terminal or IDE.
Generate and edit images with GPT-Image-2 inside Claude. Install gpt-image-2 as a Claude Code skill and use it directly from your terminal or IDE.
Ask questions against any documentation source. Install grill-with-docs as a Claude Code skill and use it directly from your terminal or IDE.
Apply psychology principles to marketing copy and flows. Install marketing-psychology as a Claude Code skill and use it directly from your terminal or IDE.
Design and optimize paywall flows that convert without friction. Install paywalls as a Claude Code skill and use it directly from your terminal or IDE.
Generate hundreds of SEO-optimized pages programmatically. Install programmatic-seo as a Claude Code skill and use it directly from your terminal or IDE.
Design and launch a referral program that compounds growth. Install referrals as a Claude Code skill and use it directly from your terminal or IDE.
Build and test Cloudflare Workers with the Sandbox SDK. Install sandbox-sdk as a Claude Code skill and use it directly from your terminal or IDE.
Plan and optimize your site's information architecture. Install site-architecture as a Claude Code skill and use it directly from your terminal or IDE.
Create and share GIFs directly to Slack channels. Install slack-gif-creator as a Claude Code skill and use it directly from your terminal or IDE.
Bootstrap new Claude Code skills from a battle-tested template. Install template-skill as a Claude Code skill and use it directly from your terminal or IDE.