feat: Add Claude Code configuration for enhanced development workflow#413
Open
roeiba wants to merge 1 commit intoanthropics:mainfrom
Open
feat: Add Claude Code configuration for enhanced development workflow#413roeiba wants to merge 1 commit intoanthropics:mainfrom
roeiba wants to merge 1 commit intoanthropics:mainfrom
Conversation
Add comprehensive Claude Code configuration to improve the development experience with AI-assisted coding. This includes specialized agents, coding conventions, and automated hooks. ## Changes ### Agents (`.claude/agents/`) - **code-reviewer**: Expert Python code reviewer for type safety, async patterns, PEP 8 compliance, and SDK best practices - **debugger**: Async debugging specialist for root cause analysis - **test-writer**: Pytest test author with async support ### Skills (`.claude/skills/`) - **project-conventions**: Python coding standards guide with type hints, async patterns, and PEP 8 compliance rules ### Configuration - **CLAUDE.md**: Project context with tech stack, structure, and conventions - **settings.json**: Hooks for auto-formatting with ruff on file changes ## Benefits - Consistent code quality through automated reviews - Faster debugging with specialized async debugging agent - Comprehensive test coverage with pytest-asyncio patterns - Auto-formatting on save with ruff check and format hooks
ashwin-ant
requested changes
Dec 15, 2025
Collaborator
ashwin-ant
left a comment
There was a problem hiding this comment.
Thanks for getting this started! Have you tested out the skills and agents to see how effective they are?
Collaborator
There was a problem hiding this comment.
There's already a CLAUDE.md in the repo root, I don't think we need a second one here
Comment on lines
+5
to
+6
| "Write", | ||
| "Edit", |
Collaborator
There was a problem hiding this comment.
Let's not auto-allow these
| "Edit", | ||
| "Grep", | ||
| "Glob", | ||
| "Bash" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add comprehensive Claude Code configuration to improve the development experience with AI-assisted coding. This includes specialized agents, coding conventions, and automated hooks.
Changes
Agents (
.claude/agents/)Skills (
.claude/skills/)Configuration
Benefits
This PR solves #415