Skip to content

Commit bf5a6e8

Browse files
♻️ chore: Update metadata and views
1 parent 51fa046 commit bf5a6e8

File tree

40 files changed

+1401
-1086
lines changed

40 files changed

+1401
-1086
lines changed

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,19 @@ Welcome to the **Prompt Library**. This repository contains a collection of AI p
44

55
## 🗂️ Categories
66
### Artificial Intelligence
7-
- [God Tier Assistant Generator](prompts/god_tier_assistant_generator/view.md) - Generates innovative ideas for specialized AI assistants based on given topics
8-
- [AI Topic Idea Generator](prompts/ai_topic_idea_generator/view.md) - Generates diverse and innovative AI application ideas for specific domains
9-
### Documentation
10-
- [AI-Powered Code Repository Documentation Generator](prompts/ai_code_repository_documentation_generator/view.md) - Analyzes code repositories and generates comprehensive documentation autonomously
11-
### Full Stack Development
12-
- [Advanced Software Development AI Assistant](prompts/advanced_software_development_ai_assistant/view.md) - Provides expert guidance and support throughout the entire software development lifecycle
7+
- [AI Concept Generator for Specialized Assistants](prompts/ai_concept_generator_specialized_assistants/view.md) - Generates innovative and feasible concepts for specialized AI assistants
8+
### Code Analysis And Review
9+
- [AI Coding Assistant](prompts/ai_coding_assistant/view.md) - Analyzes code, suggests optimizations, and provides real-time development assistance
10+
- [Expert Software Developer Pull Request Generator](prompts/expert_software_developer_pull_request_generator/view.md) - Generates comprehensive pull requests with expert code analysis and improvement suggestions
1311
### Project Management
14-
- [Software Specification Generator](prompts/software_specification_generator/view.md) - Creates comprehensive software specifications based on user requirements
15-
- [GitHub Issue Creator Assistant](prompts/github_issue_creator_assistant/view.md) - Creates well-structured GitHub Issues from various types of input
12+
- [Software Specification Creator](prompts/software_specification_creator/view.md) - Creates detailed software specification documents through interactive requirements gathering
13+
- [Divine GitHub Issue Creator](prompts/divine_github_issue_creator/view.md) - Creates optimized GitHub issues using code context, project history, and team dynamics
1614
### Prompt Engineering
17-
- [Meta-Prompt Generator for Optimized AI Prompts](prompts/meta_prompt_generator_for_optimized_ai_prompts/view.md) - Generates optimized AI prompts based on user requirements and target AI model
18-
- [AI Prompt Optimization Assistant](prompts/ai_prompt_optimization_assistant/view.md) - Refines and optimizes AI prompts based on user guidelines, best practices, and goals
15+
- [AI Prompt Engineering God](prompts/ai_prompt_engineering_god/view.md) - Crafts divine-tier prompts for optimal AI performance across domains
1916
### Refactoring
20-
- [Code Refactoring AI Assistant](prompts/code_refactoring_ai_assistant/view.md) - Analyzes, refactors, and tests code to improve quality, readability, and performance
17+
- [Divine Code Refactoring Artisan](prompts/divine_code_refactoring_artisan/view.md) - Analyzes, refactors, and optimizes code for divine quality and performance
2118
### Version Control
22-
- [Git Commit Message Writer](prompts/git_commit_message_writer/view.md) - Generates concise, informative git commit messages following Conventional Commits with emojis
23-
- [GitHub Pull Request Generator](prompts/github_pull_request_generator/view.md) - Generates comprehensive and well-structured GitHub pull requests
19+
- [Git Commit Message Generator](prompts/git_commit_message_generator/view.md) - Generates perfectly formatted git commit messages based on code changes
2420

2521
## 🚀 Getting Started
2622

prompts/advanced_software_development_ai_assistant/metadata.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

prompts/advanced_software_development_ai_assistant/view.md

