Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/commands/cleanup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Run all code quality skills in sequence — effects, memo, callbacks, state, React Query, emcn design review, and url-state
argument-hint: [scope] [fix=true|false]
argument-hint: "[scope] [fix=true|false]"
---

# Cleanup
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/emcn-design-review.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Review UI code for alignment with the emcn design system — components, tokens, patterns, and conventions
argument-hint: [scope] [fix=true|false]
argument-hint: "[scope] [fix=true|false]"
---

# EMCN Design Review
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/react-query-best-practices.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Audit React Query usage for best practices — key factories, staleTime, mutations, and server state ownership
argument-hint: [scope] [fix=true|false]
argument-hint: "[scope] [fix=true|false]"
---

# React Query Best Practices
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/ship.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Commit, push, and open a PR to staging in one shot
argument-hint: [optional context or scope notes]
argument-hint: "[optional context or scope notes]"
---

# Ship Command
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/you-might-not-need-a-callback.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Analyze and fix useCallback anti-patterns in your code
argument-hint: [scope] [fix=true|false]
argument-hint: "[scope] [fix=true|false]"
---

# You Might Not Need a Callback
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/you-might-not-need-a-memo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Analyze and fix useMemo/React.memo anti-patterns in your code
argument-hint: [scope] [fix=true|false]
argument-hint: "[scope] [fix=true|false]"
---

# You Might Not Need a Memo
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/you-might-not-need-an-effect.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Analyze and fix useEffect anti-patterns in your code
argument-hint: [scope] [fix=true|false]
argument-hint: "[scope] [fix=true|false]"
---

# You Might Not Need an Effect
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/you-might-not-need-state.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Analyze and fix unnecessary useState, derived state, and server-state-in-local-state anti-patterns
argument-hint: [scope] [fix=true|false]
argument-hint: "[scope] [fix=true|false]"
---

# You Might Not Need State
Expand Down
2 changes: 1 addition & 1 deletion .claude/commands/you-might-not-need-url-state.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Analyze and fix URL/query-param state anti-patterns — manual useSearchParams reads, hand-built query mutations, view-state trapped in useState, and objects in the URL
argument-hint: [scope] [fix=true|false]
argument-hint: "[scope] [fix=true|false]"
---

# You Might Not Need URL State
Expand Down