🛡️
QualityPython

Wu5 Dev Flow

by WenOwen

Wu5 Dev Flow is a Quality skill for Claude Code, published by WenOwen in wu5-dev-flow.

18 stars1 forkson WenOwen/wu5-dev-flowAdded 2026/08/11Repository updated 2026/07/19
agent-skillscodexgit-workflowpythonsddtdd
Install in seconds
Install Wu5 Dev Flow
Copy Wu5 Dev Flow into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/WenOwen/wu5-dev-flow/tree/main/wu5-dev-flow ~/.claude/skills/wu5-dev-flow

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/WenOwen/wu5-dev-flow.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
wu5-dev-flow/SKILL.md in WenOwen/wu5-dev-flow
Installs to
~/.claude/skills/wu5-dev-flow
Collection
The only skill cataloged from this repository
Category
Quality1354 skills

What Wu5 Dev Flow does

Initialize, develop, fix, refactor, and deliver Python projects with auditable specification-driven development (SDD), strict TDD, and secure Git gates. Use for tasks that modify source code, tests, specs, dependencies, or Git history.

Wu5 Dev Flow is cataloged under Quality on DirSkills. Wu5 Dev Flow comes from a repository tagged agent-skills, codex, git-workflow, python and sdd.

Documentation

README

Wu5 Dev Flow

开始工作

  1. 从项目根目录运行 python <本 Skill 目录>/scripts/wu5_flow.py status
  2. 如果尚未初始化,运行 init;初始化后先阅读 spec/index.mdspec/status.md 与相关规格。
  3. 遵守 spec/state.json 的当前阶段。不得依赖聊天记忆代替项目状态。
  4. 在任何写操作前读取 SDD 工作流。涉及 Python 代码时再读取 Python TDD禁止 Hardcode;涉及提交、push 或 PR 时读取 Git 规范;进入审查时读取 审查规范

核心约束

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Wu5 Dev Flow

  • How does Wu5 Dev Flow compare to other Quality skills?

    Wu5 Dev Flow ranks #1338 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Wu5 Dev Flow against them. Open each page to compare what they document and how they install.