💻Developpement
Prompts pour le developpement logiciel, code review et debugging
Showing 25-36 of 397 prompts
Define a Git Strategy for a Team
Define a complete Git strategy adapted to your team: branching model, conventions, code review, and release management.
Configure ESLint and Prettier for a Project
Configure ESLint and Prettier from scratch with pre-commit hooks, IDE integration, and CI for standardizing your team's code.
Document Code with JSDoc/TSDoc
Generate professional and complete JSDoc/TSDoc documentation for your functions and classes with concrete examples.
Create Your First API with Express.js
Learn to create your first Express.js REST API from A to Z with pedagogical explanations adapted to beginners.
Install and Configure PostgreSQL for a Project
Install and configure PostgreSQL from scratch with database creation, users, application connection, and first SQL queries.
Learn Git Basics for Beginners
Learn Git from scratch with illustrated explanations, concrete examples, a practical workflow, and an essential commands cheatsheet.
Generate Precise Regular Expressions with AI
This prompt generates precise and documented regular expressions, tailored to your programming language, with detailed explanations and built-in tests.
Task brief for Claude Code: frame a feature end to end
Brief template to delegate a complete feature to Claude Code: goal, starting point, constraints, definition of done, working rules and recap format.
Write a project's CLAUDE.md: the brief Claude Code reads at every session
Turns your project description into a dense CLAUDE.md: commands, structure, conventions, pitfalls, off-limits areas and situations where the agent must ask before acting.
Implement OWASP security headers
Add security headers
Implement mutation testing
Measure test suite effectiveness
Choose a database for a use case
Make informed database choices