Updated on 2025-07-29 by @KemingHe
Open templates and AI prompts to accelerate project setup, improve documentation quality, and standardize team workflows for AI-assisted development.
- Accelerate project setup: Ready-to-use templates eliminate documentation setup time
- Improve documentation quality: Structured templates ensure consistency across projects
- Standardize team workflows: GitHub and meeting templates reduce onboarding costs
- Zero dependencies: Pure markdown templates with no installation requirements
Navigate directories to find relevant templates for your project needs.
Download or copy specific .md
files directly to your project without cloning the repository.
Replace placeholder content with your project-specific information.
Feed prompts to AI assistants along with templates for automated generation.
common-devx/
├── .github/ # GitHub workflow templates
│ ├── ISSUE_TEMPLATE/ # Bug reports and feature requests
│ └── PULL_REQUEST_TEMPLATE/ # PR description templates
├── meetings/ # Team communication templates
├── prompts/ # AI assistant prompts for automation
├── contacts.md # Team contact information template
└── README.md # Project documentation
- Maintainer: @KemingHe continues adding templates from ongoing work
- Template source: Generic versions of best practices with PII removed
- Resource approach: Designed as reference dump rather than active development framework
This project is licensed under the MIT License - a permissive license that allows free use, modification, and distribution with attribution.
- Questions: Reference existing GitHub, contacts, and meeting templates and prompts for implementation guidance
- Enhancement requests: Submit suggestions through GitHub issue templates
- Target users: Developers, teams, and organizations using AI-assisted workflows