Plugin Claude Code
Claude Code plugins for Fixture Monkey.
Plugin Claude Code
Claude Code plugins for Fixture Monkey.
Instructions file
A Korean-language guide for working on Fixture Monkey, a Java and Kotlin library for generating test data. It describes project rules, folder roles, build commands, and testing requirements.
Plugin Claude Code
Write Java and Kotlin test fixtures that pin only what the scenario depends on and leave the rest random.
Skill Claude CodeCodex
Write Java/Kotlin tests with Fixture Monkey — enumerate the cases a method can produce, pick the ones worth testing, and build each fixture pinning only the properties that force the expected outcome.
Plugin Claude Code
Plugin marketplace listing 1 plugin: design-to-ui.
Plugin Claude Code
A collection of tools for turning Figma designs into native Android or iOS interface code. Figma is a design application, while native UI code is built for a specific mobile platform.
MCP server Claude CodeCodexCursor +2
MCP server "figma-desktop", hosted remotely at 127.0.0.1, as configured in naver/design-to-ui.
Command
A command that applies changes from a Figma design file to the current design branch, then commits, pushes, and checks the project build. Figma is a tool for creating and sharing interface designs.
Command
A command that prepares a designer's review branch from a developer's GitHub pull request. A pull request is a proposed set of code changes, and a branch is a separate line of project history.
Command
A handoff command that creates a pull request from a designer's working branch to the developer's branch after design changes are ready for review. A pull request is a request to inspect and merge code changes.
Skill Claude CodeCodex
A visual checking and correction workflow that compares a running app screen with its Figma source using captures, overlays, difference maps, and pixel measurements. An overlay places two images together so mismatches are easier to see.
Skill Claude CodeCodex
A workflow for turning Figma designs into native Android or iOS screens. Figma is a design tool; native output means Android Jetpack Compose or XML, and iOS SwiftUI or UIKit code that runs on those platforms.
Skill Claude CodeCodex
A skill for saving design-to-code lessons and problems as GitHub Discussions. GitHub Discussions are public, organized conversations attached to a repository.
Skill Claude CodeCodex
A skill that downloads icons and images from a selected Figma frame as SVG or PNG files through Figma's web interface. SVG is a scalable format for vector artwork, while PNG is a raster image format.
Skill Claude CodeCodex
A workflow for applying only the changed parts of a Figma design to code on a design branch. A design branch is a separate code version used for review before changes are merged.
Skill Claude CodeCodex
A draft generator that studies a project's code and Figma design data to prepare a design-system skill. A design system is a shared set of colors, sizes, components, and usage rules for keeping interfaces consistent.