원클릭으로
forge
forge에는 ZhiHanZ에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Replan a forge project mid-execution. Use when the user wants to change the feature plan, add new features, modify scope, or adjust priorities after development has started. Handles POC failures and architecture pivots. Triggers: "forge adjust", "replan", "add features", "change plan".
Post-session review skill. Dispatched by CLI between executor sessions. Reviews git diff against 4 principles, curates knowledge (patterns, gotchas, decisions), promotes proven references to patterns, writes targeted feedback with context pointers for the next agent.
Project architect skill for forge. Detects planning phase (research, POC, full), scaffolds DESIGN.md, generates features.json with verify scripts. Interactive — discuss architecture with the user before generating features. Triggers: "forge planning", "plan features", "generate features".
Autonomous coding agent protocol for forge-managed development loops. Follow this protocol when working in a forge project: claim features from features.json, implement them, run verify scripts, write context entries, and commit. Used automatically during forge run sessions.