Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub sinnohzeng/workflow-toolkit --plugin workflow-toolkitAlias for /save-plan. Persists work plans to docs/plans/ for version control. "保存"的完整拼音别名。
Records post-mortem lessons after corrections, rework, or unexpected issues. Captures what went wrong, root cause, and prevention measures. 微复盘:记录教训和预防措施。
Commits and pushes staged changes with Chinese Conventional Commits and optional SemVer tagging. Handles staging, commit message generation, tagging, and push in one flow. 提交代码并推送到远端。
Alias for /sync-docs. Synchronizes documentation and memory files after code changes per DDD and SSOT principles. 文档驱动同步。
Tracks CI pipeline failures and iteratively fixes issues until all pipelines are green. Supports GitHub Actions, CodeArts, and other CI platforms. 迭代修复 CI 直到全绿。
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Professional writing assistance and revision skill based on 《怎样写作》(任仲然). 基于专业写作方法论的写作辅助与审稿润色技能。
Claude Code 开发者日常工作流 Skill 集合。覆盖编程会话全生命周期:从计划评审到会话收尾,9 个技能 + 8 个拼音别名。
这是一个独立 Claude Code plugin。从 xuan-jiang 拆分独立。
# 注册 marketplace
claude plugin marketplace add https://github.com/sinnohzeng/workflow-toolkit.git
# 安装
claude plugin install workflow-toolkit@workflow-toolkit
| 技能 | 拼音别名 | 自动触发 | 用途 |
|---|---|---|---|
/commit | /tijiao | — | 提交 + 推送,Chinese Conventional Commits,可选 SemVer tag |
/sync-docs | /tongbu | Yes | 按 DDD + SSOT 原则同步文档和记忆 |
/ddd | — | — | /sync-docs 的快捷别名 |
/review-plan | /shenpi | Yes | UX / 前端工程 / 架构三视角评审计划,最多 3 轮 |
/fix-ci | /xiufu | — | 追踪并迭代修复 CI 流水线直到全绿 |
/save-plan | /baocun | — | 持久化计划到 docs/plans/YYYY-MM-DD-slug.md |
/capture-lesson | /fupan | Yes | 出错后微复盘,记录到 docs/lessons.md |
/verify-done | /yanzheng | Yes | 跑测试 + 高级工程师视角审查,确认完成 |
/wrap-up | /shouwei | — | 会话收尾四连:sync-docs → lesson → commit → CI |
拼音别名:中文母语者可直接用拼音调用,配合 Tab 补全,输入
/ti+ Tab 即可触发/tijiao。
编程会话
│
├─ 工作中 ─── Claude 自动触发 /sync-docs、/capture-lesson、
│ /verify-done、/review-plan
│
├─ 随时用 ─── /commit(提交推送)
│ /fix-ci(修流水线)
│ /save-plan(存计划)
│ /ddd(快速文档同步)
│
└─ 收工时 ─── /wrap-up ──┬─ Step 1: sync-docs
├─ Step 2: capture-lesson
├─ Step 3: commit
└─ Step 4: fix-ci(可跳过)
原生支持 Claude Code。其他 AI 编程工具可直接复制 skills/ 下的 SKILL.md:
| 工具 | 规则目录 | 格式 |
|---|---|---|
| Claude Code | Plugin 或 ~/.claude/skills/ | Markdown |
| Cursor | .cursor/rules/ | .mdc |
| Windsurf | .windsurf/rules/ | Markdown |
| Cline | .clinerules/ | Markdown |
| Copilot | .github/instructions/ | Markdown + YAML |
MIT. 详见 LICENSE。
详见 CONTRIBUTING.md。安全问题请按 SECURITY.md 流程报告。