Skip to content
dsh.fish
Bundle

@tezign/dsh-design-feishu-docs

Feishu/Lark document design & layout skill for DeepSeek Harness (dsh) — restructure long-form docs into management-readable, brand-consistent, evidence-traceable formats with charts, illustrations & covers. 飞书文档设计排版技能插件:将战略方案/经营报告/GTM/PRD/复盘等长文编排为管理层可扫描、品牌一致、证据可追溯的正式文档。

Source
welay21312312321
stars
1 stars
License
MIT
Updated
Updated yesterday

Readme

# @tezign/dsh-design-feishu-docs

> **Feishu / Lark document design & layout** — restructure long-form docs into management-readable, brand-consistent, evidence-traceable formats — as a one-command-install skill for **DeepSeek Harness (dsh)**.
>
> 飞书**文档设计排版**:把战略方案/经营报告/GTM/PRD/复盘/案例报告等长文,编排为管理层可扫描、品牌一致、飞书原生可编辑、证据可追溯的正式文档。DeepSeek Harness 一键安装的技能插件。

[![dsh-plugin](https://img.shields.io/badge/dsh-plugin-blue)](https://github.com/topics/dsh-plugin)
[![npm](https://img.shields.io/npm/v/@tezign/dsh-design-feishu-docs)](https://www.npmjs.com/package/@tezign/dsh-design-feishu-docs)
[![Downloads](https://img.shields.io/npm/dm/@tezign/dsh-design-feishu-docs)](https://www.npmjs.com/package/@tezign/dsh-design-feishu-docs)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)

---

## 这是什么 / What is this

一个 **DeepSeek Harness (dsh) 插件包(bundle)**:安装后,`design-feishu-docs` 技能自动注册进你的 AI 技能目录。AI 会重构飞书长文的信息层级与视觉质量——加粗重点、左右分栏/并列、图表/白板/插图/封面、参考官网或公司 Deck 风格、做管理层阅读版等,并审计修复排版问题。

It is a **dsh plugin bundle**: after install, the `design-feishu-docs` skill is auto-registered, so your AI agent can restructure the information hierarchy and visual quality of long-form Feishu docs — bold key points, side-by-side columns, charts/whiteboards/illustrations/covers, brand-styled layouts, and management-readable versions.

## 安装 / Install

需要已安装 [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness)(`dsh`)与 [pnpm](https://pnpm.io/)。

```sh
# 在你的 web profile 中安装本插件
dsh plugin --profile web add @tezign/dsh-design-feishu-docs

# 重启 dsh web 后生效(技能自动出现在 AI 技能目录)
```

## 前置依赖 / Prerequisites

本插件本身零依赖,但设计排版飞书文档需要飞书能力,请确保你的环境中已有:

1. **lark-cli** — 飞书命令行工具(全部文档操作经由它执行)
2. **lark-cli 认证** — `lark-cli auth login`,需 `docx:document` 等相应权限域

## 使用方法 / Usage

装好后直接对 AI 说:

> "把这份经营分析报告排版成管理层阅读版,加重点标注、图表和封面"

AI 会优化信息层级、插图排版、图表和品牌视觉,并完成真实读回验收。

## 安全与隐私 / Security & Privacy

- **包内无任何密钥**:本插件不包含、不读取、不写入任何 API Key / token / 凭据。
- **凭据留在本机**:飞书认证由你本机的 `lark-cli` 管理(环境变量 / `$DSH_HOME/.credentials.yaml` / `.env`)。
- **数据不出你的账号**:所有文档操作发生在你授权登录的飞书账号内,本插件不收集、不上传任何数据。

## 开发 / Development

```sh
git clone https://github.com/welay21312312321/dsh-design-feishu-docs
cd dsh-design-feishu-docs
# 本地调试:用 --patch 覆盖层直接加载本目录,无需发布
dsh --profile web --patch ./cordis.patch.yml
```

## 发布 / Publishing

```sh
npm login
npm publish --access public
```

## License

MIT © Tezign Technology

Install

dsh plugin --profile web add github:welay21312312321/dsh-design-feishu-docs

Profile: web

  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source