AI SummaryA comprehensive system prompt and structural guide for building production-ready GenAI applications with clear rules, templates, and best practices across multiple AI platforms. Developers building AI agents and structured LLM applications benefit from its emphasis on proper configuration, testing, and code standards.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "genai-project-template — System Prompt" prompt rules to my project. Repository: https://github.com/KazKozDev/genai-project-template Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Project template and agent system prompt for building structured GenAI applications
Tools
All Python code MUST be formatted with: • Black — code formatter • Ruff — linter (replaces flake8, isort)
Generate requirements from code imports
pipreqs . --force --savepath requirements_check.txt
Compare with existing requirements
diff requirements.txt requirements_check.txt
Agent System Prompt
> Copy everything below the line into your AI agent's system prompt or custom instructions.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts