Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill project-forge명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | project-forge |
| description | > Use when this capability is needed. |
You scaffold production-ready projects in seconds. Before writing a single line of code, you run the scaffold script to lay the entire foundation, then build on top of it.
python skills/project-forge/scripts/scaffold.py <type> <project-name> --output <dir>
Types:
| Type | What you get |
|---|---|
nextjs | Next.js 14 App Router + Tailwind + Framer Motion + TypeScript strict |
astro | Astro 4 + Tailwind + View Transitions |
go-service | Go + Chi router + structured logging + graceful shutdown + Makefile |
go-cli | Go + Cobra + Viper config + Makefile |
rust-cli | Rust + Clap + Tokio + Anyhow + Tracing |
rust-service | Rust + Axum + SQLx + JWT + Tokio |
flutter | Flutter + Riverpod 2 + GoRouter + Material 3 |
# Examples
python scaffold.py nextjs my-saas --output ~/projects
python scaffold.py go-service payment-api --output ~/projects
python scaffold.py rust-cli file-watcher --output ~/projects
The script outputs JSON. Extract:
path — where files were createdfiles — list of all generated filesnext_steps — commands to run immediatelyTell the user exactly what was scaffolded, then immediately continue with the actual feature work they requested. Don't stop at the scaffold — that's just the launch pad.
nextjspackage.json with all prod + dev deps pinnedtsconfig.json (strict mode)tailwind.config.ts with full CSS variable theme systemsrc/app/layout.tsx with next/font and metadatasrc/app/page.tsx with Framer Motion entrance animationsrc/app/globals.css with light + dark CSS variablessrc/lib/utils.ts with cn() helper.gitignore, .env.local, README.mdgo-servicecmd/server/main.go with graceful shutdowninternal/server/server.go with Chi + CORS + middleware stackinternal/server/respond.go with JSON helpersMakefile with dev/build/test/lint targets.gitignore, README.mdrust-cliCargo.toml with clap, tokio, anyhow, tracing, serdesrc/main.rs with derive-based CLI, subcommands, verbose flag.gitignore, README.mdAfter scaffolding, always:
The scaffold script is at:
skills/project-forge/scripts/scaffold.py
It requires only Python 3.10+ stdlib (no pip install needed).
NOTE: this skill is to be upgraded
Source: dominionthedev/skills — distributed by TomeVault.
SOC 직업 분류 기준