Skip to content

Add tech stack folder structure for prompt organization#1

Merged
cliffordx merged 2 commits into
mainfrom
copilot/create-tech-stack-folders
Jan 3, 2026
Merged

Add tech stack folder structure for prompt organization#1
cliffordx merged 2 commits into
mainfrom
copilot/create-tech-stack-folders

Conversation

Copilot AI commented Jan 3, 2026

Copy link
Copy Markdown
Contributor

Creates a hierarchical folder structure to organize prompts by technology stack.

Structure

12 main categories with 80 technology-specific subfolders:

  • Frontend: React, Vue, Angular, Svelte, Next.js
  • Backend: Node.js, Django, Flask, FastAPI, Spring, Rails, Laravel, .NET, Go
  • Mobile: React Native, Flutter, iOS, Android, Kotlin, Swift
  • Cloud: AWS, Azure, GCP, Firebase
  • Databases: PostgreSQL, MySQL, MongoDB, Redis, Elasticsearch
  • DevOps: Docker, Kubernetes, Terraform, Ansible, CI/CD, Jenkins, GitHub Actions
  • Languages: JavaScript, TypeScript, Python, Java, Go, Rust, C++, C#
  • AI/ML: TensorFlow, PyTorch, Scikit-learn, Hugging Face, OpenAI
  • Testing: Jest, Pytest, Selenium, Cypress
  • Web: HTML/CSS, Tailwind, Bootstrap
  • Security: Authentication, Authorization, OWASP
  • Architecture: Microservices, Serverless, REST API, GraphQL

Implementation

  • .gitkeep files added to all folders for git tracking
  • README updated with complete folder documentation and usage instructions
Original prompt

Just make folders related to tech stack where i can paste my prompts


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: cliffordx <7141739+cliffordx@users.noreply.github.com>
Copilot AI changed the title [WIP] Create folders for organizing tech stack prompts Add tech stack folder structure for prompt organization Jan 3, 2026
Copilot AI requested a review from cliffordx January 3, 2026 11:40
@cliffordx

Copy link
Copy Markdown
Owner

@copilot I dont see folders i only see license and readme

Copilot AI commented Jan 3, 2026

Copy link
Copy Markdown
Contributor Author

@copilot I dont see folders i only see license and readme

The folders are in the PR branch copilot/create-tech-stack-folders, not in the main branch yet. You can see them by:

  1. Viewing the "Files changed" tab in this PR
  2. Switching to the copilot/create-tech-stack-folders branch on GitHub

The folders will appear in main after you merge this PR. Here's what's included (commit e589632):

  • 12 main category folders (frontend, backend, mobile, cloud, databases, devops, languages, ai-ml, testing, web, security, architecture)
  • 80 total subdirectories for specific technologies
  • All folders tracked with .gitkeep files

@cliffordx

Copy link
Copy Markdown
Owner

@copilot Merge them to main please

Copilot AI commented Jan 3, 2026

Copy link
Copy Markdown
Contributor Author

@copilot Merge them to main please

I don't have permissions to merge PRs. You can merge this PR by clicking the "Merge pull request" button on the GitHub PR page. All the changes are ready to merge - the 80+ folders with .gitkeep files and updated README are committed and pushed to this branch.

@cliffordx cliffordx marked this pull request as ready for review January 3, 2026 11:56
@cliffordx cliffordx merged commit 40fe15d into main Jan 3, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants