Showing 30 of 133558 results
UI animation guidelines covering motion timing, easing defaults, spatial sequencing, CSS-first animation principles, and prefers-reduced-motion accessibility patterns.
A shared agent skill that guides the full spec-first workflow for substantial features, coordinating product specs and tech specs before implementation, part of Warp's common-skills collection.
A shared agent skill that provides guidance for fixing build, lint, formatting, and test failures, part of Warp's common-skills collection of reusable development workflows.
A shared agent skill that provides a workflow and helper script for resolving git merge conflicts with compact context, part of Warp's common-skills collection of reusable development workflows.
A shared agent skill that writes user-facing PRODUCT.md specification documents for features, part of Warp's common-skills collection of reusable spec workflow skills.
Code review specialist plugin from Anthropic's Knowledge Work Plugins. Provides structured code review workflows for teams using Claude.
A shared agent skill that writes implementation-oriented TECH.md specification documents for features, part of Warp's common-skills collection of reusable spec workflow skills.
A collection of 65 Claude Code skills and 9 workflows with progressive disclosure, covering full-stack development including context engineering and Atlassian integration.
A shared agent skill that implements approved PRODUCT.md and TECH.md specification files while keeping specs and code aligned, part of Warp's common-skills collection.
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.
A shared agent skill that provides a workflow for inspecting GitHub CI failures and producing a fix plan, part of Warp's common-skills collection of reusable development workflows.
Google Cloud recipe skill that walks AI agents through the onboarding process for new Google Cloud projects, covering initial setup, IAM configuration, and project organization.
A shared agent skill that provides guidance for creating and maintaining skill directories and SKILL.md files, part of Warp's common-skills collection for skill authoring.
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.
Write Shopify Storefront GraphQL queries and mutations for custom storefronts that need full control over data fetching, cart operations, and rendering. Every response runs `search_docs.mjs` first and `validate.mjs` before returning code; not for Web Components (use storefront-web-components instead).
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.
An Apify agent skill that auto-derives output schemas (dataset_schema.json, output_schema.json, key_value_store_schema.json) from existing Actor source code, streamlining Apify Actor development.
Plan-mode-first skill that decomposes a spec into small, verifiable tasks with explicit acceptance criteria — covering task sizing, dependency ordering, checkpoint design, and writing tasks small enough for an agent to execute reliably. Part of Addy Osmani's Agent Skills collection encoding senior-engineer workflows across Define / Plan / Build / Verify / Review / Ship phases.
Autonomously reviews code using CodeRabbit, detecting bugs, security issues, and quality risks across staged, committed, or all changes.
Simplifies and refines code by reducing complexity, improving readability, and maintaining original functionality while adhering to best coding practices.
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.
Convert PDFs, images, and Office files (DOCX, PPTX, Excel) to clean Markdown, Word, HTML, LaTeX, or plain text via the MinerU Open API CLI. Handles OCR, scanned documents, tables, formulas, and 80+ languages.
Writes articles, guides, blog posts, and long-form content in a distinctive voice from supplied examples.
The official Svelte MCP server that provides AI assistants with Svelte-specific context, including documentation search with embeddings support for accurate code generation.
Covers Vue JSX best practices and differences from React JSX, including class vs className, JSX plugin configuration, and migrating React JSX code to Vue.