simulate-project-creation
Performs end-to-end (E2E) testing of the project scaffolding scripts to verify cross-platform functionality and encoding integrity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Performs end-to-end (E2E) testing of the project scaffolding scripts to verify cross-platform functionality and encoding integrity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | simulate-project-creation |
| description | Performs end-to-end (E2E) testing of the project scaffolding scripts to verify cross-platform functionality and encoding integrity. |
| version | 1.0.0 |
| last_reviewed | "2026-05-30T00:00:00.000Z" |
| status | active |
| scope | workspace |
| owner | scaffolding-expert |
| prerequisites | PowerShell or Bash |
| metadata | {"type":"process","triggers":["simulate project","test scaffolding","dry run project creation"]} |
This skill is designed to be used by the scaffolding-expert or architect agents to verify that the new-project logic creates fully functional workspace templates without corruption.
mkdir scripts/temp/e2e-test-scaffold (or equivalent).powershell -ExecutionPolicy Bypass -File .\scripts\new-project.ps1 "e2e-test-scaffold"bash scripts/new-project.sh "e2e-test-scaffold"e2e-test-scaffold/ and match the templates/ directory layout..ps1 and .md files contain UTF-8 characters without CP949 corruption).rm -rf scripts/temp/e2e-test-scaffold.bun scripts/verify-scripts.ts --verify in the scaffolded project — must exit 0 with 0 errors (confirms L0-only registry entries were filtered out).Runs the full project sync pipeline — lifecycle update, audit, L0→L1 publish, commit, push, and PR creation.
Runs the full project sync pipeline — lifecycle update, audit, L0→L1 publish, commit, push, and PR creation.
Turn a topic or your own materials into a single self-contained, interactive HTML report — top tabs, clickable reference drawers, dense tables, comparison heatmaps, inline SVG, in-page search, a light/dark theme toggle, and multilingual support. Use when: user says "/explain-me", "/reportme", "make a report", "create report", "explain this topic". Inspired by beret21/reportme.
Document Production Workflow for co-deck — generates searchable, themed handbooks as static sites (GitHub Pages). Three modes: standalone handbook, lecture companion (reads co-deck slide_deck.md), full course site. Responds to "make handbook", "create handbook", "build course site", "companion handbook" (triggered by Korean phrases too). H-Stage pipeline (H-0 through H-7). Independent from the 11-Stage slide pipeline.
Turn a topic or your own materials into a single self-contained, interactive HTML report — top tabs, clickable reference drawers, dense tables, comparison heatmaps, inline SVG, in-page search, a light/dark theme toggle, and multilingual support. Use when: user says "/explain-me", "/reportme", "make a report", "create report", "explain this topic". Inspired by beret21/reportme.
Pre-edit fact-forcing quality gate. Ensures agents investigate a file's importers, schemas, and scope constraints before making changes. Part of the 3-layer enforcement model (Hook → Prompt → Skill).