Skip to content

Commit

Permalink
♻️ chore: Update metadata and views
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 8, 2024
1 parent de6191c commit a2f586e
Show file tree
Hide file tree
Showing 23 changed files with 175 additions and 171 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ Welcome to the **Prompt Library**. This repository contains a collection of AI p
### Coding

- [Divine Code Refactoring Agent](prompts/code_refactoring_agent/README.md) - Analyzes, refactors, and validates code to improve quality, readability, and performance
- [Elite AI Coding Assistant](prompts/coding_agent/README.md) - Assists in all aspects of software development with expert-level guidance
- [Git Branch Name Generator](prompts/git_branch_name_agent/README.md) - Generates optimal git branch names based on project context and requirements
- [Git Commit Message Generator](prompts/git_commit_message_agent/README.md) - Generates optimized git commit messages following Conventional Commits specification
- [GitHub Issue Creator](prompts/github_issue_agent/README.md) - Creates comprehensive, optimized GitHub issues based on project context and team dynamics
- [Software Development Pull Request Generator](prompts/software_dev_pr_agent/README.md) - Generates comprehensive pull requests for software projects with expert analysis
- [Divine Code Refactoring Agent](prompts/code_refactoring_agent/README.md) - Analyzes, refactors, and validates code to enhance quality, readability, and performance
- [Git Commit Message Generator](prompts/git_commit_message_agent/README.md) - Generates precise git commit messages following Conventional Commits specification
- [Elite AI Coding Assistant](prompts/coding_agent/README.md) - Assists in all aspects of software development with expert-level guidance and optimization
- [Software Development Pull Request Generator](prompts/software_dev_pr_agent/README.md) - Generates comprehensive pull requests for software development projects
- [Git Branch Name Generator](prompts/git_branch_name_agent/README.md) - Generates optimal git branch names based on project context and development workflow
- [GitHub Issue Creation Expert](prompts/github_issue_agent/README.md) - Creates comprehensive, optimized GitHub issues based on project context and team dynamics

### Prompt Engineering

- [AI Concept Architect](prompts/ai_concept_architect_agent/README.md) - Generates innovative and feasible concepts for specialized AI assistants
- [Prompt Engineering God](prompts/prompt_engineering_agent/README.md) - Crafts divine-tier prompts pushing AI model boundaries for exceptional, tailored outputs
- [Software Specification Creator](prompts/software_spec_agent/README.md) - Creates detailed software specification documents through interactive requirements gathering
- [AI Concept Architect](prompts/ai_concept_agent/README.md) - Generates innovative and feasible concepts for specialized AI assistants
- [Prompt Engineering God](prompts/prompt_engineering_agent/README.md) - Crafts divine-tier prompts to optimize AI model performance across various domains
- [Software Specification Creator](prompts/software_spec_creator_agent/README.md) - Generates comprehensive software specification documents through interactive review

## 🚀 Getting Started

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

### 📄 Description

This prompt engineers a creative AI system that conceptualizes unique, powerful, yet practical AI assistant ideas. It focuses on generating groundbreaking capabilities while ensuring feasibility and ethical considerations.
This prompt engineers groundbreaking yet practical AI assistant concepts tailored to specific topics. It emphasizes creativity, feasibility, and ethical considerations while focusing on maximizing the assistant's potential impact and user interaction.

### 🔧 Variables

- `{{TOPIC}}`: Specifies the domain or subject area for which the AI assistant concept should be developed
- `{{TOPIC}}`: The specific subject area or domain for which the AI assistant concept should be developed

### 📜 Prompt

Expand Down Expand Up @@ -57,14 +57,14 @@ Now, based on the topic {{TOPIC}}, generate a groundbreaking yet feasible AI ass

- creativity
- innovation
- ai_assistants
- feasibility
- specialized_ai
- concept_generation
- specialization

### 📚 Category

Primary category: prompt_engineering

