add▌
16 indexed skills · max 10 per page
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.
java-add-graalvm-native-image-support
github/awesome-copilot · Backend
Automate GraalVM native image configuration, build, and error resolution for Java applications. \n \n Detects project structure (Maven/Gradle) and framework (Spring Boot, Quarkus, Micronaut) to apply framework-specific native image setup \n Adds GraalVM Native Build Tools plugins with appropriate configuration profiles and iteratively resolves build errors \n Handles common native image issues including reflection, resource access, JNI, and dynamic proxy configuration through generated metadata
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,