Home/技术写作/thinking-order-skills
T

thinking-order-skills

by @RETHINKAIZv
3.5(0)

Thinking Order Skills is a set of AI writing and thinking assistance skill packages specifically designed for the Claude Code platform. It includes 14 professional skills, covering the entire process from topic planning, ideation, structured expression, and templated writing to content optimization and insight extraction. It aims to help users improve the structure of their thinking, enhance the logic and power of their expression, and efficiently generate high-quality articles, reports, and creative content.

writing-assistantcontent-generationstructured-thinkingai-skillsproductivityGitHub
Installation
git clone https://github.com/RETHINKAIZ/thinking-order-skills.git && cd thinking-order-skills && chmod +x scripts/install.sh && ./scripts/install.sh
compare_arrows

Before / After Comparison

1
Before

When tackling complex writing tasks, thoughts often become disorganized, making it challenging to construct a clear structure. Organizing information, brainstorming ideas, and optimizing content are time-consuming and laborious, resulting in low writing efficiency and inconsistent output quality.

After

Leveraging the AI skill pack, you can quickly build article frameworks, automatically extract core insights, and optimize expression logic and writing style. This enables efficient generation of high-quality articles, reports, and creative content, significantly boosting both writing and thinking efficiency and quality.

description SKILL.md

thinking-order-skills

Thinking Order - 让思考更有结构,让表达更有力量

一套完整的写作与思考辅助技能包,包含 14 个专业技能,涵盖从选题、构思、写作到优化的全流程。适用于 Claude Code 平台。


📦 快速安装

方法一:下载安装包(推荐)

  1. 从 GitHub 下载 thinking-order-skills.zip(见右侧 Releases 或 dist 目录)
  2. 解压到任意位置
  3. 运行安装脚本

macOS / Linux:

cd thinking-order-skills
chmod +x scripts/install.sh
./scripts/install.sh

Windows:

# 双击运行 scripts/install.bat
# 或在命令行执行:
cd thinking-order-skills
scripts\install.bat

方法二:Git 克隆

# 克隆仓库
git clone https://github.com/YOUR_USERNAME/thinking-order-skills.git
cd thinking-order-skills

# 运行安装脚本
./scripts/install.sh  # macOS/Linux
scripts\install.bat   # Windows

安装完成后,重启 Claude Code 即可使用!

方法三:手动安装

# 将所有技能复制到 Claude Code skills 目录
cp -r skills/thinko-* ~/.claude/skills/

📚 技能列表

#技能名称中文名核心功能
1thinko-struct-builder结构大师结构化表达框架,自动识别场景推荐模板
2thinko-template-writer模板写手提供各类写作模板,快速填充生成标准化文档
3thinko-reading-analyzer阅读侦探深度分析文章内容,提取关键信息和逻辑结构
4thinko-insight-extractor洞察猎人从大量信息中提取核心洞察和关键结论
5thinko-article-refiner文章造型师优化文章结构、表达和逻辑,提升文章质量
6thinko-report-generator汇报嘴替基于已有内容自动生成周报、月报、项目汇报
7thinko-idea-spark鬼点子精创意点子生成器,支持头脑风暴和思路拓展
8thinko-outline-planner提纲管家生成文章结构和大纲,快速搭建写作框架
9thinko-argument-builder论点建筑师搭建议论文/评论/分析文章的观点结构
10thinko-example-finder例子猎人根据需求补充案例和素材,支撑观点论证
11thinko-rewrite-artist改写高手改写句子、降重、换表达,支持多种风格
12thinko-summary-maker总结课代表文章内容总结,支持多种格式和长度
13thinko-style-polisher文风造型师文风调整、润色文章,支持多种写作风格
14thinko-topic-explorer选题探险家拓展选题和创意方向,多角度分析选题价值

🚀 使用方式

安装后,在 Claude Code 中直接使用技能名称即可触发。

