Last Updated: 2026-02-06 by Keming He
Ready-to-use AI skills and human guides for consistent documentation, standardized workflows, and faster project setup. MIT licensed, zero dependencies.
| Directory | Purpose | Audience |
|---|---|---|
agent-skills/ |
AI-consumable skills for documentation tasks | AI agents |
human-guides/ |
Reference docs, troubleshooting, workflows | Developers |
.github/ |
Issue and PR templates | GitHub users |
Tell your agent:
Generate a commit message for my staged changes
Available skills: commit messages, issues, PRs, meeting memos, READMEs, and more. See agent-skills/README.md.
Browse human-guides/ for:
- Git, shell, SSH, and GPG workflows (
use-cases-*.md) - Diagnostic procedures (
diagnosis-*.md)
Copy templates to your project:
.github/- Issue and PR templatesCONTRIBUTING.md- Development workflow- Individual skills or guides as needed
common-devx/
├── agent-skills/ # AI skills (see agent-skills/README.md)
├── human-guides/ # Developer guides (see human-guides/README.md)
├── .github/ # GitHub templates
│ ├── ISSUE_TEMPLATE/ # Bug report, feature request
│ └── pull_request_template.md
├── CONTRIBUTING.md # Development workflow
├── SECURITY.md # Security and verification
├── LICENSE # MIT license
└── README.md # This file
agent-skills/README.md- Full skill cataloghuman-guides/README.md- Guide indexCONTRIBUTING.md- How to contributeSECURITY.md- Security guidance- GitHub Issues - Questions and requests
README Template v2.0.0 - KemingHe/common-devx