Developer Tools
Skills for building software, testing applications, and creating developer infrastructure
Modern Python
Configures Python projects with modern tooling (uv, ruff, ty) — creating projects, standalone scripts, and migrating from pip/Poetry/mypy/black.
Stitch Loop
Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern and browser automation.
shadcn/ui Guide
Expert guidance for integrating shadcn/ui components — component discovery, installation, customization, and best practices.
Stitch React Components
Converts Stitch designs into modular Vite and React components using system-level networking and AST-based validation.
CF Workers Best Practices
Reviews and authors Cloudflare Workers code against production best practices — streaming, floating promises, global state, secrets, bindings, and observability.
Building AI Agent on Cloudflare
Builds AI agents on Cloudflare using the Agents SDK with state management, real-time WebSockets, scheduled tasks, tool integration, and chat capabilities.
Building MCP on Cloudflare
Builds remote MCP servers on Cloudflare Workers with tools, OAuth authentication, and production deployment.
Web Performance Audit
Analyzes web performance using Chrome DevTools MCP — Core Web Vitals (FCP, LCP, TBT, CLS), render-blocking resources, layout shifts, caching issues, and accessibility gaps.
CF Sandbox SDK
Build sandboxed applications for secure code execution — AI code execution, code interpreters, CI/CD systems, and interactive dev environments.
CF Durable Objects
Create and review Cloudflare Durable Objects — stateful coordination, RPC methods, SQLite storage, alarms, WebSockets, and testing with Vitest.
CF Agents SDK
Build AI agents on Cloudflare Workers using the Agents SDK — stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, and React hooks.
Sentry Svelte SDK
Full Sentry SDK setup for Svelte and SvelteKit — error monitoring, tracing, session replay, and logging.
Sentry .NET SDK
Full Sentry SDK setup for .NET — error monitoring, tracing, profiling, logging, and crons for ASP.NET Core, MAUI, WPF, Blazor, and Azure Functions.
Sentry Ruby SDK
Full Sentry SDK setup for Ruby — error monitoring, tracing, logging, profiling, and crons for Rails, Sinatra, Sidekiq, and Resque.
Sentry Go SDK
Full Sentry SDK setup for Go — error monitoring, tracing, logging, metrics, and crons with support for net/http, Gin, Echo, Fiber, and FastHTTP.
Sentry React SDK
Full Sentry SDK setup for React — error monitoring, tracing, session replay, profiling, and logging for React 16+ with Router and Redux support.
Sentry Python SDK
Full Sentry SDK setup for Python — error monitoring, tracing, profiling, logging, metrics, and crons for Django, Flask, FastAPI, Celery, and more.
Sentry Next.js SDK
Full Sentry SDK setup for Next.js — error monitoring, tracing, profiling, logging, session replay, and AI monitoring for Next.js 13+ with App Router and Pages Router.
Sentry Create Alert
Creates Sentry alerts using the workflow engine API — supports email, Slack, PagerDuty, Discord, and other notification actions.
Sentry Fix Issues
Finds and fixes production issues from Sentry using MCP — analyzes stack traces, breadcrumbs, traces, and context to identify root causes.
Django Performance Review
Django performance code review — finds N+1 queries, queryset inefficiencies, and ORM performance problems.
Sentry Code Simplifier
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality.
Claude Settings Audit
Analyzes a repository to generate recommended Claude Code settings.json permissions — detects tech stack, build tools, and monorepo structure.
Sentry Iterate PR
Iterates on a PR until CI passes — automates the feedback-fix-push-wait cycle for addressing CI failures and review feedback.
Sentry Find Bugs
Finds bugs, security vulnerabilities, and code quality issues in local branch changes.
Sentry Create PR
Creates pull requests following Sentry conventions for PR titles, descriptions, and issue references.
Sentry Commit
Creates commits following Sentry conventions with proper conventional commit format and issue references.
Sentry Code Review
Code reviews following Sentry engineering practices — covers security, performance, testing, and design review for pull requests and code changes.
Next.js Upgrade
Upgrades a Next.js project to the latest version — reads package.json, fetches official migration guide, runs codemods, updates dependencies, walks through breaking changes.
Next.js Cache Components
Teaches the Next.js 16 Cache Components feature (PPR) — use cache directive, cacheLife(), cacheTag(), revalidateTag(), and cache invalidation patterns.
Next.js Best Practices
Next.js-specific best practices covering file conventions, RSC boundaries, async APIs, data patterns, error handling, route handlers, image/font optimization, bundling, and debugging.
Composition Patterns
React composition patterns that scale — compound components, state lifting, and internal composition to eliminate boolean prop proliferation in reusable component libraries.
React Best Practices
Comprehensive React and Next.js performance optimization guidelines from Vercel Engineering covering 57 rules across 8 categories including waterfalls, bundle size, server-side performance, and data fetching.
GitHub MCP
MCP server for GitHub — manage repositories, issues, pull requests, branches, actions, and search code across organizations.
Sentry MCP
MCP server for Sentry — query error events, browse issues, view stack traces, and analyze crash-free rates across projects.
Azure DevOps
MCP server for Azure DevOps — manage work items, pipelines, repos, pull requests, and boards across Azure DevOps organizations.
AWS Documentation
MCP server for searching and querying AWS documentation — find service guides, API references, and best practices.
CF Browser Rendering
MCP server for Cloudflare Browser Rendering — take screenshots, generate PDFs, and extract content from web pages at the edge.
CF Documentation
MCP server for searching and querying Cloudflare developer documentation using Vectorize for semantic search.
MCP Time
MCP server that provides current time in various timezones and time conversion between zones using IANA timezone identifiers.
MCP Sequential Thinking
MCP server that enables dynamic, reflective problem-solving through sequential thought chains with branching, revision, and hypothesis testing.
MCP Memory
MCP server that provides persistent memory through a knowledge graph. Stores entities, relations, and observations in a local JSON file.
MCP Git
MCP server for Git repository operations — clone, status, diff, log, commit, branch, and checkout across local repositories.
MCP Filesystem
MCP server providing file system access — read, write, move, search, and get directory listings within configurable allowed paths.
MCP Fetch
MCP server that fetches web content and converts it to markdown. Supports HTTP requests with configurable user-agent and content size limits.
MCP Everything
Reference MCP server implementing all protocol features — resources, tools, prompts, sampling, and logging. Useful for testing MCP clients.
Web App Testing
Python-based toolkit for testing local web applications using Playwright browser automation with server lifecycle management.
Web Artifacts Builder
Suite of tools for creating multi-component Claude.ai HTML artifacts using React 18, TypeScript, Vite, Parcel, Tailwind CSS, and shadcn/ui.
Skill Creator
Creates, modifies, and evaluates skills through structured testing with parallel subagent runs, grading, benchmarking, and description optimization.
MCP Builder
Skill for creating high-quality MCP servers that enable LLMs to interact with external services. Covers deep research and planning, implementation, review and testing, and evaluation creation.