Skip to content
dsh.fish
Bundle

@zasset/za-ppt

Z Research PPT stage — presentation generation (Beamer/Quarto) from the paper. Ships one skill.

Source
Z-Asset
License
MIT
Updated
Updated 7 hours ago

Readme

# Z Research · PPT Stage

报告(PPT):从论文生成演讲幻灯片。资产定价 + 机器学习/深度学习研究工作流的一部分。

## 安装

```bash
dsh plugin --profile <你的profile> add zresearch-ppt
```

或从 npm:

```bash
npm install zresearch-ppt
```

## 用法

安装后,在 DSH 会话中按需触发(模型会根据任务自动加载对应 skill):

- 文献综述:问「帮我做文献综述 / 找相关论文」
- 数据处理:问「帮我找数据 / 评估数据集」
- 模型训练:问「跑回归 / 训练 ML 模型 / 横截面收益预测」
- 写报告:问「写论文 / 起草章节」
- 做 PPT:问「做演讲 PPT / Beamer / job market talk」

## skill 结构

```
skills/zresearch-ppt/
├── SKILL.md              # 主 skill 定义
└── references/           # 角色定义 + 领域校准
    ├── agents/           # worker/critic 角色
    └── domain/           # domain-profile(资产定价+ML/DL)
```

## 领域

面向实证资产定价 + ML/DL:因子模型、横截面收益预测、GMM/SDF、预测回归、机器学习、深度学习。领域校准见 `references/domain/domain-profile.md`。

## License

MIT

Install

dsh plugin --profile web add github:Z-Asset/ZA_ppt

Profile: web

  • This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source