Que fait market-scan-skill ?
Portable AI market intelligence scan Agent Skill: fetch signals, save a Markdown recap, render a newspaper-style HTML, export a PDF.
Compétence portable d'analyse de veille marché pour agents IA : récupérer des signaux, sauvegarder un récapitulatif Markdown, générer un HTML au format journal, et exporter un PDF.
Cette compétence portable pour agents IA permet d'effectuer une analyse de veille marché automatisée et complète. Elle commence par récupérer des signaux marché depuis des sources définies, puis les synthétise dans un récapitulatif Markdown structuré. Ensuite, elle génère une version HTML au style « journal » (newspaper-style) pour une lecture immersive et visuellement riche. Enfin, elle exporte le tout au format PDF, prêt à être partagé ou archivé. Conçue pour être utilisée avec des agents comme Claude Code, Cursor ou Codex, cette compétence est idéale pour les développeurs et professionnels souhaitant automatiser le suivi concurrentiel, technologique ou sectoriel sans quitter leur environnement de travail. L'ensemble du pipeline (fetch → Markdown → HTML → PDF) s'exécute de manière autonome, offrant un résultat clé en main.
npx skills add irisBuild25/market-scan-skillPortable AI market intelligence scan Agent Skill: fetch signals, save a Markdown recap, render a newspaper-style HTML, export a PDF.
ElevenLabs text-to-speech with mac-style say UX.
Oracle CLI second-model review/debug/refactor/design with selected files, dry-run token checks, API or browser engine.
Capture and automate macOS UI with the Peekaboo CLI.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.