Default workflow for smmariquit repositories. Use at the start of any task — read README, match conventions, minimal diffs, no secrets in commits, verify before redoing infra work. Check for stack-specific skills in this repo (.cursor/skills/).
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Default workflow for smmariquit repositories. Use at the start of any task — read README, match conventions, minimal diffs, no secrets in commits, verify before redoing infra work. Check for stack-specific skills in this repo (.cursor/skills/).
Repo baseline
Start of task
Read README.md (and CONTRIBUTING.md if present).
List .cursor/skills/ — load any skill that matches the task.
Check package.json / pyproject.toml / Cargo.toml for scripts before inventing commands.
While working
Reuse existing functions and patterns; don't reimplement parallel utilities.
Prefer extending current abstractions over new files.
Comments only for non-obvious logic.
Git
Commit only when asked.
No --no-verify unless the user explicitly requests it.
Don't amend pushed commits unless the user asks.
Cross-repo infra
If the task touches Cloudflare, Vercel, or DNS across multiple repos, check smmariquit/tutorials for MIGRATION-HANDOFF.md and MIGRATION-STATUS.md before redoing migration work.
MCP vs shell
For Cloudflare or Vercel tasks: try the enabled MCP tools first (after auth). Fall back to gh, wrangler, or curl if MCP lacks scope or returns auth errors — report which path was used.