.agents/skills/productivity/SKILL.md
Helps with workflows, automation, git, and multi-agent collaboration. Use when optimizing development processes or coordinating between different agents (Claude, OpenAI, etc.).
npx skillsauth add FRmicrow/dataFootV1 productivityInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill optimizes the development workflow and ensures seamless collaboration between agents and humans.
.agents/workflows/.task.md and project progress tracking..md workflows for complex tasks.task.md updated with every task boundary.project-context)..agents and .claude directories.development
Écrire des tests unitaires Node.js. Utiliser quand on teste une fonction isolée avec Vitest dans backend/test/.
testing
Tester l'intégration entre services. Utiliser quand on vérifie l'interaction contrôleur/service avec Supertest + Vitest.
development
Tester les composants React avec Vitest + Testing Library. Utiliser quand on teste le rendu ou les interactions.
testing
Écrire des tests end-to-end Playwright. Utiliser quand on teste l'application complète du point de vue utilisateur.