streaming-llm-responses
Safe 76Stream real-time AI chat responses
by Asmayaseen
Users struggle to build responsive chat interfaces that update in real-time as AI responses stream token by token. This skill provides code patterns for lifecycle handlers, progress indicators, and client-side effects to create smooth streaming experiences.
scaffolding-openai-agents
Safe 71Build OpenAI Agents with SDK
by Asmayaseen
Creating AI agents from scratch requires understanding async patterns, tool integration, and multi-agent handoffs. This skill provides production-ready scaffolding patterns so you can focus on your agent logic instead of boilerplate code.
scaffolding-fastapi-dapr
Low Risk 75Build FastAPI backends with Dapr and SQLModel
by Asmayaseen
Creating production backends with proper patterns requires research across multiple documentation sources. This skill provides ready-to-use code patterns for FastAPI, SQLModel, Dapr pub/sub, and JWT authentication so you can start building immediately.
nextjs-devtools
Low Risk 67Inspect and debug Next.js apps
by Asmayaseen
Next.js development requires visibility into routes, components, and build configuration. This skill provides MCP-based tools to inspect your Next.js app structure, debug routing issues, and examine build settings directly from your AI assistant.
frontend-types
Safe 68Define TypeScript types for frontend
by Asmayaseen
Frontend developers need consistent TypeScript type definitions to ensure type safety across the application. This skill provides patterns and conventions for creating types that match backend API responses.
frontend-component
Safe 69Create Next.js Components with Server/Client Patterns
by Asmayaseen
Building Next.js components with the wrong pattern leads to performance issues, hydration errors, and poor user experience. This skill provides patterns for server and client components, accessibility compliance, and React best practices to build efficient, accessible frontend components.
framer-motion
Safe 69Add animations to React with Framer Motion
by Asmayaseen
Create engaging user interfaces with smooth animations. This skill provides ready-to-use code patterns for hover effects, page transitions, scroll animations, and complex gesture interactions in React and Next.js applications.
context-fundamentals
Safe 76Master Context Engineering for AI Agents
by Asmayaseen
Context limits cause unexpected AI behavior and high costs. This skill teaches you to design, budget, and optimize context in agent systems using proven patterns like progressive disclosure and attention-aware placement.
building-nextjs-apps
Safe 77Build Next.js 16 applications
by Asmayaseen
Next.js 16 introduces breaking changes that cause common mistakes. This skill provides correct patterns for async params, server actions, layouts, and middleware. Use it to avoid failed builds and implement distinctive frontend design.
building-mcp-servers
Low Risk 75Build MCP Servers for Claude Integration
by Asmayaseen
Create MCP servers that enable Claude and other LLMs to interact with external APIs and services through well-designed tools. This guide covers Python FastMCP and TypeScript MCP SDK implementations with authentication, Docker deployment, and testing patterns.
building-chat-widgets
Safe 76Build Interactive AI Chat Widgets
by Asmayaseen
Creating chat widgets with buttons, forms, and actions is complex and undocumented. This skill provides complete patterns for client and server widget handling, entity tagging, and composer tools so you can build interactive AI interfaces faster.
building-chat-interfaces
Safe 76Build AI chat interfaces
by Asmayaseen
Creating AI chat interfaces requires custom backends, authentication, and context injection. This skill provides production-ready patterns for ChatKitServer, useChatKit hooks, and httpOnly cookie proxies to build secure chat experiences.
browsing-with-playwright
Low Risk 74Automate browser interactions with Playwright MCP
by Asmayaseen
Web automation tasks require manual navigation and repetitive form filling. This skill provides a Model Context Protocol interface to Playwright, enabling AI assistants to navigate pages, interact with elements, extract data, and take screenshots programmatically.
add-endpoint
Safe 69Add HTTP endpoints to Catalyst-Relay server
by Artisan-Edge
Need to add new API routes to your Catalyst-Relay server but unsure of the proper pattern? This skill provides the complete template for creating endpoints with Zod validation, consistent response formats, and proper documentation.
add-core-function
Safe 69Add Core Functions to Catalyst-Relay
by Artisan-Edge
Need to extend Catalyst-Relay with new business logic for SAP ADT integration. This skill provides the patterns and checklist for adding pure functions, ADT operations, and library-consumable code that follows project conventions.
skill-creator
Safe 71Create skills to extend Claude
by ArtemisAI
Creating effective skills from scratch takes knowledge of the skill format. This guide provides a step-by-step process with utility scripts for initializing, validating, and packaging skills that extend Claude with specialized knowledge and workflows.
mcp-builder
Low Risk 70Build MCP servers for LLM tool integrations
by ArtemisAI
Creating MCP servers from scratch requires understanding protocol specs, SDK patterns, and evaluation methods. This skill provides a structured four-phase workflow for building production-ready MCP servers with proper tool design, input validation, and comprehensive testing. It includes reference implementations for Python and TypeScript, evaluation frameworks, and security best practices.
artifacts-builder
Low Risk 69Build complex HTML artifacts with React and shadcn/ui
by ArtemisAI
Creating sophisticated HTML artifacts for Claude conversations requires complex tooling. This skill provides a complete development workflow with React, Vite, and shadcn/ui components to build, bundle, and share professional-grade artifacts.
type-safety-validation
Safe 69Build Type-Safe Full-Stack TypeScript Applications
by ArieGoldkin
Eliminate runtime errors and build confidence in your code with end-to-end type safety. This skill teaches modern TypeScript patterns using Zod validation, tRPC APIs, and Prisma ORM for bulletproof full-stack applications.
trpc-scaffolder
Low Risk 72Create type-safe tRPC endpoints
by ArieGoldkin
Building tRPC routers and Zod schemas manually takes 20-30 minutes per endpoint with risk of type errors and missing exports. This skill scaffolds complete type-safe endpoints with validation schemas, example patterns, and automated registration checks.