code
Automate Modrinth frontend, API, and localization development workflows
All Skills in This Repository (8)
Pure Emerald Level Indicatorsapi-module
Generate type-safe TypeScript API client modules from OpenAPI schemas.
tanstack-query
Convert useAsyncData and manual ref patterns to TanStack Query hooks.
cross-platform-pages
Convert web pages into shared layouts for Modrinth website and desktop app.
figma-mcp
Translate Figma designs into Vue layouts using Figma MCP tools.
i18n-pass
Convert hard-coded English strings in Vue files to the @modrinth/ui i18n system.
tanstack-query
Convert Vue server-state code to TanStack Query with useQuery and useMutation.
review-changelog
Review Modrinth changelog entries against the project changelog standard.
figma-mcp
Convert Figma designs into Modrinth Vue components using MCP design context.
Frequently Asked Questions
FAQPage SchemaHow to install Modrinth code skills?โผ
Run `npx skills add modrinth/code --all -g -y` in your terminal to install all skills in this suite globally.
How to convert Vue code to TanStack Query?โผ
The tanstack-query skill replaces useAsyncData and manual fetch refs with useQuery and useMutation, including cache invalidation and optimistic updates.
Can AI turn Figma designs into Vue components?โผ
Yes. The figma-mcp skill reads Figma design context and builds Vue components using Modrinth's shared UI library and Tailwind tokens.
How to add a new API client module?โผ
The api-module skill generates a fully typed API client module from an OpenAPI schema and registers it in the client automatically.
Do these skills work with Claude Code and Codex?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Codex, Cursor, and other compatible agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core