-
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.
📝 docs: Update metadata and refresh README templates
- Loading branch information
1 parent
3f65256
commit 3a2dc30
Showing
51 changed files
with
639 additions
and
396 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 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,3 +1,11 @@ | ||
# Ignore environment config | ||
.env | ||
|
||
# Ignore specific directories | ||
dist/ | ||
node_modules/ | ||
dist/ | ||
archive/ | ||
|
||
# Ignore local temporary files | ||
z_diff_output.txt | ||
z_dir2prompt_output.txt |
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,23 @@ | ||
# Ignore all README.md files in subdirectories | ||
**/README.md | ||
|
||
# Include the main README.md in the root directory | ||
!/README.md | ||
|
||
# Include the .github directory (e.g., for workflows) | ||
!.github/ | ||
|
||
# Ignore environment config and lock file | ||
.env | ||
package-lock.json | ||
|
||
# Ignore specific directories | ||
dist/ | ||
node_modules/ | ||
archive/ | ||
fragments/ | ||
prompts/ | ||
|
||
# Ignore local temporary files | ||
z_diff_output.txt | ||
z_dir2prompt_output.txt |
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
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
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,21 @@ | ||
content_hash: 46fdf466b661c338e49f3d34c07c2bc1 | ||
description: >- | ||
This prompt engineers a creative AI system that conceptualizes novel, yet | ||
practical AI assistants for given topics. It focuses on generating | ||
groundbreaking ideas while ensuring feasibility, ethical considerations, and | ||
maximum potential impact. | ||
directory: ai_concept_agent | ||
one_line_description: Generates innovative and feasible AI assistant concepts for specific topics | ||
primary_category: artificial_intelligence_and_machine_learning | ||
subcategories: | ||
- concept_generation | ||
- specialized_assistants | ||
tags: | ||
- ai_ideation | ||
- creative_thinking | ||
- innovation | ||
- specialized_assistants | ||
- prompt_engineering | ||
title: AI Concept Creator | ||
variables: | ||
- '{{TOPIC}}' |
File renamed without changes.
21 changes: 0 additions & 21 deletions
21
prompts/ai_concept_generator_specialized_assistants/metadata.yml
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: 0a5d4183b3ff1952e48d7998acb1ac02 | ||
description: >- | ||
This prompt creates an AI agent that analyzes code, 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. | ||
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 | ||
subcategories: | ||
- code_refactoring | ||
- programming_languages | ||
tags: | ||
- refactoring | ||
- code_analysis | ||
- optimization | ||
- language_inference | ||
- testing | ||
title: Divine Code Refactoring Agent | ||
variables: | ||
- '{{REFACTOR_SCOPE}}' | ||
- '{{CODEBASE}}' |
File renamed without changes.
Oops, something went wrong.