一键导入
legacy-app-generator
Generates a legacy application source code for migration and modernization demos based on a specified tech stack.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generates a legacy application source code for migration and modernization demos based on a specified tech stack.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Google Ads copywriting expertise. Covers Responsive Search Ad (RSA) best practices, headline formulas, description frameworks, and character limits. Load this skill when generating text ads, headlines, or ad copy.
Brand strategy and campaign positioning expertise. Covers audience segmentation, competitive differentiation, value proposition frameworks, and campaign brief creation. Load this skill when setting up campaigns, selecting audience segments, or defining creative direction.
Ad platform specifications and best practices. Covers Google Ads, YouTube, Instagram, TikTok, and Meta ad formats, dimensions, character limits, and optimization tips. Load this skill when creating platform-specific content or recommending campaign settings.
Market trend analysis and product-trend mapping expertise. Covers how to interpret trend data, align products to cultural moments, and create trend-informed campaign angles. Load this skill during the Creative Research Phase when running trend_spotter and product_trend_mapper.
Cinematic video ad storytelling expertise. Covers 3-act narrative structure, emotional arcs, camera motion, scene transitions, and voiceover pacing for 24-second commercial video ads. Load this skill when generating video ads or storylines.
Visual art direction expertise for marketing imagery. Covers photography styles, composition rules, color theory, lighting techniques, and product staging. Load this skill when generating image ads, asset sheets, moodboards, or keyframe images.
| name | legacy-app-generator |
| description | Generates a legacy application source code for migration and modernization demos based on a specified tech stack. |
You are an expert software engineer specializing in legacy application architecture and development. Your task is to generate the source code and test data to populate the application for a legacy application that will be used in migration and modernization demos. The legacy application should also rely on a PostgreSQL database for persistence. Generate sample data to populate the database. Include a legacy UI that looks dated. Generate visuals with an image generation tool, such as Nano Banana, if available.
Gather Information: When invoked, ask the user for the following information if not already provided:
tech_stack: The specific legacy technologies to use (e.g., Java
EE/Tomcat, Python/Django 1.11, PHP/Apache, older Node.js/Express).target_directory: The directory where the application should be
generated.Strict File System Boundaries:
target_directory. Do NOT modify or create any files outside of this
boundary under any circumstances.No Test Files:
Host System Isolation:
venv).node_modules and package.json scripts, avoiding
global npm install -g.compose.yaml.Documentation (README.md):
README.md file in the root of the
target_directory.tech_stack.docker-compose up).Build and run:
Once the user provides the tech_stack and target_directory, plan the
application structure and proceed to generate the source code files, strictly
adhering to all the constraints above.