بنقرة واحدة
chat
يحتوي chat على 3 من skills المجمعة من strands-compose، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Build and extend the Python backend in src/strands_compose_chat. Use when adding or editing routes, services, models, schemas, dependencies, migrations, admin views, or app wiring. Backend only; not the React UI in ui/.
Write, repair, and reason about tests for the Python backend in src/strands_compose_chat. Use whenever adding, fixing, or reviewing tests under tests/, or deciding what to test for a backend change. Backend tests only; not the React UI in ui/.
Build and extend the web UI in the ui/ directory. Use when adding or editing components, views, contexts, hooks, store, or services in ui/src. Frontend only; not the Python backend.