AsiaOstrich/universal-dev-skills
⚠️ ARCHIVED: Merged into universal-dev-standards v3.0.0. See https://github.com/AsiaOstrich/universal-dev-standards
Deep Analysis
Archived Claude Code skill collection providing 8 development standardization skills for AI collaboration, code commits, reviews, testing
Core Features
Technical Implementation
- Merged and upgraded to universal-dev-standards v3.0.0
- Expanded from 8 skills to 14 skills
- Standardize AI-assisted development processes
- Unify team code commit and review standards
- Repository archived as read-only
- Need to migrate to new universal-dev-standards project
⚠️ This Repository Has Been Archived
All functionality has been merged into universal-dev-standards.
Migration Guide | 遷移指南
For New Users | 新用戶
Use the new unified CLI tool:
# Install via npm
npm install -g universal-dev-standards
# Initialize in your project
cd your-project
npx uds init
The 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
For Existing Users | 現有用戶
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:
What Changed | 變更內容
| 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 |
New Skills in v3.0.0 | v3.0.0 新增技能
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
New Repository | 新專案位置
📖 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
Historical Documentation | 歷史文件
The content below is preserved for reference only. For current documentation, please visit the new repository.
Click to expand original README | 點擊展開原始 README
Universal Dev Skills
Claude Code Skills for software development standards.
Derived from universal-dev-standards v2.3.0
Overview
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
Available Skills
| 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", "需求" |
Version Mapping
| 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 |
License
This project uses a dual-license model:
| Content Type | License |
|---|---|
Documentation (*.md) |
CC BY 4.0 |
Code (*.sh, etc.) |
MIT |
Related Skills
wshobson/agents
wshobsonIntelligent automation and multi-agent orchestration for Claude Code
The most comprehensive Claude Code plugin ecosystem, covering full-stack development scenarios with a three-tier model strategy balancing performance and cost.
ComposioHQ/awesome-claude-skills
ComposioHQA curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
The most comprehensive Claude Skills resource list; connect-apps is a killer feature.
code-yeongyu/oh-my-opencode
code-yeongyuThe Best Agent Harness. Meet Sisyphus: The Batteries-Included Agent that codes like you.
Powerful multi-agent coding tool, but note OAuth limitations.
nextlevelbuilder/ui-ux-pro-max-skill
nextlevelbuilderAn AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
Essential for designers; comprehensive UI/UX knowledge base.
thedotmack/claude-mem
thedotmackA Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.
A practical solution for Claude's memory issues.
OthmanAdi/planning-with-files
OthmanAdiClaude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the $2B acquisition.
Context engineering best practices; an open-source implementation of Manus mode.

