agent-models
01hlalljie/agent-workflow-presets
Cursor rule Cursor
Agent model registry. Defines which model to use per role. Use [MODEL:X] signal to reference a role anywhere delegation occurs.
hlalljie/agent-workflow-presets
Cursor rule Cursor
Agent model registry. Defines which model to use per role. Use [MODEL:X] signal to reference a role anywhere delegation occurs.
hlalljie/agent-workflow-presets
Cursor rule Cursor
Before making a scoped change, check if shared code already handles it.
hlalljie/agent-workflow-presets
Cursor rule Cursor
Documentation standards for code comments and docstrings.
hlalljie/agent-workflow-presets
Cursor rule Cursor
Communication style and workflow.
hlalljie/agent-workflow-presets
Cursor rule Cursor
Check for existing files before creating. Be conservative about new files and code.
hlalljie/agent-workflow-presets
Cursor rule Cursor
Never modify real/production data without explicit permission.
hlalljie/agent-workflow-presets
Cursor rule Cursor
Never install packages without approval. Research before proposing.
hlalljie/agent-workflow-presets
Cursor rule Cursor
Engineering quality — security defaults, show options when planning, think through failure modes.
hlalljie/agent-workflow-presets
Cursor rule Cursor
Never run git add, git commit, gh pr create, or git push without following the commit or pr skill.
hlalljie/agent-workflow-presets
Cursor rule Cursor
Formatting rules for all markdown docs. Optimizes for editor readability, not preview mode.
hlalljie/agent-workflow-presets
Cursor rule Cursor
Next.js version awareness.
hlalljie/agent-workflow-presets
Cursor rule Cursor
Always run the phase-summary skill before proposing any commit that completes a task loop.
hlalljie/agent-workflow-presets
Cursor rule Cursor
Canonical map of repo folders and docs.
hlalljie/agent-workflow-presets
Cursor rule Cursor
Never make up features, APIs, or config options. Research before suggesting technical solutions.
hlalljie/agent-workflow-presets
Cursor rule Cursor
Shell environment — zsh on macOS, PowerShell on Windows.
hlalljie/agent-workflow-presets
Cursor rule Cursor
Hard limits on how many plan tasks to implement per message. Always read before editing code for a task list.
hlalljie/agent-workflow-presets
Cursor rule Cursor
How to manage open questions, tasks, plans, and decisions. Fires when editing plan, task, decision, or open-question files.
hlalljie/agent-workflow-presets
Skill Claude CodeCodexCursor
Prepare and propose a commit. Use when the user asks to commit, prepare a commit, or similar. Never commits without explicit approval.
hlalljie/agent-workflow-presets
Skill Claude CodeCodexCursor
Break a plan phase into a concrete task list. Use when the user wants to start working on a specific phase, or asks to create tasks.
hlalljie/agent-workflow-presets
Skill Claude CodeCodexCursor
Create or update a project plan. Use only when the user explicitly asks to plan or invokes this skill. Never start implementation from this skill.
hlalljie/agent-workflow-presets
Skill Claude CodeCodexCursor
Produce the deliverables summary at the end of a task loop. Always run before preparing a commit.
hlalljie/agent-workflow-presets
Skill Claude CodeCodexCursor
Prepare and propose a pull request. Use when the user asks to create a PR, open a PR, or similar. Never opens a PR without explicit approval.
hlalljie/agent-workflow-presets
Skill Claude CodeCodexCursor
Conduct deep research on a topic and produce a concise research doc. Use when the user asks to research, investigate, or compare options. Invoked explicitly, not automatically.
hlalljie/agent-workflow-presets
Skill Claude CodeCodexCursor
Drive work to completion: blockers, task list, add-tests (plan + test artifacts), application code, run-tests, validate, verify-commit. Skills chain via cross-links by design; flatten later if navigation hurts. Owner sees blockers or finished work—not perpetual oversight.