skills/feishu-doc-optimizer/SKILL.md
飞书云文档内容优化与格式美化。当用户需要优化飞书文档的排版、结构、格式、美观度时使用此技能。支持:(1) 读取飞书文档内容 (2) 优化文档结构和层次 (3) 清空并替换文档内容 (4) 通过浏览器自动化编辑文档。触发词:优化飞书文档、美化文档、整理文档格式、文档排版。
npx skillsauth add aaaaqwq/agi-super-team feishu-doc-optimizerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
优化飞书云文档的内容结构、排版格式和视觉美观度。
使用飞书 API 读取文档原始内容:
python3 scripts/feishu_doc_reader.py <doc_token>
文档 token 从 URL 提取:https://xxx.feishu.cn/docx/<doc_token>
优化原则:
通过 Playwright 浏览器自动化:
python3 scripts/feishu_doc_editor.py <doc_token> <content_file>
流程:
| 租户 | App ID | 用途 | |------|--------|------| | hanxing | REDACTED_FEISHU_HANXING_APP_ID | 汉兴企业(默认) | | personal | REDACTED_FEISHU_PERSONAL_APP_ID | 个人应用 |
需要的权限范围:
docx:document:readonly - 读取文档docx:document - 编辑文档(API 方式)# [项目名称]
> [一句话描述]
> 📅 版本:vX.X | 更新日期:YYYY-MM-DD
---
## 📋 目录
1. 项目背景 2. 系统架构 3. 核心功能 ...
---
## 1. 项目背景
### 1.1 痛点分析
🔴 痛点1 - 描述 ⭐⭐⭐⭐⭐
🔴 痛点2 - 描述 ⭐⭐⭐⭐
### 1.2 解决方案
方案描述...
---
## 2. 核心功能
### 2.1 功能名称 ✅
**功能**:功能描述
**流程**:步骤1 ➜ 步骤2 ➜ 步骤3
---
## N. 项目价值
### N.1 投入成本
| 项目 | 成本 | 说明 |
|------|------|------|
| 项目1 | ¥0 | 说明 |
### N.2 产出价值
⏱️ 指标1:描述
💰 指标2:描述
---
💡 如有改进建议,欢迎提出!
| 场景 | Emoji | |------|-------| | 目录/导航 | 📋 | | 日期/版本 | 📅 | | 痛点/问题 | 🔴 | | 已完成 | ✅ | | 进行中 | 🔄 | | 待办 | ⏳ | | 重要提示 | ⚠️ 💡 | | 数据采集 | 📥 | | 数据处理 | ⚙️ | | 数据展示 | 📊 | | 时间 | ⏱️ | | 成本 | 💰 | | 增长 | 📈 |
---(三个短横线)➜⭐⭐⭐⭐⭐| 列1 | 列2 | 列3 |
|:---:|------|:---:|
| 居中 | 左对齐 | 居中 |
scripts/feishu_doc_reader.py - 读取文档内容scripts/feishu_doc_editor.py - 编辑文档内容references/optimization-examples.md - 优化案例参考development
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
tools
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
data-ai
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
tools
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.