All functionality has been merged into universal-dev-standards.
Use the new unified CLI tool:
# Install via npm
npm install -g universal-dev-standards
# Initialize in your project
cd your-project
npx uds initThe CLI will guide you through:
- Selecting which standards to adopt
- Installing Claude Code Skills
- Setting up AI tool integrations
📦 npm: https://www.npmjs.com/package/universal-dev-standards
If you previously installed skills from this repository:
-
Remove old skills:
rm -rf ~/.claude/skills/*
-
Install via new method:
npm install -g universal-dev-standards cd your-project npx uds initWhen prompted, select "Yes" to install Claude Code Skills.
-
Skills are now located at:
- New location:
universal-dev-standards/skills/claude-code/ - Installation: Handled automatically by
uds init
- New location:
| Before (v2.x) | After (v3.0.0) |
|---|---|
| Separate repository | Merged into main repo |
Manual installation via install.sh |
Automated via npx uds init |
| 8 skills | 14 skills (6 new!) |
| Clone + run script | npm package |
spec-driven-dev- Spec-Driven Development methodologytest-coverage-assistant- Test completeness evaluationchangelog-guide- Changelog formattingerror-code-guide- Error code standardslogging-guide- Logging best practicesproject-structure-guide- Project directory conventions
📖 GitHub: https://github.com/AsiaOstrich/universal-dev-standards
📦 npm: https://www.npmjs.com/package/universal-dev-standards
📚 Skills location: https://github.com/AsiaOstrich/universal-dev-standards/tree/main/skills/claude-code
The content below is preserved for reference only. For current documentation, please visit the new repository.
Click to expand original README | 點擊展開原始 README
Claude Code Skills for software development standards.
Derived from universal-dev-standards v2.3.0
This project provides Claude Code Skills that bring software development best practices directly into your AI-assisted workflow. When you use Claude Code, these skills are automatically triggered based on context, helping you:
- Prevent AI hallucination with evidence-based responses
- Write consistent, well-formatted commit messages
- Conduct thorough code reviews
- Follow testing best practices
- Manage releases with semantic versioning
| Skill | Description | Triggers |
|---|---|---|
ai-collaboration-standards |
Prevent AI hallucination, ensure evidence-based analysis | Code analysis, suggestions, "確定性", "certainty" |
commit-standards |
Format commit messages following Conventional Commits | "commit", "提交", git commit operations |
code-review-assistant |
Systematic code review checklist | "review", "PR", "code review" |
testing-guide |
Testing pyramid and test writing standards | Writing tests, test coverage discussions |
release-standards |
Semantic versioning and changelog formatting | Release preparation, version updates |
git-workflow-guide |
Git branching strategies and merge operations | "branch", "merge", "PR", "分支", "合併" |
documentation-guide |
Documentation structure and README best practices | "README", "docs", "documentation", "文件" |
requirement-assistant |
Requirement writing and user story guidance | "requirement", "user story", "issue", "需求" |
| universal-dev-skills | universal-dev-standards |
|---|---|
| v2.1.0 | v2.3.0 |
| v2.0.0 | v2.2.0 |
| v1.1.0 | v1.3.1 |
| v1.0.0 | v1.3.0 |
This project uses a dual-license model:
| Content Type | License |
|---|---|
Documentation (*.md) |
CC BY 4.0 |
Code (*.sh, etc.) |
MIT |