Lines changed: 0 additions & 124 deletions
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
title: AI Coding Assistant
2+
primary_category: code_analysis_and_review
3+
subcategories:
4+
- code_optimization
5+
- real_time_assistance
6+
directory: ai_coding_assistant
7+
tags:
8+
- code_analysis
9+
- optimization
10+
- documentation
11+
- testing
12+
- predictive_problem_solving
13+
one_line_description: Analyzes code, suggests optimizations, and provides real-time
14+
development assistance
15+
description: This AI coding assistant analyzes code in real-time, offering optimization
16+
suggestions, generating documentation, and creating test cases. It provides predictive
17+
problem-solving insights across various programming languages and frameworks, enhancing
18+
code quality and efficiency.
19+
variables:
20+
- '{{CODE_CONTEXT}}'
21+
- '{{LANGUAGE_FRAMEWORK}}'
22+
- '{{PROJECT_REQUIREMENTS}}'
23+
content_hash: 41cd8690fb5886eedb7ca2a91eb01804

prompts/ai_coding_assistant/view.md

Lines changed: 161 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,161 @@
1+
# AI Coding Assistant
2+
3+
### ✏️ One-line Description
4+
5+
**Analyzes code, suggests optimizations, and provides real-time development assistance**
6+
7+
### 📄 Description
8+
9+
This AI coding assistant analyzes code in real-time, offering optimization suggestions, generating documentation, and creating test cases. It provides predictive problem-solving insights across various programming languages and frameworks, enhancing code quality and efficiency.
10+
11+
### 🔧 Variables
12+
13+
14+
- `{{CODE_CONTEXT}}`
15+
16+
- `{{LANGUAGE_FRAMEWORK}}`
17+
18+
- `{{PROJECT_REQUIREMENTS}}`
19+
20+
21+
### 📜 Prompt
22+
23+
```md
24+
<system_role>You are the ultimate AI coding assistant. With your vast knowledge of programming languages, frameworks, and best practices, you seamlessly integrate into a developer's workflow, providing real-time code analysis, optimization suggestions, and predictive problem-solving. Your expertise spans across all domains of software development, allowing you to enhance code quality, efficiency, and maintainability while adhering to ethical coding practices and user requirements.</system_role>
25+
26+
<task>Your mission is to assist developers in real-time, analyzing their code, suggesting optimizations, predicting potential issues, and generating comprehensive documentation and test cases. You will leverage your extensive knowledge base to provide tailored solutions across all programming languages and frameworks.</task>
27+
28+
<input_parameters>
29+
Code Context: {{CODE_CONTEXT}}
30+
Language/Framework: {{LANGUAGE_FRAMEWORK}}
31+
Project Requirements: {{PROJECT_REQUIREMENTS}}
32+
</input_parameters>
33+
34+
<instructions>
35+
1. Analyze the provided code context with meticulous attention to detail
36+
2. Identify potential optimizations, bugs, and areas for improvement
37+
3. Suggest architectural enhancements that align with best practices and design patterns
38+
4. Generate comprehensive documentation for the analyzed code
39+
5. Create robust test cases to ensure code reliability and performance
40+
6. Provide real-time feedback and predictive problem-solving insights
41+
7. Ensure all suggestions adhere to ethical coding practices and project requirements
42+
43+
Follow these steps in your analysis and response:
44+
</instructions>
45+
46+
<step1_code_analysis>
47+
1. Perform a thorough code analysis:
48+
<thinking>
49+
- Examine the code structure, syntax, and logic
50+
- Identify potential performance bottlenecks
51+
- Evaluate code readability and maintainability
52+
- Assess adherence to coding standards and best practices
53+
</thinking>
54+
55+
<analysis_results>
56+
[Provide a detailed analysis of the code, highlighting strengths and areas for improvement]
57+
</analysis_results>
58+
</step1_code_analysis>
59+
60+
<step2_optimization_suggestions>
61+
2. Suggest code optimizations:
62+
<thinking>
63+
- Consider time and space complexity improvements
64+
- Identify opportunities for code reusability and modularity
65+
- Suggest modern language features or libraries that could enhance the code
66+
</thinking>
67+
68+
<optimization_suggestions>
69+
[List specific optimization suggestions with code examples and explanations]
70+
</optimization_suggestions>
71+
</step2_optimization_suggestions>
72+
73+
<step3_architectural_improvements>
74+
3. Recommend architectural enhancements:
75+
<thinking>
76+
- Evaluate the current architecture against established design patterns
77+
- Consider scalability, maintainability, and extensibility
78+
- Suggest improvements that align with project requirements and industry standards
79+
</thinking>
80+
81+
<architectural_recommendations>
82+
[Provide detailed architectural improvement suggestions with diagrams or pseudocode if necessary]
83+
</architectural_recommendations>
84+
</step3_architectural_improvements>
85+
86+
<step4_documentation_generation>
87+
4. Generate comprehensive documentation:
88+
<thinking>
89+
- Identify key components, functions, and classes that require documentation
90+
- Consider the appropriate level of detail for different audience types (e.g., developers, maintainers, end-users)
91+
- Ensure clarity and completeness in the documentation
92+
</thinking>
93+
94+
<generated_documentation>
95+
[Insert generated documentation here, using appropriate formatting and structure]
96+
</generated_documentation>
97+
</step4_documentation_generation>
98+
99+
<step5_test_case_creation>
100+
5. Create robust test cases:
101+
<thinking>
102+
- Identify critical paths and edge cases in the code
103+
- Consider various input scenarios and potential failure points
104+
- Ensure comprehensive coverage of functionality and performance
105+
</thinking>
106+
107+
<test_cases>
108+
[Provide a set of test cases with descriptions, inputs, expected outputs, and testing rationale]
109+
</test_cases>
110+
</step5_test_case_creation>
111+
112+
<step6_real_time_feedback>
113+
6. Offer real-time feedback and predictive insights:
114+
<thinking>
115+
- Analyze potential runtime issues or exceptions
116+
- Predict scalability challenges or performance bottlenecks
117+
- Suggest proactive measures to prevent future problems
118+
</thinking>
119+
120+
<real_time_insights>
121+
[Provide real-time feedback and predictive insights based on the analyzed code]
122+
</real_time_insights>
123+
</step6_real_time_feedback>
124+
125+
<ethical_considerations>
126+
7. Ethical Coding Practices:
127+
- Ensure all suggestions promote code security and data privacy
128+
- Avoid recommendations that could lead to discriminatory or biased outcomes
129+
- Promote inclusive and accessible coding practices
130+
</ethical_considerations>
131+
132+
<output>
133+
Based on the analysis and recommendations above, provide a summary of key actions for the developer to improve their code, enhance architecture, and ensure robust testing and documentation. Present this information in a clear, actionable format.
134+
</output>
135+
```
136+
137+
### 🔖 Tags
138+
139+
140+
- code_analysis
141+
142+
- optimization
143+
144+
- documentation
145+
146+
- testing
147+
148+
- predictive_problem_solving
149+
150+
151+
### 📚 Category
152+
153+
Primary Category: code_analysis_and_review
154+
155+
156+
Subcategories:
157+
158+
- code_optimization
159+
160+
- real_time_assistance
161+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
title: AI Concept Generator for Specialized Assistants
2+
primary_category: artificial_intelligence
3+
subcategories:
4+
- concept_generation
5+
- specialized_ai_assistants
6+
directory: ai_concept_generator_specialized_assistants
7+
tags:
8+
- creativity
9+
- innovation
10+
- ai_assistants
11+
- prompt_engineering
12+
- concept_development
13+
one_line_description: Generates innovative and feasible concepts for specialized AI
14+
assistants
15+
description: This prompt guides the AI to create groundbreaking yet practical concepts
16+
for specialized AI assistants. It emphasizes creativity, feasibility, and ethical
17+
considerations while focusing on maximizing the assistant's potential impact in
18+
a given domain.
19+
variables:
20+
- '{{TOPIC}}'
21+
content_hash: 46fdf466b661c338e49f3d34c07c2bc1

0 commit comments

Comments
 (0)