Last Updated: 2026-02-26 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 |
|---|---|---|
.agents/skills/ |
AI-consumable skills for documentation tasks | AI agents |
human-guides/ |
Reference docs, troubleshooting, workflows | Developers |
.github/ |
Issue and PR templates (GitHub) | GitHub users |
.gitlab/ |
Issue and MR templates (GitLab) | GitLab users |
Tell your agent:
Generate a commit message for my staged changes
Available skills: commit messages, issues, PRs/MRs, meeting memos, READMEs, and more. See .agents/skills/.
Browse human-guides/ for:
- Git, shell, SSH, and GPG workflows (
use-cases-*.md) - Diagnostic procedures (
diagnosis-*.md)
Copy individual skill directories you need from .agents/skills/ and template files from .github/ or .gitlab/. This preserves your project-specific custom skills and workflows.
common-devx/
├── .agents/skills/ # AI skills
├── .github/ # GitHub templates
│ ├── ISSUE_TEMPLATE/ # Bug report, feature request
│ └── pull_request_template.md
├── .gitlab/ # GitLab templates
│ ├── issue_templates/ # Bug report, feature request
│ └── merge_request_templates/
├── human-guides/ # Developer guides (see human-guides/README.md)
├── CONTRIBUTING.md # Development workflow
├── SECURITY.md # Security and verification
├── LICENSE # MIT license
└── README.md # This file
.agents/skills/- AI skills directoryhuman-guides/README.md- Guide indexCONTRIBUTING.md- How to contributeSECURITY.md- Security guidance- GitHub Issues - Questions and requests