setup
25hlalljie/agent-workflow-presets
Skill Claude CodeCodexCursor
Walk through filling in a freshly-copied agent-presets .cursor/ folder. Use once per new project, after copying .cursor/ and docs/ into the repo.
hlalljie/agent-workflow-presets
Skill Claude CodeCodexCursor
Walk through filling in a freshly-copied agent-presets .cursor/ folder. Use once per new project, after copying .cursor/ and docs/ into the repo.
hlalljie/agent-workflow-presets
Skill Claude CodeCodexCursor
Execute a tests/manual Markdown checklist with MCP browser: satisfy Start state, optional Vitest prerequisite, then follow Procedure. Use for manual regression, verify-commit, or run-task-loop validation—not for authoring the doc.
hlalljie/agent-workflow-presets
Skill Claude CodeCodexCursor
Run tests in order per test plan: Vitest, smoke scripts, manual browser, build. During the loop, dev server is fine for quick manual checks; production build + start (preview) before calling work done—verify-commit repeats preview. See skill body.
hlalljie/agent-workflow-presets
Skill Claude CodeCodexCursor
Author or update Markdown browser checklists under tests/manual using TEMPLATE.md. Use when UI, shell, or MCP-only paths need a human/agent procedure—not for Vitest.
hlalljie/agent-workflow-presets
Skill Claude CodeCodexCursor
Pre-commit gate: test plan order or npm test + build + lint; manual browser on preview, not dev-only; scoped review. PASS/FAIL only—no commit or fixes.