Subcategories:
- conceptual_design
- specialized_assistants
- concept_generation
- ai_specialization
24 changes: 24 additions & 0 deletions prompts/ai_concept_agent/metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
content_hash: 46fdf466b661c338e49f3d34c07c2bc1
description: >-
This prompt engineers groundbreaking yet practical AI assistant concepts
tailored to specific topics. It emphasizes creativity, feasibility, and
ethical considerations while focusing on maximizing the assistant's potential
impact and user interaction.
directory: ai_concept_agent
one_line_description: Generates innovative and feasible concepts for specialized AI assistants
primary_category: prompt_engineering
subcategories:
- concept_generation
- ai_specialization
tags:
- creativity
- innovation
- ai_assistants
- feasibility
- specialization
title: AI Concept Architect
variables:
- name: '{{TOPIC}}'
role: >-
The specific subject area or domain for which the AI assistant concept
should be developed
File renamed without changes.
24 changes: 0 additions & 24 deletions prompts/ai_concept_architect_agent/metadata.yml

This file was deleted.

6 changes: 3 additions & 3 deletions prompts/code_refactoring_agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

### ✏️ One-line Description

**Analyzes, refactors, and validates code to improve quality, readability, and performance**
**Analyzes, refactors, and validates code to enhance quality, readability, and performance**

### 📄 Description

This prompt creates an AI agent that expertly analyzes and refactors codebases. It infers the programming language, implements best practices, and optimizes code while preserving functionality. The agent also proposes testing strategies and provides comprehensive documentation of changes.
This prompt creates an AI agent that expertly analyzes and refactors codebases. It infers the programming language, implements best practices, and optimizes code while preserving core functionality. The agent also provides comprehensive testing and documentation.

### 🔧 Variables

Expand Down Expand Up @@ -130,7 +130,7 @@ Now, proceed with the refactoring task, ensuring you provide detailed explanatio
- code_quality
- performance_optimization
- best_practices
- language_agnostic
- programming_languages

### 📚 Category

Expand Down
8 changes: 4 additions & 4 deletions prompts/code_refactoring_agent/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ content_hash: 0a5d4183b3ff1952e48d7998acb1ac02
description: >-
This prompt creates an AI agent that expertly analyzes and refactors
codebases. It infers the programming language, implements best practices, and
optimizes code while preserving functionality. The agent also proposes testing
strategies and provides comprehensive documentation of changes.
optimizes code while preserving core functionality. The agent also provides
comprehensive testing and documentation.
directory: code_refactoring_agent
one_line_description: >-
Analyzes, refactors, and validates code to improve quality, readability, and
Analyzes, refactors, and validates code to enhance quality, readability, and
performance
primary_category: coding
subcategories:
Expand All @@ -17,7 +17,7 @@ tags:
- code_quality
- performance_optimization
- best_practices
- language_agnostic
- programming_languages
title: Divine Code Refactoring Agent
variables:
- name: '{{REFACTOR_SCOPE}}'
Expand Down
18 changes: 9 additions & 9 deletions prompts/coding_agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

### ✏️ One-line Description

**Assists in all aspects of software development with expert-level guidance**
**Assists in all aspects of software development with expert-level guidance and optimization**

### 📄 Description

This prompt creates an elite AI coding assistant with extensive knowledge across multiple programming languages and software engineering practices. It provides guidance on code writing, analysis, optimization, and debugging, adapting to various programming paradigms and technologies.
This prompt creates an AI coding assistant with comprehensive knowledge across multiple programming languages and frameworks. It provides guidance on code writing, analysis, optimization, and debugging while incorporating advanced software engineering principles and best practices.

### 🔧 Variables

- `{{LANGUAGE}}`: Specifies the programming language for the task
- `{{FRAMEWORK}}`: Indicates the framework to be used, if applicable
- `{{TASK_TYPE}}`: Defines the type of coding task (e.g., code writing, analysis, optimization, bug fixing)
- `{{ADDITIONAL_CONTEXT}}`: Provides any additional information relevant to the task
- `{{TASK_TYPE}}`: Defines the type of coding task (e.g., code writing, analysis, optimization)
- `{{ADDITIONAL_CONTEXT}}`: Provides any extra information relevant to the task
- `{{USER_CODE}}`: Contains the user's code for analysis or modification

