Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
101 commits
Select commit Hold shift + click to select a range
451eaaf
Add design document for personal developer adaptation
Jan 4, 2026
b79b774
Enhance brainstorming skill to support document-driven workflow
Jan 4, 2026
e032236
Implement configuration system foundation
Jan 4, 2026
2973ced
Add decision point to using-git-worktrees skill
Jan 4, 2026
885f52b
Add configuration-aware workflow to test-driven-development skill
Jan 4, 2026
4cfe819
Add configuration-aware options to finishing-a-development-branch skill
Jan 4, 2026
9362e9f
Add testing summary and test configuration
Jan 4, 2026
ad92aee
Add config template and update gitignore
Jan 4, 2026
7f4b656
Add document-driven-ai-workflow integration
Jan 7, 2026
6e1d4ed
feat(i18n): 添加完整的中文支持
Jan 15, 2026
cbae896
fix(hooks): 修复 escape_for_json 函数反斜杠转义问题
Jan 15, 2026
dc994a1
fix(hooks): 修复配置文件解析失败时的错误处理
Jan 15, 2026
b7d9497
fix(config): 修复 isNaN() 类型强制转换导致的配置解析错误
Jan 15, 2026
f2e3c8a
fix: 修复两个代码审查发现的问题
Jan 15, 2026
24c5dc9
fix(hooks): 修复配置 JSON 双重转义问题
Jan 15, 2026
40f80e9
fix(hooks): 修复环境变量传递和未定义变量问题
Jan 15, 2026
fcc4e00
fix(config): 修复 YAML 写入时的特殊字符转义问题
Jan 15, 2026
dbd885f
chore: 项目从 superpowers 改造为独立项目 horspowers
Jan 15, 2026
ddf5fe5
chore: 配置文件命名从 superpowers 改为 horspowers
Jan 15, 2026
393a3be
fix: 修复命名和配置文件相关的遗漏问题
Jan 15, 2026
c48ef3b
fix: 批量修复 horspowerss 拼写错误
Jan 15, 2026
a5c535c
feat(workflow): 添加自动化开发工作流技能
Jan 15, 2026
857d503
Merge branch 'lh-feature'
Jan 15, 2026
88c6607
feat(docs): 实现统一文档系统并修复多个关键问题
Jan 19, 2026
2f382a4
docs: 标记 document-driven-bridge 为 deprecated
Jan 19, 2026
b6f5eca
chore: 发布版本 4.2.0 - 统一文档系统
Jan 19, 2026
8649dfb
docs: 完善测试相关文档
Jan 20, 2026
19555df
docs: 归档文档完善任务的元文档
Jan 20, 2026
cd85f1b
feat: 技能调用断言库 (skill-invocation-assertions.sh)
Jan 20, 2026
26ceba0
feat: 会话记录断言库 (transcript-assertions.sh)
Jan 20, 2026
e71f101
feat: 核心技能测试套件 (Phase 1.3)
Jan 20, 2026
91e7906
feat: 更新测试运行脚本包含核心技能测试
Jan 20, 2026
d47563c
fix: 修复核心技能测试匹配模式
Jan 20, 2026
189e7ec
fix: 添加 --permission-mode bypassPermissions 到 run_claude
Jan 20, 2026
00a0d7f
fix: 修复 brainstorming 测试使用不区分大小写匹配
Jan 20, 2026
a071a2f
fix: 放宽 brainstorming 中文宣告测试匹配
Jan 20, 2026
eb59058
fix: 放宽核心技能测试匹配模式 (第二轮)
Jan 20, 2026
aa83b4c
fix: subagent 测试支持中文技能名称
Jan 20, 2026
06c3d40
fix: 大规模修复核心技能测试 (第三轮)
Jan 20, 2026
2ecce00
fix: 进一步修复核心技能测试 (第四轮)
Jan 20, 2026
3fa8a66
docs: 添加未通过测试用例详细报告
Jan 20, 2026
b7ca256
fix: 系统性修复测试用例 (第五轮)
Jan 20, 2026
eb2ed5c
feat: 增强的测试运行脚本 (test-skills-debug.sh)
Jan 20, 2026
fbb26b8
docs: 测试修复进展报告 (第五轮后)
Jan 20, 2026
99d4137
docs: 完成测试体系建立任务,整理并归档文档
Jan 20, 2026
ec98c5d
fix: 修正 .docs-metadata 目录位置
Jan 20, 2026
7dc1065
fix: 修正 skills-core.js 中的变量名拼写错误
Jan 20, 2026
89964a4
feat: 添加版本升级脚本和自动检测功能
Jan 20, 2026
06ca121
chore: 添加 .horspowers-version 到 .gitignore
Jan 20, 2026
5bcbbc4
fix: 将文档元数据路径改为相对路径以支持跨设备协作
Jan 20, 2026
d70a85c
chore: 清理测试文件
Jan 20, 2026
c1517ea
fix: 版本升级脚本只在成功时更新版本标记
Jan 20, 2026
7352255
fix: 确保版本标记在所有模式下都会更新
Jan 20, 2026
e127fbb
fix: brainstorming 测试添加真正的失败判断
Jan 20, 2026
ec19766
fix: getActiveTask 向后兼容旧格式路径
Jan 20, 2026
3221897
chore: 发布版本 4.2.1
Jan 20, 2026
e6a6f0d
chore: 添加 .DS_Store 到 .gitignore 并从历史中移除
Jan 20, 2026
fa4ccec
chore: 移除过时的 superpowers-config 配置文件
Jan 20, 2026
fec48fb
chore: 发布版本 4.2.2
Jan 20, 2026
c6a37ec
feat: 完成文档系统统一设计的分析和规划
Jan 20, 2026
c93b6d2
feat(docs): 统一文档系统 - Phase 1-3 核心改动
Jan 21, 2026
b0452ad
feat(skills): Phase 3 - 更新技能支持文档复杂度控制
Jan 21, 2026
69c92a2
chore(docs): 更新任务进度 - Phase 1-3 完成
Jan 21, 2026
4436307
feat(skills): Phase 4 - 更新技能文档上下文传递机制
Jan 21, 2026
34d52c2
feat(skills): Phase 5 - 创建迁移指南和工具
Jan 21, 2026
f2a9ff6
fix(docs-core): 修复 Bug 模板缺少状态字段,添加 Phase 1-5 测试
Jan 21, 2026
9d98fe0
fix: 修复 TDD 测试发现的问题
Jan 21, 2026
487df3f
refactor: 优化 extractDocType() 代码结构
Jan 21, 2026
23bba09
test: 修复集成测试脚本执行目录问题
Jan 21, 2026
be64c04
docs: 标记文档系统统一任务为已完成
Jan 21, 2026
5042c81
chore: 归档已完成的文档系统统一任务
Jan 21, 2026
6eee9be
chore: 迁移旧格式文档到新的前缀式命名
Jan 21, 2026
a5a61ad
docs: 添加文档系统统一项目总结
Jan 21, 2026
c3e5585
docs: 更新 README 反映文档系统统一改动
Jan 21, 2026
8324416
docs: 更新 README 中文介绍部分
Jan 21, 2026
0804643
chore: 发布版本 4.3.0
Jan 21, 2026
9a2554c
docs: fix documentation accuracy issues in skills (#157)
jjshanks Jan 14, 2026
69bb1a7
fix use_skill agent context (#290)
vmotta8 Jan 19, 2026
9e9f1e2
fix: respect OPENCODE_CONFIG_DIR for personal skills lookup (#297)
oribarilan Jan 19, 2026
186b410
chore: release version 4.3.1
Jan 22, 2026
33449ad
fix: use CLAUDE_PLUGIN_ROOT in document-management skill
Jan 22, 2026
63ceea7
fix: update troubleshooting section in document-management skill
Jan 22, 2026
eaef5e4
fix: add IMPORTANT notice about CLAUDE_PLUGIN_ROOT in document-manage…
Jan 22, 2026
9eff011
fix: windows compatibility improvements
Jan 23, 2026
744fbdd
feat: add GitHub Actions CI testing for Windows hooks
Jan 26, 2026
5926258
fix: make workflow cross-platform compatible
Jan 26, 2026
9567369
fix: use echo. for Windows CMD jobs instead of echo ""
Jan 26, 2026
3fe93d8
fix: use else if chain for multiple if exist statements
Jan 26, 2026
bf62455
fix: remove problematic path check test
Jan 26, 2026
0c2522f
fix: adjust error handling tests for exit /b behavior
Jan 26, 2026
0ae3a3a
docs: add final Windows Hooks CI testing report
Jan 26, 2026
6b10886
docs: add task orchestrator design and UX bug report
Jan 26, 2026
6a2f5fe
fix: correct docs-core.js import syntax in document-management skill
LouisHors Jan 26, 2026
9a113fb
chore: bump version to 4.3.2
LouisHors Jan 26, 2026
0809101
chore: update version to 4.3.2 in all config files
LouisHors Jan 26, 2026
ae3cf85
docs: organize document structure and archive completed tasks
Jan 27, 2026
9d46277
Merge branch 'fix/windows-opt'
Jan 27, 2026
b45c297
docs: add Chinese installation and usage guide to README
Jan 27, 2026
c24bf5b
docs: update release notes for v4.3.2
Jan 27, 2026
1d98560
docs: fix formatting in NOTICE
Jan 27, 2026
e42fe04
feat: 增强文档系统与工作流的集成
Jan 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "superpowers-dev",
"description": "Development marketplace for Superpowers core skills library",
"name": "horspowers-dev",
"description": "Horspowers - 中文增强的开发技能库开发市场",
"owner": {
"name": "Jesse Vincent",
"email": "jesse@fsck.com"
"name": "horsliu",
"email": "louishors@outlook.com"
},
"plugins": [
{
"name": "superpowers",
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
"version": "4.0.3",
"name": "horspowers",
"description": "中文增强的开发技能库 - 基于 Claude Code 的可组合工作流",
"version": "4.3.2",
"source": "./",
"author": {
"name": "Jesse Vincent",
"email": "jesse@fsck.com"
"name": "horsliu",
"email": "louishors@outlook.com"
}
}
]
Expand Down
16 changes: 8 additions & 8 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "superpowers",
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
"version": "4.0.3",
"name": "horspowers",
"description": "中文增强的开发技能库 - Forked from obra/superpowers, enhanced with Chinese localization and additional workflows",
"version": "4.3.2",
"author": {
"name": "Jesse Vincent",
"email": "jesse@fsck.com"
"name": "horsliu",
"email": "louishors@outlook.com"
},
"homepage": "https://github.com/obra/superpowers",
"repository": "https://github.com/obra/superpowers",
"homepage": "https://github.com/LouisHors/horspowers",
"repository": "https://github.com/LouisHors/horspowers",
"license": "MIT",
"keywords": ["skills", "tdd", "debugging", "collaboration", "best-practices", "workflows"]
"keywords": ["skills", "tdd", "debugging", "collaboration", "best-practices", "workflows", "chinese", "中文", "horspowers", "fork"]
}
28 changes: 17 additions & 11 deletions .codex/INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,41 @@
# Installing Superpowers for Codex
# Installing Horspowers for Codex

Quick setup to enable superpowers skills in Codex.
> **Forked from [obra/superpowers](https://github.com/obra/superpowers)** - Horspowers is a Chinese-enhanced version with additional workflows and localization support.

Quick setup to enable horspowers skills in Codex.

## Installation

1. **Clone superpowers repository**:
1. **Clone horspowers repository**:
```bash
mkdir -p ~/.codex/superpowers
cd ~/.codex/superpowers
git clone https://github.com/obra/superpowers.git .
mkdir -p ~/.codex/horspowers
cd ~/.codex/horspowers
git clone https://github.com/LouisHors/horspowers.git .
```

2. **Create personal skills directory**:
```bash
mkdir -p ~/.codex/skills
```

3. **Update ~/.codex/AGENTS.md** to include this superpowers section:
3. **Update ~/.codex/AGENTS.md** to include this horspowers section:
```markdown
## Superpowers System
## Horspowers System

<EXTREMELY_IMPORTANT>
You have superpowers. Superpowers teach you new skills and capabilities. RIGHT NOW run: `~/.codex/superpowers/.codex/superpowers-codex bootstrap` and follow the instructions it returns.
You have horspowers. Horspowers teaches you new skills and capabilities. RIGHT NOW run: `~/.codex/horspowers/.codex/horspowers-codex bootstrap` and follow the instructions it returns.
</EXTREMELY_IMPORTANT>
```

## Verification

Test the installation:
```bash
~/.codex/superpowers/.codex/superpowers-codex bootstrap
~/.codex/horspowers/.codex/horspowers-codex bootstrap
```

You should see skill listings and bootstrap instructions. The system is now ready for use.
You should see skill listings and bootstrap instructions. The system is now ready for use.

## Upstream Project

This is a fork of the original [obra/superpowers](https://github.com/obra/superpowers) project. Please report issues specific to this fork at: https://github.com/LouisHors/horspowers/issues
Loading