Loading...
Loading...
Found 2,030 Skills
Provides the complete migration pattern for React legacy context API (contextTypes, childContextTypes, getChildContext) to the modern createContext API. Use this skill whenever migrating legacy context in class components - this is always a cross-file migration requiring the provider AND all consumers to be updated together. Use it before touching any contextTypes or childContextTypes code, because migrating only the provider without the consumers (or vice versa) will cause a runtime failure. Always read this skill before writing any context migration - the cross-file coordination steps here prevent the most common context migration bugs.
Guidelines for proper localization of VS Code extensions, following VS Code extension development guidelines, libraries and good practices
Instrument a webapp to send useful telemetry data to Azure App Insights
Create a new specification file for the solution, optimized for Generative AI consumption.
Create Spring Boot Java Project Skeleton
Prompt for creating an Epic Product Requirements Document (PRD) for a new epic. This PRD will be used as input for generating a technical architecture specification.
Generate a language translation for a mkdocs documentation stack.
Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.
Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project.
Write a coding standards document for a project using the coding styles from the file(s) and/or folder(s) passed as arguments in the prompt.
Create a tldr page from documentation URLs and command examples, requiring both URL and command name.
Generate production-ready Python code using Dataverse SDK with error handling, optimization, and best practices