### 📜 Prompt
Expand Down Expand Up @@ -101,16 +101,16 @@ Please provide your response based on the {{TASK_TYPE}} specified in the input p
### 🔖 Tags
- programming
- code_optimization
- multi_language
- code_analysis
- debugging
- software_engineering
- multi_language
- best_practices
### 📚 Category
Primary category: coding
Subcategories:
- software_engineering
- multi_language_programming
- software_development
- code_optimization
26 changes: 14 additions & 12 deletions prompts/coding_agent/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
content_hash: bf31ad01f23e7ef8003f0402bc23b6a3
description: >-
This prompt creates an elite AI coding assistant with extensive knowledge
across multiple programming languages and software engineering practices. It
provides guidance on code writing, analysis, optimization, and debugging,
adapting to various programming paradigms and technologies.
This prompt creates an AI coding assistant with comprehensive knowledge across
multiple programming languages and frameworks. It provides guidance on code
writing, analysis, optimization, and debugging while incorporating advanced
software engineering principles and best practices.
directory: coding_agent
one_line_description: Assists in all aspects of software development with expert-level guidance
one_line_description: >-
Assists in all aspects of software development with expert-level guidance and
optimization
primary_category: coding
subcategories:
- software_engineering
- multi_language_programming
tags:
- programming
- software_development
- code_optimization
tags:
- multi_language
- code_analysis
- debugging
- software_engineering
- multi_language
- best_practices
title: Elite AI Coding Assistant
variables:
- name: '{{LANGUAGE}}'
Expand All @@ -25,8 +27,8 @@ variables:
- name: '{{TASK_TYPE}}'
role: >-
Defines the type of coding task (e.g., code writing, analysis,
optimization, bug fixing)
optimization)
- name: '{{ADDITIONAL_CONTEXT}}'
role: Provides any additional information relevant to the task
role: Provides any extra information relevant to the task
- name: '{{USER_CODE}}'
role: Contains the user's code for analysis or modification
6 changes: 3 additions & 3 deletions prompts/git_branch_name_agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### ✏️ One-line Description

**Generates optimal git branch names based on project context and requirements**
**Generates optimal git branch names based on project context and development workflow**

### 📄 Description

Expand All @@ -12,8 +12,8 @@ Analyzes project context, user requirements, and development workflow to create

- `{{PROJECT_CONTEXT}}`: Provides background information about the project
- `{{USER_REQUIREMENTS}}`: Specifies the specific task or feature to be addressed in the branch
- `{{DEVELOPMENT_WORKFLOW}}`: Describes the team's current development process
- `{{TEAM_CONVENTIONS}}`: Outlines any specific naming conventions used by the team
- `{{DEVELOPMENT_WORKFLOW}}`: Describes the team's development process and branching strategy
- `{{TEAM_CONVENTIONS}}`: Outlines any team-specific naming conventions for branches
- `{{CURRENT_BRANCH_NAME}}`: Optional input for the existing branch name, if applicable

### 📜 Prompt
Expand Down
8 changes: 5 additions & 3 deletions prompts/git_branch_name_agent/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ description: >-
team-specific conventions while incorporating appropriate branch type
prefixes.
directory: git_branch_name_agent
one_line_description: Generates optimal git branch names based on project context and requirements
one_line_description: >-
Generates optimal git branch names based on project context and development
workflow
primary_category: coding
subcategories:
- version_control
Expand All @@ -23,8 +25,8 @@ variables:
- name: '{{USER_REQUIREMENTS}}'
role: Specifies the specific task or feature to be addressed in the branch
- name: '{{DEVELOPMENT_WORKFLOW}}'
role: Describes the team's current development process
role: Describes the team's development process and branching strategy
- name: '{{TEAM_CONVENTIONS}}'
role: Outlines any specific naming conventions used by the team
role: Outlines any team-specific naming conventions for branches
- name: '{{CURRENT_BRANCH_NAME}}'
role: Optional input for the existing branch name, if applicable
8 changes: 4 additions & 4 deletions prompts/git_commit_message_agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

### ✏️ One-line Description

**Generates optimized git commit messages following Conventional Commits specification**
**Generates precise git commit messages following Conventional Commits specification**

### 📄 Description

This prompt creates an AI agent specialized in crafting perfect git commit messages. It adheres to the Conventional Commits format, incorporates appropriate emojis, and provides concise yet informative descriptions of code changes within character limits.
This prompt creates an AI agent specialized in crafting perfect git commit messages. It adheres to the Conventional Commits format, includes appropriate emojis, and provides concise yet informative descriptions of code changes within character limits.

### 🔧 Variables

