Skip to content

Xiao-rx/work-to-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work to Skill / 工作技能

"Work to Skill - 与其被公司蒸馏,不如先蒸馏工作 | 将痛苦工作流蒸馏成美美工作流。支持 Claude Code/OpenClaw/Codex"

"Work to Skill - Distill painful workflows into smooth automations. Supports Claude Code/OpenClaw/Codex"

License: MIT Platform: Claude Code Platform: OpenClaw Platform: Codex


中文 | English

这是什么?

一个通过对话帮你制作自定义 AI Skill 的工具。

不用学代码。只需要告诉 AI 你想要什么,它帮你完成。

问题

你每天做的事              AI 给你的
─────────────────────────────────────────────────
写周报                    "帮我写周报" → AI 胡编乱造
做 ppt                   "帮我做 ppt" → AI 做出不相关的东西
出方案                   "帮我出方案" → AI 说一堆废话

问题在哪?

AI 不知道你具体做什么,不知道你们团队的规范,不知道你 prefer 什么格式。

所以你花的时间比直接自己做还多。

解决

你:  "帮我制作一个 xxx 的 Skill"

AI: "你现在是怎么做这件事的?"
你: "每天要打开飞书,找上周数据,复制粘贴..."
AI: "输出要什么格式?"
你: "不要太长,分点说..."
AI: [展示流程图] "是这样吗?"
你: "对!"
✅ AI 自动构建并安装

你:  "帮我生成本周工作汇报"
✅ 输出直接能用,不用改

核心理念

理念 说明
不急于求成 你没说清楚,不做
所见即所得 先给你看,你说对再做
对话式制作 不用写代码,你说我做
交付是开始 教你用、会用才行

快速开始

安装(30 秒)

Claude Code

git clone https://github.com/Xiao-rx/work-to-skill.git
cp -r work-to-skill ~/.claude/skills/work-to-skill

OpenClaw

git clone https://github.com/Xiao-rx/work-to-skill.git
cp -r work-to-skill ~/.openclaw/skills/work-to-skill

Codex

git clone https://github.comXiao-rx/work-to-skill.git
cp -r work-to-skill ~/.codex/skills/work-to-skill

使用

告诉 AI:

帮我制作一个 xxx 的 Skill

回答几个问题。当 AI 展示流程图问"是这样吗?",说"对"。AI 自动构建并安装。

工作流程

┌─────────────────────────────────────────┐
│  阶段 1: 需求剖析                        │
│                                          │
│  AI 通过反问了解你真正想要什么             │
└─────────────────────────────────────────┘
                     ↓
┌─────────────────────────────────────────┐
│  阶段 2: 流程设计                        │
│                                          │
│  AI 展示流程图                           │
│  问:"是这样吗?"                         │
└─────────────────────────────────────────┘
                     ↓
┌─────────────────────────────────────────┐
│  阶段 3: 构建                            │
│                                          │
│  AI 自动创建文件                         │
│  安装到你指定的平台                       │
└─────────────────────────────────────────┘
                     ↓
┌─────────────────────────────────────────┐
│  阶段 4: 交付                            │
│                                          │
│  AI 教你如何使用                          │
│  带你走一遍第一次                        │
└─────────────────────────────────────────┘

效果示例

示例 1:工作日志

你:  帮我生成今天的工作日志

AI ✅:
## 今日完成
- [x] 完成用户模块 API 联调
- [x] 修复登录超时 bug
- [x] 参与方案评审

## 明日计划
- [ ] 用户模块提测
- [ ] 准备周会材料

---
来源:git commits + 你的上下文

示例 2:会议记录转 PRD

你:  把这个会议记录转成 PRD

AI ✅:
## PRD:用户反馈系统

### 背景
...

### 目标
...

### 功能列表
1. 反馈提交
2. 状态流转
3. 通知机制
...

示例 3:代码审查

你:  帮我审查这段代码

AI ✅:
## 审查报告

### 🔴 需要修复
**SQL 注入** - 第 23 行
...

### 🟡 建议优化
**类型定义缺失** - 第 5 行
...

### ✅ 做得好
- 错误处理完善
- 命名规范

支持的平台

平台 状态 安装位置
Claude Code ~/.claude/skills/
OpenClaw ~/.openclaw/skills/
Codex ~/.codex/skills/

项目结构

work-to-skill/
├── SKILL.md
├── README.md
├── docs/
│   ├── creation-guide.md      # 制作指南
│   ├── dialogue-templates.md   # 对话模板
│   ├── best-practices.md      # 最佳实践
│   ├── platform-comparison.md # 平台对比
│   └── publishing-guide.md     # 发布指南
├── skill-template/
│   └── SKILL.md               # Skill 模板
└── examples/
    └── demo-work-skill/        # 示例

文档

文档 内容
制作指南 完整工作流程
对话模板 AI 话术
最佳实践 避免常见错误
平台对比 平台区别

