add▌
16 indexed skills · max 10 per page
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
add-provider-doc
lobehub/lobehub · Documents
Step-by-step guide for documenting new AI provider integrations across docs, environment variables, and Docker configs. \n \n Create bilingual usage documentation (English and Chinese) with 5-6 screenshots, cover images, registration URLs, and pricing callouts, using placeholder API keys only \n Add environment variable documentation for both languages covering required API keys and optional model list configuration with examples \n Update three Dockerfile variants and .env.example with provider
next-intl-add-language
github/awesome-copilot · Frontend
Add a new language to a Next.js application using next-intl internationalization. \n \n Requires translating all entries from en.json in the ./messages directory to the new language \n Update routing configuration in src/i18n/routing.ts and middleware in src/middleware.ts to recognize the new language \n Register the language in the language toggle component at src/components/language-toggle.tsx \n
add-provider-doc
lobehub/lobe-chat · Documents
Complete workflow for adding documentation for a new AI provider.
add-uint-support
pytorch/pytorch · Frontend
This skill helps add support for unsigned integer types (uint16, uint32, uint64) to PyTorch operators by updating their AT_DISPATCH macros.
add-educational-comments
github/awesome-copilot · Productivity
Add educational comments to code files to transform them into effective learning resources. \n \n Adapts explanation depth and tone to three configurable knowledge levels: beginner, intermediate, and advanced \n Automatically requests a file if none is provided, with numbered list matching for quick selection \n Expands files by up to 125% using educational comments only (hard limit: 400 new lines; 300 for files over 1,000 lines) \n Preserves file encoding, indentation style, syntax correctness,