- `{{TASK_DESCRIPTION}}`: Brief description of the task or changes made
- `{{CODE_CHANGES}}`: Detailed information about the code changes to be committed
- `{{TASK_DESCRIPTION}}`: Provides context or specific requirements for the commit message
- `{{CODE_CHANGES}}`: Details the actual code changes to be summarized in the commit message

### 📜 Prompt

Expand Down
12 changes: 6 additions & 6 deletions prompts/git_commit_message_agent/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
content_hash: b15f73d644b948ff5cf129a2ca2412b2
description: >-
This prompt creates an AI agent specialized in crafting perfect git commit
messages. It adheres to the Conventional Commits format, incorporates
appropriate emojis, and provides concise yet informative descriptions of code
changes within character limits.
messages. It adheres to the Conventional Commits format, includes appropriate
emojis, and provides concise yet informative descriptions of code changes
within character limits.
directory: git_commit_message_agent
one_line_description: >-
Generates optimized git commit messages following Conventional Commits
Generates precise git commit messages following Conventional Commits
specification
primary_category: coding
subcategories:
Expand All @@ -21,6 +21,6 @@ tags:
title: Git Commit Message Generator
variables:
- name: '{{TASK_DESCRIPTION}}'
role: Brief description of the task or changes made
role: Provides context or specific requirements for the commit message
- name: '{{CODE_CHANGES}}'
role: Detailed information about the code changes to be committed
role: Details the actual code changes to be summarized in the commit message
12 changes: 6 additions & 6 deletions prompts/github_issue_agent/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# GitHub Issue Creator
# GitHub Issue Creation Expert

### ✏️ One-line Description

**Creates comprehensive, optimized GitHub issues based on project context and team dynamics**

### 📄 Description

This prompt creates highly detailed and actionable GitHub issues by analyzing project documentation, history, and team dynamics. It prioritizes issues, suggests assignees, and provides comprehensive descriptions tailored to the team's needs.
This prompt embodies an AI agent specialized in crafting high-quality GitHub issues. It analyzes project context, documentation, history, and team dynamics to create detailed, actionable issues that follow best practices and consider team-specific factors.

### 🔧 Variables

- `{{CONTEXT}}`: Provides specific information about the current issue or feature request
- `{{PROJECT_DOCUMENTATION}}`: Contains relevant project documentation for reference
- `{{TEAM_DYNAMICS}}`: Describes team composition, expertise, and working relationships
- `{{PROJECT_HISTORY}}`: Outlines past issues, development patterns, and project evolution
- `{{CONTEXT}}`: Provides current project context and specific issue details
- `{{PROJECT_DOCUMENTATION}}`: Supplies relevant project documentation for reference
- `{{TEAM_DYNAMICS}}`: Offers insights into team structure, expertise, and working patterns
- `{{PROJECT_HISTORY}}`: Provides historical information about the project and past issues

### 📜 Prompt

Expand Down
18 changes: 9 additions & 9 deletions prompts/github_issue_agent/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
content_hash: f692d056df3bb02f011848894db6a96a
description: >-
This prompt creates highly detailed and actionable GitHub issues by analyzing
project documentation, history, and team dynamics. It prioritizes issues,
suggests assignees, and provides comprehensive descriptions tailored to the
team's needs.
This prompt embodies an AI agent specialized in crafting high-quality GitHub
issues. It analyzes project context, documentation, history, and team dynamics
to create detailed, actionable issues that follow best practices and consider
team-specific factors.
directory: github_issue_agent
one_line_description: >-
Creates comprehensive, optimized GitHub issues based on project context and
Expand All @@ -18,13 +18,13 @@ tags:
- project_management
- software_development
- team_collaboration
title: GitHub Issue Creator
title: GitHub Issue Creation Expert
variables:
- name: '{{CONTEXT}}'
role: Provides specific information about the current issue or feature request
role: Provides current project context and specific issue details
- name: '{{PROJECT_DOCUMENTATION}}'
role: Contains relevant project documentation for reference
role: Supplies relevant project documentation for reference
- name: '{{TEAM_DYNAMICS}}'
role: Describes team composition, expertise, and working relationships
role: Offers insights into team structure, expertise, and working patterns
- name: '{{PROJECT_HISTORY}}'
role: Outlines past issues, development patterns, and project evolution
role: Provides historical information about the project and past issues
Loading

0 comments on commit a2f586e

Please sign in to comment.