Contributing

欢迎提交 Issue、PR、示例、文档改进!

License

MIT


每个人工作不同,AI 需要的 Skill 也应该不同。 你,才是那个最懂你工作的人。




English

What is this?

A tool that helps you create custom AI Skills through conversation.

No coding required. Just tell the AI what you want — it builds the Skill for you.

The Problem

What you do everyday          What AI gives you
─────────────────────────────────────────────────
Write weekly reports          "Help me write reports" → AI generates gibberish
Make ppt                     "Help me make ppt" → AI makes something irrelevant
Write proposals              "Help me write proposals" → AI outputs generic fluff

Why?

AI doesn't know your specific workflow, your team's standards, or your preferred format.

So you spend more time fixing AI's output than if you'd just done it yourself.

The Solution

You:  "Create a Skill that helps me with [your work]"

AI:  "Tell me how you do this task now?"
You: "I open Feishu, find last week's data, copy-paste..."
AI:  "What format do you want the output in?"
You: "Short, bullet points, no jargon"
AI:  [Shows flowchart] "Is this right?"
You: "Yes!"
✅ AI builds and installs the Skill automatically

You:  "Generate my weekly report"
✅ Output you can use directly — no fixing needed

Core Philosophy

Principle Description
Don't rush We don't build until we understand
Show first You see the design before we build
Conversation No code — just talk
Delivery is start We teach you to use it properly

Quick Start

Install (~30 seconds)

Claude Code

git clone https://github.com/yourusername/work-to-skill.git
cp -r work-to-skill ~/.claude/skills/work-to-skill

OpenClaw

git clone https://github.com/yourusername/work-to-skill.git
cp -r work-to-skill ~/.openclaw/skills/work-to-skill

Codex

git clone https://github.com/yourusername/work-to-skill.git
cp -r work-to-skill ~/.codex/skills/work-to-skill

Use

Tell the AI:

Create a Skill that helps me with [your work]

Answer a few questions. When AI shows the flowchart and asks "Is this right?", say yes. AI builds and installs automatically.

Workflow

┌─────────────────────────────────────────┐
│  Phase 1: Understanding                  │
│                                          │
│  AI asks questions to understand        │
│  what you really want                    │
└─────────────────────────────────────────┘
                     ↓
┌─────────────────────────────────────────┐
│  Phase 2: Design                        │
│                                          │
│  AI shows flowchart                      │
│  Asks: "Is this right?"                 │
└─────────────────────────────────────────┘
                     ↓
┌─────────────────────────────────────────┐
│  Phase 3: Build                         │
│                                          │
│  AI creates files automatically          │
│  Installs to your platform              │
└─────────────────────────────────────────┘
                     ↓
┌─────────────────────────────────────────┐
│  Phase 4: Deliver                       │
│                                          │
│  AI teaches you how to use it            │
│  Walk through first use together        │
└─────────────────────────────────────────┘

Example Outputs

Example 1: Daily Work Logger

You:    Generate my work log

AI ✅:
## Completed Today
- [x] API integration for user module
- [x] Fixed login timeout bug
- [x] Participated in design review

## Tomorrow's Plan
- [ ] Submit user module for testing
- [ ] Prepare weekly meeting materials

---
Source: git commits + your context

Example 2: Meeting Notes → PRD

You:    Convert this meeting to PRD

AI ✅:
## PRD: User Feedback System

### Background
...

### Goals
...

### Features
1. Feedback submission
2. Status workflow
3. Notification mechanism
...

Example 3: Code Review

You:    Review this code

AI ✅:
## Review Report

### 🔴 Must Fix
**SQL Injection** - Line 23
...

### 🟡 Suggested
**Missing type definitions** - Line 5
...

### ✅ Good
- Proper error handling
- Good naming conventions

Supported Platforms

Platform Status Location
Claude Code ~/.claude/skills/
OpenClaw ~/.openclaw/skills/
Codex ~/.codex/skills/

Project Structure

work-to-skill/
├── SKILL.md
├── README.md
├── docs/
│   ├── creation-guide.md
│   ├── dialogue-templates.md
│   ├── best-practices.md
│   ├── platform-comparison.md
│   └── publishing-guide.md
├── skill-template/
│   └── SKILL.md
└── examples/
    └── demo-work-skill/

Documentation

Doc Content
Creation Guide Full workflow
Dialogue Templates AI scripts
Best Practices Common mistakes to avoid
Platform Comparison Platform differences

Contributing

Issues, PRs, examples, docs improvements — all welcome!

License

MIT


Everyone's work is different. The AI Skill you need should be different too. You know your work best.

About

Work to Skill - 与其被公司蒸馏,不如先蒸馏工作 | 将痛苦工作流蒸馏成美美工作流。支持 Claude Code/OpenClaw/Codex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors