Skip to content
Merged
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
4 changes: 4 additions & 0 deletions .claude/skills/feature/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ If an action affects another user:
- [ ] Actions affecting other users trigger email (if configured)
- [ ] Templates created for each email type

### 8b. Elegance check

For non-trivial changes: pause and ask yourself "is there a simpler or more elegant approach?" If the current implementation feels hacky, refactor before proceeding.

### 9. Run `/verify`

### 10. Run `/pull-request`
5 changes: 5 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ Use `.github/prompts/*` as task playbooks:
| Naming | `.github/prompts/naming.prompt.md` |
| PR | `.github/prompts/pull-request.prompt.md` |

## Workflow rules

- After any user correction, evaluate if the mistake pattern belongs in `ERRORS.md`
- Investigate and fix bugs autonomously — don't ask for hand-holding
- For non-trivial tasks, plan before coding
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Node / Express / Mongoose / JWT stack from Devkit. Standalone backend or fullsta
- Keep changes minimal and merge-friendly for downstream
- Every function: JSDoc header (`@param`, `@returns`)
- PRs: always use `/pull-request` — never open manually
- After user correction, evaluate if the pattern belongs in `ERRORS.md`

## Skills

Expand Down
Loading