liu5540liu5540Community·21 Agent Skills Included

reasonix-skill-powers

Structured debugging, TDD, planning, and code review workflows

Guides coding work through disciplined workflows: root-cause debugging, test-driven development, brainstorming, plan writing, and code review. Eliminates random fixes, untested code, and vague plans that cause rework and production bugs. Chinese-language edition of the Superpowers skill set, installable as a local plugin for compatible coding environments.
npx skills add liu5540/reasonix-skill-powers --all -g -y

All Skills in This Repository (21)

Pure Emerald Level Indicators
📦 In Repo
liu5540liu5540

using-git-worktrees

Create isolated git worktrees with directory validation and baseline checks.

Community
Intermediate
📦 In Repo
liu5540liu5540

test-driven-development

Enforce a red-green-refactor cycle with failing tests before production code.

Community
Intermediate
📦 In Repo
liu5540liu5540

systematic-debugging

Trace root causes of bugs through a four-phase evidence-driven workflow.

Community
Advanced
📦 In Repo
liu5540liu5540

flow-review

Audit code implementations against specifications and quality standards without modifying code.

Community
Advanced
📦 In Repo
liu5540liu5540

chinese-git-workflow

Standardize Git workflows across Gitee, Coding.net, CNB, and CNB mirrors.

Community
Intermediate
📦 In Repo
liu5540liu5540

using-superpowers

Identifies and invokes appropriate skills before every user response.

Community
Advanced
📦 In Repo
liu5540liu5540

dispatching-parallel-agents

Dispatch independent tasks to isolated subagents in parallel batches.

Community
Advanced
📦 In Repo
liu5540liu5540

chinese-code-review

Provides Chinese code-review feedback with tiered severity labels and constructive phrasing.

Community
Intermediate
📦 In Repo
liu5540liu5540

executing-plans

Execute written plans step by step with review checkpoints and completion reports.

Community
Advanced
📦 In Repo
liu5540liu5540

finishing-a-development-branch

Finalize a development branch with merge, PR, keep, or discard options.

Community
Intermediate
📦 In Repo
liu5540liu5540

chinese-documentation

Standardize Chinese technical documentation typography and terminology rules.

Community
Intermediate
📦 In Repo
liu5540liu5540

brainstorming

Coordinate structured brainstorming sessions to convert vague ideas into design specs.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install reasonix-skill-powers?

Run `npx skills add liu5540/reasonix-skill-powers --all -g -y` in your terminal to install all skills in this collection globally.

What does reasonix-skill-powers do?

It is a Chinese-language edition of the Superpowers workflow skills, covering systematic debugging, test-driven development, brainstorming, plan writing, code review, and git worktree management.

How does it improve debugging?

The systematic-debugging skill enforces a four-phase root-cause process, so bugs are fixed at the source instead of patched with random guesses.

Does it support test-driven development?

Yes. The test-driven-development skill requires a failing test before any production code, with red-green-refactor cycles and anti-pattern guidance.

Which coding environments are compatible?

The skills follow the standard SKILL.md format and work with compatible coding environments such as Claude Code, Codex, and similar platforms that load local plugins.

Related Repositories in Software Engineering

View All in Software Engineering