WWW.YOUINFO.SITE
标签聚合 skflow

/tag/skflow

www.v2ex.com · 2026-04-29 21:11:30+08:00 · tech

我写了个小工具 skflow ,把 markdown 命令转成编译后的脚本。shell 步骤原生执行,只在真正需要判断的地方才调用 Claude 。 # 转换前:每步都过 Claude Claude → git diff → Claude → git status → Claude → 写 commit message → Claude → git commit # 转换后:Claude 只在需要时介入 sh(git diff) → sh(git status) → ask Claude("写 commit message") → sh(git commit) → done 用法: npm install skflow -g npx skills add skill-flow/skflow /skflow-transform .claude/commands/commit.md 原理是让 Claude code 自己转写脚本,然后编译成状态机,欢迎大家试试 GitHub: https://github.com/skill-flow/skflow

www.v2ex.com · 2026-04-29 21:11:30+08:00 · tech

我写了个小工具 skflow ,把 markdown 命令转成编译后的脚本。shell 步骤原生执行,只在真正需要判断的地方才调用 Claude 。 # 转换前:每步都过 Claude Claude → git diff → Claude → git status → Claude → 写 commit message → Claude → git commit # 转换后:Claude 只在需要时介入 sh(git diff) → sh(git status) → ask Claude("写 commit message") → sh(git commit) → done 用法: npm install skflow -g npx skills add skill-flow/skflow /skflow-transform .claude/commands/commit.md 原理是让 Claude code 自己转写脚本,然后编译成状态机,欢迎大家试试 GitHub: https://github.com/skill-flow/skflow

www.v2ex.com · 2026-04-29 20:11:30+08:00 · tech

我写了个小工具 skflow ,把 markdown 命令转成编译后的脚本。shell 步骤原生执行,只在真正需要判断的地方才调用 Claude 。 # 转换前:每步都过 Claude Claude → git diff → Claude → git status → Claude → 写 commit message → Claude → git commit # 转换后:Claude 只在需要时介入 sh(git diff) → sh(git status) → ask Claude("写 commit message") → sh(git commit) → done 用法: npm install skflow -g npx skills add skill-flow/skflow /skflow-transform .claude/commands/commit.md 原理是让 Claude code 自己转写脚本,然后编译成状态机,欢迎大家试试 GitHub: https://github.com/skill-flow/skflow

v2ex.com · 2026-04-29 20:11:30+08:00 · tech

我写了个小工具 skflow ,把 markdown 命令转成编译后的脚本。shell 步骤原生执行,只在真正需要判断的地方才调用 Claude 。 # 转换前:每步都过 Claude Claude → git diff → Claude → git status → Claude → 写 commit message → Claude → git commit # 转换后:Claude 只在需要时介入 sh(git diff) → sh(git status) → ask Claude("写 commit message") → sh(git commit) → done 用法: npm install skflow -g npx skills add skill-flow/skflow /skflow-transform .claude/commands/commit.md 原理是让 Claude code 自己转写脚本,然后编译成状态机,欢迎大家试试 GitHub: https://github.com/skill-flow/skflow

v2ex.com · 2026-04-29 19:18:02+08:00 · tech

我写了个小工具 skflow ,把 markdown 命令转成编译后的脚本。shell 步骤原生执行,只在真正需要判断的地方才调用 Claude 。 # 转换前:每步都过 Claude Claude → git diff → Claude → git status → Claude → 写 commit message → Claude → git commit # 转换后:Claude 只在需要时介入 sh(git diff) → sh(git status) → ask Claude("写 commit message") → sh(git commit) → done 用法: npm install skflow -g npx skills add skill-flow/skflow /skflow-transform .claude/commands/commit.md 原理是让 Claude code 自己转写脚本,然后编译成状态机,欢迎大家试试 GitHub: https://github.com/skill-flow/skflow

v2ex.com · 2026-04-29 19:07:01+08:00 · tech

我写了个小工具 skflow ,把 markdown 命令转成编译后的脚本。shell 步骤原生执行,只在真正需要判断的地方才调用 Claude 。 # 转换前:每步都过 Claude Claude → git diff → Claude → git status → Claude → 写 commit message → Claude → git commit # 转换后:Claude 只在需要时介入 sh(git diff) → sh(git status) → ask Claude("写 commit message") → sh(git commit) → done 用法: npm install skflow -g npx skills add skill-flow/skflow /skflow-transform .claude/commands/commit.md 原理是让 Claude code 自己转写脚本,然后编译成状态机,欢迎大家试试 GitHub: https://github.com/skill-flow/skflow