中文触发示例:

  • "帮我用结构大师整理一下这个汇报"
  • "用总结课代表帮我总结这篇文章"
  • "我需要选题探险家帮我想想写作方向"
  • "用提纲管家帮我列个文章大纲"
  • "让汇报嘴替帮我写个周报"

英文触发示例:

  • "Use thinko-struct-builder to organize my report"
  • "Use thinko-summary-maker to summarize this article"
  • "Use thinko-topic-explorer to brainstorm ideas"

💡 典型使用场景

📝 写作全流程

选题 → thinko-topic-explorer(选题探险家)
构思 → thinko-idea-spark(鬼点子精)+ thinko-outline-planner(提纲管家)
写作 → thinko-template-writer(模板写手)+ thinko-struct-builder(结构大师)
论证 → thinko-argument-builder(论点建筑师)+ thinko-example-finder(例子猎人)
优化 → thinko-article-refiner(文章造型师)+ thinko-style-polisher(文风造型师)
改写 → thinko-rewrite-artist(改写高手)
总结 → thinko-summary-maker(总结课代表)

📊 职场汇报场景

  • 周报/月报: thinko-report-generator(汇报嘴替)
  • 项目总结: thinko-insight-extractor(洞察猎人)+ thinko-report-generator
  • PPT 大纲: thinko-outline-planner(提纲管家)+ thinko-struct-builder

📖 阅读学习场景

  • 文章分析: thinko-reading-analyzer(阅读侦探)
  • 笔记整理: thinko-insight-extractor(洞察猎人)+ thinko-summary-maker

📁 目录结构

thinking-order-skills/
├── README.md                 # 项目说明(本文件)
├── DISTRIBUTION.md           # 分发指南
├── scripts/
│   ├── install.sh            # macOS/Linux 安装脚本
│   ├── install.bat           # Windows 安装脚本
│   ├── package.sh            # 重新打包脚本
│   └── package_all_skills.py # .skill 格式打包脚本
├── skills/                   # 所有技能源文件(14 个)
│   ├── thinko-struct-builder/
│   ├── thinko-template-writer/
│   ├── thinko-reading-analyzer/
│   ├── thinko-insight-extractor/
│   ├── thinko-article-refiner/
│   ├── thinko-report-generator/
│   ├── thinko-idea-spark/
│   ├── thinko-outline-planner/
│   ├── thinko-argument-builder/
│   ├── thinko-example-finder/
│   ├── thinko-rewrite-artist/
│   ├── thinko-summary-maker/
│   ├── thinko-style-polisher/
│   └── thinko-topic-explorer/
├── dist/
│   ├── thinking-order-skills.zip   # 分发包(推荐下载)
│   └── plugins/                    # .skill 格式文件
└── README.md

🛠️ 重新打包

如果需要重新生成分发包:

cd thinking-order-skills

# 生成 zip 分发包
./scripts/package.sh

# 生成 .skill 格式文件
python3 scripts/package_all_skills.py

生成的文件位于 dist/ 目录。


📝 版本信息

  • 版本: 1.0.0
  • 创建日期: 2026-03-12
  • 作者: RETHINKAIZ
  • 许可证: RTHINKORDER260003

📞 联系方式

  • 微信: RETHINK-AIZ
  • GitHub: @RETHINKAIZ
  • 社交媒体: RETHINKAIZ / RETHINKAIZ🍼HABITS

如有问题或建议,欢迎通过以上方式联系我!


⭐ 欢迎 Star

如果这个项目对你有帮助,欢迎给一个 ⭐️ Star,支持持续更新!

forumUser Reviews (0)

Write a Review

Effect
Usability
Docs
Compatibility

No reviews yet

Statistics

Installs3
Rating3.5 / 5.0
Version
Updated2026年4月8日
Comparisons1

User Rating

3.5(0)
5
0%
4
0%
3
0%
2
0%
1
0%

Rate this Skill

0.0

Compatible Platforms

🔧Claude Code (macOS/Linux - Git)
🔧Claude Code (Windows - Git)
🔧Claude Code (Manual)

Timeline

Created2026年4月8日
Last Updated2026年4月8日