alive-analysis

仓库创建 2026年2月10日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由

针对 Cursor 的批量代理优化,自动读写分析状态文件。

这个 Skill 做什么

面向 Cursor 的 ALIVE 流程数据分析插件,含状态管理。

按 ALIVE(Ask, Look, Investigate, Voice, Evolve)流程组织数据分析,针对 Cursor 的批次 agent 模型做了适配。会管理分析状态文件并在每步记录进度,要求把所有问题一次性列清楚,方便可重复、可协作的探索式分析。

▸ 展开 SKILL.md 英文原文

Data analysis workflow kit using the ALIVE loop (Ask, Look, Investigate, Voice, Evolve)

数据与抓取数据分析Cursor优化状态管理Cursor
42
Stars
5
Forks
3
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/with-geun/alive-analysis/main/platforms/cursor/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/with-geun/alive-analysis/main/platforms/cursor/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# alive-analysis Skill (Cursor Edition)

> Data analysis workflow kit based on the ALIVE loop.
> Optimized for Cursor's batch-oriented agent model.

---

## Cursor-Specific Behavior

**State management**: Read `.analysis/status.md` and `.analysis/config.md` at the start of EVERY command. Write updates back to `.analysis/status.md` after EVERY action.

**Question style**: Present ALL questions at once in a structured form. Do NOT ask questions one by one — Cursor agents work best with batch input.

**File-based context**: There is no session memory. Always read state from files before acting.

---

## Overview

alive-analysis structures data analysis using the **ALIVE loop**:
**Ask → Look → I
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有