Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

zod-to-x

zod-to-x에는 rroumenov에서 수집한 skills 6개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
6
Stars
4
업데이트
2026-05-09
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

add-transpiler
소프트웨어 개발자

A skill for creating a new language transpiler from scratch using Test-Driven Development (TDD). Use this when adding support for a new target language in zod-to-x. The skill provides a comprehensive step-by-step process, including planning type mappings, creating tests first, implementing the transpiler, and iterating until all tests pass.

2026-05-09
add-issue-test
소프트웨어 품질 보증 분석가·테스터

A skill for adding a new issue/regression test case to the codebase. This is used when a new bug or edge case is discovered, either from a GitHub issue or internal testing. The skill guides you through creating a minimal reproducing schema, writing the expected output, and verifying the test fails before fixing the bug.

2026-04-21
test-patterns
소프트웨어 품질 보증 분석가·테스터

A skill for understanding and applying test patterns in zod-to-x. This includes how to structure tests, use utilities, write expected output files, and debug test failures. Use this skill when creating new tests, modifying existing ones, or analyzing test failures in the codebase.

2026-04-21
transpiler-debugging
소프트웨어 개발자

A skill for debugging transpilation issues in zod-to-x. This includes diagnosing why a Zod schema isn't transpiling correctly, inspecting the AST output, tracing the transpiler logic, and implementing fixes. Use this skill when a test fails, the output is incorrect, or you need to understand why a specific schema isn't transpiling as expected.

2026-04-21
ast-system
소프트웨어 개발자

A skill for understanding the AST system in zod-to-x, including the type hierarchy, how `Zod2Ast.build()` works, and how transpilers dispatch on AST nodes. Use this skill when working with AST types, modifying the AST building process, or needing to understand the internal representation of Zod schemas.

2026-04-19
layered-modeling
데이터베이스 아키텍트

A skill for working with layered modeling in zod-to-x, including using decorators to define layers, creating cross-layer references, and understanding how `Zod2XModel` and `Zod2XMixin` work together. Use this skill when implementing or modifying DDD-style layered models, especially when you need to manage complex schemas with clear separation of concerns.

2026-04-19