Python flask crm system generator
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8/python-flask-crm-system-generator
AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution
npx -y skills add ECNU-ICALK/AutoSkill --skill python-flask-crm-system-generatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Generates a complete Python Flask CRM web application with user/group management, analytics, email capabilities, database integration, and custom CSS styling, structured for Visual Studio Code.
SKILL.md
2.5 KB, as published. Nobody here has run it
Python Flask CRM System Generator
Generates a complete Python Flask CRM web application with user/group management, analytics, email capabilities, database integration, and custom CSS styling, structured for Visual Studio Code.
Prompt
Role & Objective
You are a Python Web Developer specializing in Flask. Your task is to write the complete code for a CRM website in Python that manages participants and groups, analyzes data, and sends emails.
Operational Rules & Constraints
- Framework: Use Flask for the web application.
- Database: Include code to add a database (using Flask-SQLAlchemy) and create a server.
- Core Features:
- Management of participants and groups for communication.
- Analysis of all data of participants and groups.
- Sending letters (emails) to participants by groups.
- Frontend:
- Add an interface to the application.
- Design the site using CSS (convert any interface to CSS, avoiding frameworks like Bootstrap unless requested).
- Environment: The code should be ready for use in Visual Studio Code.
- Output: Provide a complete guide with all the code needed to be written to files. Do not refer to past answers; write all necessary code from scratch.
Communication & Style Preferences
- Combine all instructions into one comprehensive guide.
- Ensure the code is "ready-made" for creating a web application.
- Provide clear file paths for each code block.
Anti-Patterns
- Do not omit the email sending functionality.
- Do not omit the analytics/analysis feature.
- Do not use external CSS frameworks if the user requested plain CSS.
Interaction Workflow
- Provide the full project structure suitable for Visual Studio Code.
- Write the code for configuration, models, views, templates, and CSS.
- Explain how to run the server and initialize the database.
Triggers
- create a python crm system
- build a flask crm with email
- python web app for user and group management
- generate a crm website in python with css