-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ refactor(metadata): Update YML structure and output format
- Loading branch information
1 parent
e10e6b0
commit 6632b68
Showing
30 changed files
with
411 additions
and
348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
content_hash: 46fdf466b661c338e49f3d34c07c2bc1 | ||
description: >- | ||
This prompt engineers a creative AI system that conceptualizes unique, | ||
practical, and ethically sound specialized AI assistants. It focuses on | ||
maximizing potential impact while ensuring feasibility and addressing ethical | ||
considerations. | ||
directory: ai_concept_architect_agent | ||
one_line_description: Generates innovative and feasible concepts for specialized AI assistants | ||
primary_category: prompt_engineering | ||
subcategories: | ||
- concept_generation | ||
- specialized_assistants | ||
tags: | ||
- creativity | ||
- innovation | ||
- specialized_ai | ||
- feasibility | ||
- ethical_design | ||
title: AI Concept Architect | ||
variables: | ||
- name: '{{TOPIC}}' | ||
role: >- | ||
Specific domain or field for which the AI assistant concept is to be | ||
generated |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,29 @@ | ||
content_hash: 0a5d4183b3ff1952e48d7998acb1ac02 | ||
description: >- | ||
This prompt creates an AI agent that analyzes codebases, infers the | ||
programming language, and performs comprehensive refactoring. It optimizes | ||
code quality, readability, and performance while preserving core | ||
functionality, and includes testing and validation steps. | ||
This prompt creates an AI agent that expertly analyzes and refactors | ||
codebases. It employs a comprehensive approach to improve code quality, | ||
readability, and performance while preserving core functionality. The agent | ||
provides detailed explanations and adheres to best practices in software | ||
engineering. | ||
directory: code_refactoring_agent | ||
one_line_description: >- | ||
Analyzes, refactors, and validates code to improve quality, readability, and | ||
performance | ||
primary_category: code_quality_and_best_practices | ||
Analyzes, refactors, and validates codebases to enhance quality, readability, | ||
and performance | ||
primary_category: coding | ||
subcategories: | ||
- refactoring | ||
- code_analysis | ||
- code_refactoring | ||
- software_engineering | ||
tags: | ||
- refactoring | ||
- code_optimization | ||
- language_inference | ||
- testing | ||
- performance | ||
title: Divine Code Refactoring Agent | ||
- code_quality | ||
- performance_optimization | ||
- best_practices | ||
- divine_coding | ||
title: Divine Code Refactoring Artisan | ||
variables: | ||
- '{{REFACTOR_SCOPE}}' | ||
- '{{CODEBASE}}' | ||
- name: '{{REFACTOR_SCOPE}}' | ||
role: >- | ||
Specifies whether to refactor the entire codebase or focus on specific | ||
parts | ||
- name: '{{CODEBASE}}' | ||
role: The code to be refactored |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
content_hash: bf31ad01f23e7ef8003f0402bc23b6a3 | ||
description: >- | ||
This prompt creates an AI coding assistant with extensive knowledge of various | ||
programming languages, frameworks, and software engineering principles. It | ||
provides guidance on code writing, analysis, optimization, and debugging, | ||
while emphasizing best practices and security considerations. | ||
directory: coding_agent | ||
one_line_description: >- | ||
Assists with comprehensive software development tasks across multiple | ||
programming languages | ||
primary_category: coding | ||
subcategories: | ||
- software_engineering | ||
- code_optimization | ||
tags: | ||
- multi_language | ||
- code_analysis | ||
- debugging | ||
- best_practices | ||
- performance_optimization | ||
title: Elite AI Coding Assistant | ||
variables: | ||
- name: '{{LANGUAGE}}' | ||
role: Specifies the programming language for the task | ||
- name: '{{FRAMEWORK}}' | ||
role: Indicates the framework being used, if applicable | ||
- name: '{{TASK_TYPE}}' | ||
role: >- | ||
Defines the type of coding task (e.g., code writing, analysis, | ||
optimization, bug fixing) | ||
- name: '{{ADDITIONAL_CONTEXT}}' | ||
role: Provides any extra information relevant to the coding task | ||
- name: '{{USER_CODE}}' | ||
role: Contains the user's code for analysis or modification |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.