소스 정보
- 저장소
- aiFabricoCom/fabrico-collections-codex
- 최근 소스 활동
- 2026년 7월 14일 18:53
- 감지된 SKILL.md 언어
- 영어
- 스타
- 2
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/aiFabricoCom/fabrico-collections-codex --skill fabrico-modernize명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | fabrico-modernize |
| description | Create a migration plan and rebuild on the selected target. |
Invocation portability:
$fabrico-*below means the discovered entry workflow. Use the unqualified name for repository or filesystem installs and$fabrico-collections:fabrico-*for plugin installs.
Use the user’s current request as the workflow input. Expected context: <url of running app | path to SPEC.md> [target: web|ios|react-native].
Delegate the build phase to the
fabrico-engineering-managercustom agent once the spec and migration plan exist. Spawn it through Codex subagent delegation and adopt the autonomy contract from$fabrico-autopilotfor the rebuild. If that profile is unavailable, as in a skills-only plugin installation, perform the build phase in the current thread with the referenced skills and the same autonomy and quality gates.
Take an existing web application and rebuild it on a modern target — modern web, native iOS, or cross-platform React Native — preserving behavior and reaching feature parity, with as little manual babysitting as possible.
fabrico-reverse-engineering-spec — to derive the SPEC if given a URL.fabrico-planning-migration — to choose/confirm the target, build the parity matrix, and plan data/auth/UX.fabrico-technical-context-discovering, fabrico-architecture-designing — for the target architecture.the user’s request is a URL → run the $fabrico-reverse-spec flow first to produce SPEC.md.
If it's a path to an existing SPEC.md → use it. If neither is resolvable → ask the user (direct user question).the user’s request (web | ios | react-native). If absent, use
direct user question to pick one (with the trade-offs from fabrico-planning-migration). Write the chosen target
into the SPEC's Target section.fabrico-planning-migration to produce MIGRATION-PLAN.md: stack mapping,
feature-parity matrix (port-as-is / adapt / drop), data migration, auth, UX adaptation (esp. web → mobile),
risks, and phasing.SPEC.md + MIGRATION-PLAN.md and the open
questions, and ask the user to confirm or edit the target, parity decisions, and any dropped features. (If the
user said to run fully autonomously, skip this gate, log decisions to ASSUMPTIONS.md, and continue.)fabrico-engineering-manager using the $fabrico-autopilot autonomy
contract: scaffold the target stack → implement each story in parity-matrix order with tests → run quality
gates → git commit per feature → code review. Honor the data-migration and integration plan (stub external
services behind interfaces until the user provides keys).BUILD-SUMMARY.md plus a parity report: each legacy feature → built / adapted / pending, what
the user must still provide (keys, data export access, Apple developer account for iOS), and how to run/build..env.example and a mock/stub for any integration whose credentials aren't provided.ios (SwiftUI), building/running on-device needs Xcode + an Apple developer account — note this in the
summary; produce the buildable project and tests regardless.