mit einem Klick
scaffold-service
Génère un nouveau Service Python (Singleton) respectant l'architecture et les coding standards du projet.
Menü
Génère un nouveau Service Python (Singleton) respectant l'architecture et les coding standards du projet.
Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.
Crée un nouveau module ou service JavaScript (ES6) pour le frontend static.
Expert en raisonnement décomposé. Force l'usage de sequentialthinking_tools pour valider la logique Flask, les orchestrateurs et les flux asynchrones Redis/Celery.
Manage changes to the R2 transfer pipeline (Python service, Cloudflare Workers, PHP logger) with mandatory validations, allowlists, and regression checks.
Inspect and reconcile Redis-stored configs (processing_prefs, routing_rules, webhook_config, magic_link_tokens) using direct MCP Redis tools and approved scripts/APIs/dashboard flows. Trigger when validating config drift, migrations, or debugging persistence issues.
Streamline any change touching the dynamic routing rules stack (service, API, orchestrator, frontend) with mandatory validation steps and test coverage.
| name | scaffold-service |
| description | Génère un nouveau Service Python (Singleton) respectant l'architecture et les coding standards du projet. |
Utilise ce skill lorsqu'il faut créer un nouveau service dans services/.
_instance, _lock et get_instance.from __future__ import annotations, Type hints complets (ex: -> Response ou -> tuple[Response, int]). Les fonctions doivent faire moins de 40 lignes logiques.app_logging/).ConfigService (env) et utilisation des fonctions de module get_config_json / set_config_json de config.app_config_store (Redis-first).Utilise le fichier service_template.py comme base. Remplace NewService par le nom du service demandé (PascalCase) et adapte les docstrings.