name: fh-new-project description: "Bootstrap a new tracked project with design framework, conventions, and GSD roadmap. Use when the user says 'new project', 'start a project', 'bootstrap', 'set up a new app', or 'initialize'. Creates .planning/ structure and CLAUDE.md. Supports --auto flag for fully autonomous project creation. (Codex adapter)"
fh-new-project
This is a Codex compatibility adapter for the original fhhs skill fh:new-project.
- Codex skill name:
fh-new-project - Original Claude Code command:
/fh:new-project - Source skill file:
../../../.claude/skills/new-project/SKILL.md
Instructions
- Read and follow
../../../.claude/skills/new-project/SKILL.md. - Translate command references from
/fh:<name>to the mapped Codex skill name in.codex/README.md(usuallyfh-<name>, while startup skills keepstartup-...). - If the source skill references Claude-specific tools that are unavailable, use the closest Codex-equivalent tools and continue.
- If the source skill requests Claude Agent-tool dispatch and your Codex runtime lacks equivalent subagent support, execute the delegated work inline while preserving the original intent and checks.
- Preserve quality intent with Codex model tiers: use
openai-codex/gpt-5.3-codexfor planning/review/critical reasoning andopenai-codex/gpt-5.4-minifor fast exploratory or mechanical tasks.