ECC/agents
Freakk e7cb442843
feat: add Python/Django support and enhance READMEs (#139)
## Python Support
- **agents/python-reviewer.md**: Expert Python code review agent with PEP 8 compliance, type hints, security, and performance checks
- **commands/python-review.md**: Slash command for automated Python code review with ruff, mypy, pylint, black, bandit
- **skills/python-patterns/SKILL.md**: Python idioms, type hints, error handling, context managers, decorators, concurrency
- **skills/python-testing/SKILL.md**: pytest configuration, fixtures, parametrization, mocking, async testing, TDD methodology

## Django Support
- **skills/django-patterns/SKILL.md**: Django architecture, DRF patterns, project structure, QuerySets, serializers, ViewSets, service layer, caching
- **skills/django-security/SKILL.md**: Django security best practices, authentication, CSRF, SQL injection, XSS prevention, production settings
- **skills/django-tdd/SKILL.md**: Django testing with pytest-django, Factory Boy, model testing, API testing, integration testing
- **skills/django-verification/SKILL.md**: Pre-deployment verification loop including migrations, tests, security scans, performance checks

## Documentation Enhancements
- **Quick Start**: Added 3-step quick start guide to all READMEs (EN, zh-CN, zh-TW)
- **Beautification**: Added emoji icons for better visual hierarchy across all READMEs
- **.claude-plugin/plugin.json**: Added python-reviewer to agents list

All files follow project conventions with proper frontmatter, markdown formatting, and comprehensive code examples.

Co-authored-by: Freakz3z <freakk@FreakkdeMacBook-Air.local>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-01 04:05:02 -08:00
..
architect.md Fix plugin manifest validation errors (#75) 2026-01-25 17:38:25 -08:00
build-error-resolver.md Fix plugin manifest validation errors (#75) 2026-01-25 17:38:25 -08:00
code-reviewer.md Fix plugin manifest validation errors (#75) 2026-01-25 17:38:25 -08:00
database-reviewer.md fix: escape pipe in markdown table for markdownlint 2026-01-29 03:18:54 -08:00
doc-updater.md Fix plugin manifest validation errors (#75) 2026-01-25 17:38:25 -08:00
e2e-runner.md fix: use correct unscoped agent-browser package name (#77) 2026-01-25 19:04:47 -08:00
go-build-resolver.md fix: add language labels to fenced code blocks for MD040 compliance 2026-01-26 09:35:43 +00:00
go-reviewer.md fix: add language labels to fenced code blocks for MD040 compliance 2026-01-26 09:35:43 +00:00
planner.md Fix plugin manifest validation errors (#75) 2026-01-25 17:38:25 -08:00
python-reviewer.md feat: add Python/Django support and enhance READMEs (#139) 2026-02-01 04:05:02 -08:00
refactor-cleaner.md Fix plugin manifest validation errors (#75) 2026-01-25 17:38:25 -08:00
security-reviewer.md Fix plugin manifest validation errors (#75) 2026-01-25 17:38:25 -08:00
tdd-guide.md Fix plugin manifest validation errors (#75) 2026-01-25 17:38:25 -08:00