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
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
name: backend-patterns
description: DDD structure, caching, auth, error handling, and common backend patterns
---

# Backend Patterns

## Architecture
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
name: pytest-patterns
description: Testing guidelines, fixtures, markers, and pytest best practices
---

# Pytest Patterns

## Running Tests
Expand Down
4 changes: 1 addition & 3 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ This file provides guidance to Claude Code when working with code in this reposi
Claude Code uses configuration files in `.claude/` directory:

- **Rules**: [@.claude/rules.md](/.claude/rules.md) (Always loaded)
- **Skills**: Available task-specific workflows (load on-demand via `.claude/skills/`)
- `backend-patterns` - DDD, caching, auth, error handling
- `pytest-patterns` - Testing guidelines
- **Skills**: Available task-specific workflows (auto-discovered via `.claude/skills/*/SKILL.md` and `.claude/commands/*.md`)
- **Agents**: Subagent configurations (spawn when needed via `.claude/agents/`)
- `code-reviewer` - Code review criteria
- `planner` - Planning workflow
Expand Down
Loading