用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aiFabricoCom/fabrico-collections-codex --skill fabrico-modernize命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Audit AWS cost optimization and tagging compliance.
Audit GCP cost optimization and labeling compliance.
Process discovery materials into Jira-ready epics and user stories, or iterate on an existing backlog.
基于 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.