diff --git a/README.md b/README.md index c983c6a..acd0f74 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,12 @@ - `// Implement a data class for this dictionary structure...` Useful for Python projects moving towards more structured data handling with `dataclasses` or Pydantic. +- `// Extract user-facing strings from this file into a resource file for i18n.` + For applications preparing for internationalization. + +- `// Write a client-side function to fetch data from a given API endpoint.` + For frontends interacting with REST or GraphQL APIs. + ## Debugging @@ -154,6 +160,9 @@ - `// Help me scope this issue so Jules can solve it` For working with Jules on real issues. +- `// Analyze the existing prompts and suggest a new, unique prompt to add.` + Helps you contribute to prompt collections like this one. + - `// Convert this function into a reusable plugin/module` Componentizing logic-heavy code.