133 Agent Skills for Developers

2 stacks

Skills that make Claude Code faster at the parts of engineering that slow you down.

PR reviews, release notes, architecture decisions, CI/CD, database design, API design — the full engineering workflow from commit to production.

Read the guide: The best Agent Skills for developers →

New to Agent Skills? Learn how to install one in under a minute →

Most engineering time is wasted on the wrong things — context-switching, writing boilerplate docs, chasing PR comments across Slack. Agent skills for developers offload the structured work so you can stay in the code.

The skills here cover the full engineering lifecycle: PR descriptions and code review, database schema design, API documentation, CI/CD setup, release note generation, and architectural decision records. Install one, run it once, and it handles that task the same way every time.

Especially useful for solo developers and small teams where every hour of overhead matters. Instead of re-explaining your code review style on every PR, a skill carries those expectations forward automatically.

Stacks for developers

All stacks →

Skills for developers

All skills →
🧪

A/B Test Setup

by @coreyhaines31

Marketing

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

View & install →
🤖

Agent Designer

by @alirezarezvani

Development

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

View & install →
⚙️

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.

View & install →
📌

Agile Product Owner

by @alirezarezvani

Productivity

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

View & install →
📊

Analytics Tracking Setup

by @alirezarezvani

Marketing

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

View & install →
📊

Analytics Tracking Setup

by @coreyhaines31

Marketing

View & install →
🔌

API Design Reviewer

by @alirezarezvani

Development

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

View & install →
🧪

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.

View & install →
🛠️

Artifacts Builder

by @ComposioHQ

Development

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

View & install →
⚙️

Atlassian Administrator

by @alirezarezvani

Productivity

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

View & install →
📄

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.

View & install →
🤖

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.

View & install →
🏗️

AWS CDK Development

by @zxkane

Development

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

View & install →
💸

AWS Cost Operations

by @zxkane

Data & Analysis

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

View & install →
☁️

AWS MCP Setup

by @zxkane

Development

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

View & install →

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.

View & install →
☁️

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.

View & install →
📝

Changelog Generator

by @ComposioHQ

Writing

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

View & install →
⚙️

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.

View & install →
🔌

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.

View & install →
👁️

Code Reviewer

by @alirezarezvani

Development

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

View & install →
🗺️

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.

View & install →
📚

Confluence Expert

by @alirezarezvani

Productivity

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

View & install →
🧩

Cowork Plugin Management Cowork Plugin Customizer

by @anthropics

Development

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

View & install →
🧩

Cowork Plugin Management Create Cowork Plugin

by @anthropics

Development

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

View & install →
📊

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.

View & install →
🗃️

Database Designer

by @alirezarezvani

Development

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

View & install →
📦

Dependency Auditor

by @alirezarezvani

Development

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

View & install →
📈

Developer Growth Analysis

by @ComposioHQ

Research

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

View & install →
📧

Email Template Builder

by @alirezarezvani

Development

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

View & install →
🛠️

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.

View & install →
🛠️

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.

View & install →
🛠️

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.

View & install →
🛠️

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.

View & install →
🛠️

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.

View & install →
🛠️

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.

View & install →
🛠️

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.

View & install →
🛠️

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.

View & install →
🛠️

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.

View & install →
🛠️

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.

View & install →
🔒

Environment & Secrets Manager

by @alirezarezvani

Development

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

View & install →
📋

Form CRO Specialist

by @alirezarezvani

Marketing

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

View & install →
📋

Form CRO Specialist

by @coreyhaines31

Marketing

View & install →
🔧

Free Tool Strategy

by @coreyhaines31

Marketing

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

View & install →

Frontend Design

by @anthropics

Design

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

View & install →
🔒

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.

View & install →
🌿

Git Worktree Manager

by @alirezarezvani

Development

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

View & install →
🔑

Google Workspace CLI

by @alirezarezvani

Productivity

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

View & install →
🤖

gstack: Auto Review Pipeline

by @garrytan

Development

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

View & install →
📊

gstack: Performance Benchmarking

by @garrytan

Development

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

View & install →
🌐

gstack: Headless Browser for Claude

by @garrytan

Development

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

View & install →
🐦

gstack: Post-Deploy Canary Monitor

by @garrytan

Development

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

View & install →
⚠️

gstack: Destructive Command Guardrails

by @garrytan

Development

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

View & install →
💾

gstack: Working State Checkpoint

by @garrytan

Productivity

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

View & install →
🔀

gstack: OpenAI Codex Second Opinion

by @garrytan

Development

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

View & install →
🔗

gstack: Connect Real Chrome

by @garrytan

Development

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

View & install →
🔒

gstack: Chief Security Officer Audit

by @garrytan

Development

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

View & install →
🎨

gstack: Design System Consultation

by @garrytan

Design

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

View & install →
💻

gstack: Production HTML Generator

by @garrytan

Development

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

View & install →
👁️

gstack: Visual Design Audit

