Updated on 2025-08-08 by @KemingHe
Open templates and AI prompts to accelerate project setup, improve documentation quality, and standardize team workflows for AI-assisted development. [Watch demo on YouTube]
- 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 documentation generation.
Important
AI can make mistakes, always review generated output for correctness.
common-devx/
├── .github/ # GitHub workflow templates
│ ├── ISSUE_TEMPLATE/ # Bug report and feature request templates
│ └── pull_request_template.md # Pull request template
├── meetings/ # Team communication templates
├── prompts/ # Prompts for AI-assisted developer workflows
├── CONTRIBUTING-rebase.md # Git rebase guide for squash-and-merge workflows
├── CONTRIBUTING.md # Contributing guide template
├── LICENSE # MIT license
└── README.md # This file
- Maintainer: @KemingHe
- 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