Showing 30 of 145024 results
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.
A skill from the gws CLI that lets AI agents create ModelArmor safety templates for content filtering in Google Cloud. Part of the gws toolkit — a unified CLI for all Google Workspace APIs that dynamically builds commands from Google's Discovery Service with structured JSON output.
Nuwa (女娲) — a Claude Code skill that distills any named person (Jobs, Musk, Munger, Feynman, Naval, etc.) into a reusable cognitive-framework skill via six-way parallel research, extracting how they talk, think, judge, what they refuse, and where their limits lie.
A recipe skill from the gws CLI that lets AI agents share event materials with calendar attendees via Google Workspace. Part of the gws toolkit — a unified CLI for all Google Workspace APIs that dynamically builds commands from Google's Discovery Service with structured JSON output.
Expert technical writer guided by the Diataxis framework, creating tutorials, how-to guides, reference docs, and explanation pages for software documentation.
Comprehensively reviews SwiftUI code for correctness, modern API usage, and best practices including accessibility, performance, and navigation. Checks against detailed reference guides for iOS 26 and Swift 6.2+, reporting only genuine issues with before/after code fixes.
A Google Workspace CLI recipe skill that guides AI agents through appending deal status updates to a Google Sheets sales tracking spreadsheet using gws helper commands.
Generates, configures, and manages Nx workspace structures, dependencies, and project-level configurations through AI-assisted commands and intelligent workspace manipulation.
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.
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.
Build sandboxed applications for secure code execution on Cloudflare Workers, covering Sandbox SDK lifecycle, commands, files, code interpreter, and preview URLs for AI code execution and CI/CD systems.
Run web search and content extraction through Tavily (Search Assistant, Extract) and Exa (Search, Answer, Extract) via the inference.sh CLI for research, RAG, and fact-checking workflows.
A collection of agent skills for Flutter development, covering accessibility audits, integration tests, widget tests, responsive layouts, architecture best practices, and more.
Execute arbitrary Python 3.10 code in a sandboxed inference.sh environment pre-loaded with NumPy, Pandas, Matplotlib, Playwright, MoviePy, Pillow, OpenCV, trimesh, and 100+ other libraries.
Render MP4 video from React/Remotion TSX component code via the inference.sh CLI with configurable resolution, FPS, duration, and codec — supports `useCurrentFrame`, `spring`, `interpolate`, `Sequence`, etc.
Automate Twitter/X through the inference.sh CLI — post tweets with media, like, retweet, delete, send DMs, follow users, and fetch posts/profiles via ready-made `x/*` apps.
Playwright-backed browser automation for AI agents via inference.sh, using an `@e` ref system to open pages, click, fill forms, screenshot, record video, and re-snapshot between navigations.
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.
Comprehensive agent skill with 40 production rules across 10 categories for NestJS development, covering architecture, dependency injection, security, performance, testing, and more with priority-based enforcement.
Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests using the integration_test package, enabling automated user flow 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.
A translation skill offering three modes — quick (direct), normal (analysis-informed), and refined (publication-quality with review and polish) — supporting any language pair with options for audience, style, and custom glossary.
A collection of Claude Code skills for content generation including Xiaohongshu infographics, slide decks, comics, cover images, and social media publishing to X and WeChat.
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 for PostgreSQL table design covering schema architecture, indexing strategies, constraints, normalization, and performance optimization within the wshobson/agents ecosystem.
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.