feat: add Next.js, Vue/Nuxt, React, Python (Django/FastAPI) skills and agents

- python-developer agent: Django/FastAPI backend specialist
- nextjs-patterns skill: App Router, Server Components, Server Actions, Auth.js
- vue-nuxt-patterns skill: Composition API, Pinia, Nitro server, SSR
- react-patterns skill: hooks, Context, TanStack Query, React Hook Form
- python-django-patterns skill: DRF, services, repositories
- python-fastapi-patterns skill: async, Pydantic, SQLAlchemy, dependencies
- /nextjs pipeline command for full-stack Next.js apps
- /vue pipeline command for full-stack Vue/Nuxt apps
- Updated frontend-developer with framework-specific skills
- Updated orchestrator, capability-index for Python + frontend routing
- Updated README, STRUCTURE, EVOLUTION_LOG with all new stacks

Total agents: 30. Stacks: PHP, Next.js, Vue/Nuxt, React, Python, Go, Flutter, Node.js
This commit is contained in:
¨NW¨
2026-04-19 10:04:51 +01:00
parent b46a1a20a8
commit 7445e66676
15 changed files with 1942 additions and 9 deletions

View File

@@ -1,6 +1,8 @@
# APAW — Automatic Programmers Agent Workflow
**Self-Improving Agent Pipeline** — автономная система из 29+ специализированных ИИ-агентов с автоматической эволюцией промптов, мониторингом выполнения и модульной архитектурой.
**Self-Improving Agent Pipeline** — автономная система из 30+ специализированных ИИ-агентов с автоматической эволюцией промптов, мониторингом выполнения и модульной архитектурой.
Поддерживаемые стеки: **PHP/Laravel/Symfony/WordPress**, **Next.js**, **Vue/Nuxt**, **React**, **Python/Django/FastAPI**, **Go**, **Flutter**, **Node.js/Express**.
---
@@ -9,8 +11,8 @@
```
APAW/
├── .kilo/ # KiloCode конфигурация
│ ├── agents/ # 29 агентов (YAML frontmatter)
│ ├── commands/ # Workflow команды (/pipeline, /laravel, /wordpress, etc.)
│ ├── agents/ # 30 агентов (YAML frontmatter)
│ ├── commands/ # Workflow команды (/pipeline, /laravel, /nextjs, /vue, etc.)
│ ├── rules/ # Правила кодирования (атомарные задачи, модульность, токены)
│ ├── skills/ # Специализированные навыки (PHP, Go, Node, Docker, Gitea)
│ ├── shared/ # Общие модули (gitea-api, gitea-commenting, self-evolution)
@@ -74,7 +76,7 @@ bun run agent:stats --project UniqueSoft/my-shop
---
## Команда агентов (29+)
## Команда агентов (30+)
### Планирование и Анализ
@@ -95,6 +97,7 @@ bun run agent:stats --project UniqueSoft/my-shop
| `@frontend-developer` | Qwen3-Coder 480B | UI компоненты |
| `@backend-developer` | Qwen3-Coder 480B | Node.js/Express APIs |
| `@php-developer` | Qwen3-Coder 480B | PHP/Laravel/Symfony/WordPress |
| `@python-developer` | Qwen3-Coder 480B | Python/Django/FastAPI |
| `@go-developer` | Qwen3-Coder 480B | Go/Gin/Echo APIs |
| `@flutter-developer` | Qwen3-Coder 480B | Flutter mobile apps |
| `@devops-engineer` | Nemotron-3-Super | Docker, K8s, CI/CD |
@@ -219,6 +222,11 @@ Subagent модели определены в `.md` файлах агентов.
- `php_web_development``php-developer`
- `laravel_development``php-developer`
- `wordpress_development``php-developer`
- `python_web_development``python-developer`
- `django_development``python-developer`
- `fastapi_development``python-developer`
- `nextjs_development``frontend-developer`
- `vue_nuxt_development``frontend-developer`
- `security``security-auditor`
- и т.д.
@@ -258,6 +266,15 @@ bun run agent:stats
- `php-testing` — PHPUnit, Pest, Dusk
- `php-modular-architecture` — Modules, packages, service separation
### Frontend (Next.js / Vue / React)
- `nextjs-patterns` — Next.js 14+ App Router, Server Components, Server Actions, Auth.js
- `vue-nuxt-patterns` — Vue 3 / Nuxt 3 Composition API, Pinia, Nitro, SSR
- `react-patterns` — React 18+ hooks, Context, TanStack Query, React Hook Form
### Python
- `python-django-patterns` — Django models, DRF, services, repositories
- `python-fastapi-patterns` — FastAPI async, Pydantic, SQLAlchemy, dependencies
### Инфраструктура
- `gitea-workflow` — Gitea интеграция (автодетекция проекта)
- `gitea-commenting` — Автоматические комментарии
@@ -338,7 +355,7 @@ bun run agent:stats:project --project UniqueSoft/my-shop
| Runtime | TypeScript / Node.js / Bun |
| Agent Runtime | KiloCode VS Code Extension |
| Version Control | Gitea + Git Flow |
| Languages | TypeScript / PHP / Go / Dart |
| Languages | TypeScript / PHP / Python / Go / Dart |
| Testing | TDD (Red-Green-Refactor), PHPUnit, Pest |
| Containerization | Docker / Docker Compose |
@@ -347,12 +364,14 @@ bun run agent:stats:project --project UniqueSoft/my-shop
## Статус проекта
✅ Production Ready
29 агентов
30 агентов
✅ Self-improving pipeline с fitness scoring
✅ Gitea интеграция с автодетекцией проекта
✅ Agent Evolution Dashboard
✅ Мониторинг выполнения агентов
✅ PHP/Laravel/Symfony/WordPress поддержка
✅ Next.js / Vue/Nuxt / React поддержка
✅ Python/Django/FastAPI поддержка
✅ Атомарные задачи и модульная архитектура
---