by @garrytan

Design

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

View & install →
🎯

gstack: Design Variants Explorer

by @garrytan

Design

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

View & install →
📝

gstack: Post-Ship Documentation Updater

by @garrytan

Writing

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

View & install →
🧊

gstack: Edit Scope Lock

by @garrytan

Development

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

View & install →
🛡️

gstack: Full Safety Mode

by @garrytan

Development

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

View & install →
🏥

gstack: Codebase Health Dashboard

by @garrytan

Development

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

View & install →
🔍

gstack: Root Cause Debugger

by @garrytan

Development

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

View & install →
🚀

gstack: Land and Deploy

by @garrytan

Development

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

View & install →
🧠

gstack: Session Learning Manager

by @garrytan

Productivity

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

View & install →
💡

gstack: Office Hours

by @garrytan

Leadership

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

View & install →
🎯

gstack: CEO Plan Review

by @garrytan

Leadership

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

View & install →
🎨

gstack: Design Plan Review

by @garrytan

Design

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

View & install →
⚙️

gstack: Engineering Plan Review

by @garrytan

Development

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

View & install →
🧪

gstack: QA Testing — Find and Fix

by @garrytan

Development

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

View & install →
📋

gstack: QA Testing — Report Only

by @garrytan

Development

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

View & install →
📈

gstack: Engineering Retrospective

by @garrytan

Development

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

View & install →
👀

gstack: Pre-Landing Code Review

by @garrytan

Development

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

View & install →
🍪

gstack: Browser Cookie Importer

by @garrytan

Development

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

View & install →
⚙️

gstack: Deployment Configurator

by @garrytan

Development

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

View & install →
🚢

gstack: Ship Workflow

by @garrytan

Development

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

View & install →
🔓

gstack: Remove Edit Lock

by @garrytan

Development

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

View & install →
⬆️

gstack: Self-Updater

by @garrytan

Development

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

View & install →
🚨

Incident Commander

by @alirezarezvani

Development

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

View & install →
🎤

Interview System Designer

by @alirezarezvani

Productivity

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

View & install →
🎯

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.

View & install →
🖥️

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.

View & install →
🧪

LangSmith Fetch

by @ComposioHQ

Development

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

View & install →
🧱

MCP Builder

by @anthropics

Development

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

View & install →
🔌

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.

View & install →
🚚

Migration Architect

by @alirezarezvani

Development

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

View & install →
🗂️

Monorepo Navigator

by @alirezarezvani

Development

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

View & install →
📡

Observability Designer

by @alirezarezvani

Development

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

View & install →
🎯

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.

View & install →
🎯

Onboarding CRO Specialist

by @coreyhaines31

Marketing

View & install →
🔒

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.

View & install →
🔒

Paywall & Upgrade CRO

by @coreyhaines31

Marketing

View & install →

Performance Profiler

by @alirezarezvani

Development

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

View & install →
🎭

Playwright Pro

by @alirezarezvani

Development

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

View & install →
🔎

PR Review Expert

by @alirezarezvani

Development

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

View & install →
🗺️

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.

View & install →
🗺️

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.

View & install →

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.

View & install →

Programmatic SEO Builder

by @coreyhaines31

Marketing

View & install →
🔍

RAG Architect

by @alirezarezvani

Development

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

View & install →
🚢

Release Manager

by @alirezarezvani

Development

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

View & install →
📋

Runbook Generator

by @alirezarezvani

Development

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

View & install →

SaaS Scaffolder

by @alirezarezvani

Development

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

View & install →
🏷️

Schema Markup

by @coreyhaines31

Marketing

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

View & install →
🏃

Scrum Master Expert

by @alirezarezvani

Productivity

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

View & install →
🏛️

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.

View & install →
🔧

Senior Backend Engineer

by @alirezarezvani

Development

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

View & install →
👀

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.

View & install →
🔄

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.

View & install →
🚀

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.

View & install →
⚛️

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.

View & install →
🔀

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.

View & install →
🧠

Senior ML Engineer

by @alirezarezvani

Development

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

View & install →
💬

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.

View & install →
🧪

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.

View & install →
🛡️

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.

View & install →
🔐

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.

View & install →
🔍

SEO Audit

by @coreyhaines31

Marketing

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

View & install →

Signup Flow CRO

by @alirezarezvani

Marketing

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

View & install →

Signup Flow CRO

by @coreyhaines31

Marketing

View & install →
🗺️

Site Architecture

by @coreyhaines31

Marketing

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

View & install →
🛠️

Skill Creator

by @anthropics

Development

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

View & install →
📦

Skill Share

by @ComposioHQ

Productivity

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

View & install →
💳

Stripe Integration Expert

by @alirezarezvani

Development

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

View & install →
🔴

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.

View & install →
🏗️

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.

View & install →
⚖️

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.

View & install →
🎨

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.

View & install →
🧪

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.

View & install →

Webapp Testing

by @anthropics

Development

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

View & install →