add▌
16 indexed skills · max 10 per page
add-expert
remotion-dev/remotion · Productivity
Add the expert's photo to both:
add-new-skills-to-workflow
nicepkg/ai-workflow · Productivity
Add skills from GitHub to an existing workflow and update all related documentation.
add-provider-package
vercel/ai · Productivity
This guide covers the process of creating a new @ai-sdk/<provider> package to integrate an AI service into the AI SDK.
add-setting-env
lobehub/lobe-chat · Productivity
Add server-side environment variables to configure default values for user settings.
add-malli-schemas
metabase/metabase · Productivity
This skill helps you efficiently and uniformly add Malli schemas to API endpoints in the Metabase codebase.
add-app-to-server
modelcontextprotocol/ext-apps · Backend
Enrich an existing MCP server's tools with interactive UIs using the MCP Apps SDK (@modelcontextprotocol/ext-apps).
add-sfx
remotion-dev/remotion · Productivity
Sound effects must first be added to the remotion.media repository. The source of truth is generate.ts in that repo. A sound effect must exist there before it can be added to @remotion/sfx.
add-molab-badge
marimo-team/skills · Productivity
Add "Open in molab" badge(s) linking to marimo notebooks. The badge can be added to any target: a GitHub README, documentation site, blog post, webpage, or any other markdown/HTML file.
add-component
signerlabs/shipswift-skills · Productivity
Add production-ready SwiftUI components to your project using ShipSwift's recipe library. Each recipe is a complete, copy-paste-ready implementation with architecture documentation.
add-setting-env
lobehub/lobehub · Productivity
Guide for implementing server-side environment variables to configure default user settings. \n \n Follows a three-tier priority system: user custom settings override server environment variables, which override hardcoded defaults \n Requires defining the environment variable in a domain-specific config file using @t3-oss/env-nextjs and Zod validation \n For new domains, involves updating type definitions, assembling server config, and merging settings into the user store \n Includes documentati