modrinthmodrinthOfficialยท8 Agent Skills Included

code

Automate Modrinth frontend, API, and localization development workflows

Automates common development tasks across the Modrinth web and desktop codebases. Converts Vue data fetching to TanStack Query, builds API client modules from OpenAPI schemas, and turns Figma designs into Vue components. Reviews changelog entries and localizes hard-coded text, eliminating repetitive manual edits and style mistakes.
npx skills add modrinth/code --all -g -y
Available:

Instructs the AI agent on the monorepo structure, coding rules, and which project-level instruction files and skills to consult before editing code.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’