Showing 30 of 136620 results
Guide for the official Figma MCP server that brings Figma design context to AI agents, enabling code generation from selected frames and design data extraction.
A collection of 65 Claude Code skills and 9 workflows with progressive disclosure, covering full-stack development including context engineering and Atlassian integration.
Google Cloud skill that teaches AI agents Firebase fundamentals, including project setup, authentication, database, and hosting configurations for Firebase-based applications.
Covers the full React Native upgrade workflow including template diffs via Upgrade Helper, dependency updates, Expo SDK steps, and common pitfalls. Provides problem-to-skill mapping and reference files for core upgrades, dependency compatibility, React 19 alignment, and monorepo targeting.
React SPA auth patterns with @clerk/react for Vite/CRA — ClerkProvider setup, useAuth/useUser/useClerk hooks, React Router protected routes, and custom sign-in/sign-up forms.
Prove it works with tests and real browser data.
A skill from the Everything Claude Code performance system that optimizes system prompts and instructions for AI agent harnesses, focusing on token reduction, context management, and prompt slimming techniques to improve agent efficiency.
Three.js agent skills covering scene setup, cameras, renderer configuration, Object3D hierarchy, coordinate systems, and 3D rendering fundamentals.
Customise Shopify backend logic with Shopify Functions across APIs like Discount, Cart & Checkout Validation, Cart Transform, Delivery Option Generators, Delivery/Payment Customization, Fulfillment Constraints, and Order Routing. Every response runs the bundled `search_docs.mjs` and `validate.mjs` before returning code.
Google Cloud Well-Architected Framework skill for cost optimization, guiding AI agents to apply cost-efficient practices and resource management across Google Cloud environments.
A multiplayer game development skill from Rivet, providing patterns and best practices for building multiplayer features with AI assistance.
Angular skills for building signal-based forms with Angular v21+'s Signal Forms API, including schema-based validation, two-way binding, and dynamic form patterns.
Writes articles, guides, blog posts, and long-form content in a distinctive voice from supplied examples.
Small slices, right context, clean interfaces.
The official Svelte MCP server that provides AI assistants with Svelte-specific context, including documentation search with embeddings support for accurate code generation.
Simplifies and refines code by reducing complexity, improving readability, and maintaining original functionality while adhering to best coding practices.
A concise, practical guide for creating specialized skills that extend Claude's capabilities with domain-specific knowledge and workflows.
Suggests manual context compaction at strategic workflow boundaries rather than relying on arbitrary auto-compaction, using a hook-based system to detect tool call thresholds and remind users to run /compact.
Comprehensive collection of Claude Code configurations, tips, and resources including CLAUDE.md templates, custom commands, agent workflows, and best practices across multiple programming languages.
Google Cloud Well-Architected Framework skill focused on reliability, helping AI agents design and maintain resilient, highly available Google Cloud architectures.
Production-grade engineering skills for AI coding agents.
Market research skill from Everything Claude Code, a comprehensive guide and skills collection for maximizing Claude Code productivity.
Generates production-ready React component templates using Tailwind CSS v4 and shadcn/ui design system, with pre-configured styling and responsive layouts.
An agent skill for browser testing with DevTools, part of a production-grade engineering skills collection that encodes senior engineer workflows and quality gates for every phase of the software development lifecycle.
Test-driven development skill for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo with 80%+ coverage targets
Sets up and modifies CI/CD pipelines around a strict shift-left quality gate (lint → typecheck → unit tests → build → integration → optional E2E → security audit → bundle size), with ready-to-paste GitHub Actions workflows for the basic pipeline, Postgres-backed integration tests, Playwright E2E, preview deploys, feature-flag rollouts, and rollback workflows. Includes guidance on feeding CI failure output back into the agent loop, environment/secret separation, Dependabot, and the "Build Cop" role.