Showing 30 of 133578 results
An inference.sh skill that converts static images to videos using AI video generation models including Veo, Seedance, and Wan, accessible through the inference.sh CLI.
An inference.sh skill that generates YouTube thumbnail designs using 50+ AI image generation models including FLUX, Gemini, and Reve through the inference.sh CLI.
A Google Workspace CLI skill that sanitizes user prompts through a Google Cloud Model Armor template, supporting text input, JSON payloads, and stdin for inbound safety filtering.
An inference.sh skill that creates storyboards using AI image and video generation models, combining 50+ image models and 40+ video models accessible through the inference.sh CLI.
Provides guidance for implementing cross-cutting security features in Better Auth, including rate limiting, CSRF protection, session security, trusted origins, secret management, OAuth security, and IP tracking.
A Claude Code skill providing structured error handling patterns and best practices, part of a 73-plugin marketplace with progressive-disclosure knowledge loading and multi-agent orchestration.
An inference.sh skill that generates AI product photography using 50+ image generation models including FLUX, Gemini, and Reve through the inference.sh CLI.
AI agent skill from the inference.sh platform that provides access to 250+ models for generating images, videos, calling LLMs, and performing web searches through the inference.sh CLI.
An inference.sh skill that generates character design sheets using 50+ AI image generation models including FLUX, Gemini, and Reve through the inference.sh CLI.
An inference.sh skill that creates app store screenshots and promotional images using 50+ AI image generation models including FLUX, Gemini, and Reve through the inference.sh CLI.
An inference.sh skill that assists AI agents with competitor analysis and teardown workflows, leveraging web search via Tavily and Exa along with LLM capabilities through the inference.sh CLI.
A Google Workspace CLI skill that sanitizes model responses through a Google Cloud Model Armor template for outbound safety, ensuring generated content meets safety standards before reaching users.
An inference.sh skill that helps AI agents create Product Hunt launch assets such as images and videos using 250+ AI models accessible through the inference.sh CLI.
A collection of 65 Claude Code skills and 9 workflows with progressive disclosure, covering full-stack development including Flutter expertise, context engineering, and Atlassian integration.
A collection of agent skills for Flutter development, covering accessibility audits, integration tests, widget tests, responsive layouts, architecture best practices, and more.
Creates optimized multi-stage Dockerfiles for any language or framework, separating builder and runtime stages to produce smaller, more secure container images.
Reference guide for building Expo native modules and views with the Expo Modules API across Swift (iOS), Kotlin (Android), and TypeScript. Covers the module definition DSL (Function/AsyncFunction/Property/Events), native views, shared objects, lifecycle hooks, config plugins, and autolinking.
Implements component-level tests using WidgetTester to verify Flutter UI rendering and user interactions like tapping, scrolling, and text entry, ensuring widgets display correct data and respond to events as expected.
Official Angular skill that generates Angular code and provides architectural guidance for components, services, reactivity (signals), forms, routing, SSR, accessibility, and testing.
Configures MaterialApp.router with go_router for advanced URL-based navigation in Flutter, enabling deep linking and browser history support for web and mobile apps.
Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests using the integration_test package, enabling automated user flow testing.
Creates Flutter model classes with fromJson and toJson methods using dart:convert for manually mapping JSON keys to class properties, ideal for simple data structures.
A CLAUDE.md file derived from Andrej Karpathy's observations on LLM coding pitfalls, enforcing four principles: think before coding, simplicity first, surgical changes, and goal-driven work.
Comprehensive guide for building production-ready MCP servers with tools, resources, prompts, and widgets using the mcp-use framework, covering architecture decisions, security patterns, and common pitfalls.
Adds flutter_localizations and intl dependencies, enables code generation in pubspec.yaml, and creates an l10n.yaml configuration file to initialize localization support for a new Flutter project.
A JavaScript testing skill from the wshobson/agents ecosystem, providing Claude Code with specialized knowledge of testing frameworks, patterns, and best practices including unit, integration, and E2E testing.
Reviews UI code against comprehensive web design guidelines, checking accessibility, UX, and best practices for web interfaces.
Adds interactive widget previews to a Flutter project using the previews.dart system, enabling consistent design verification and interactive testing when creating new UI components or updating existing screens.
A collection of AI agent skills from Vercel Labs covering React/Next.js performance optimization, web design accessibility auditing, React Native best practices, and View Transition API implementation.
Uses the Flutter http package to execute GET, POST, PUT, or DELETE requests for fetching data from or sending data to REST APIs.