workflow-from-chats
Extract durable working preferences from recent Cursor chats and convert them into skills, rules, or workflow docs. Use when asked to learn preferences, mine feedback, personalize workflows, or generate team/person-specific agent guidance.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/cursor/plugins /tmp/plugins && ln -s /tmp/plugins/cursor-team-kit/skills/workflow-from-chats ~/.claude/skills/workflow-from-chats
From README
Workflow From Chats Infer durable working preferences from recent chats. Do not summarize chats; extract reusable workflow guidance. Scope Default to the last 7 days unless the user asks for a different window. Read parent transcripts and relevant subagent transcripts. Use subagent content as evidence, but cite only parent conversations. Do not expose local transcript paths, secrets, customer data, private chat content, or credentials. Workflow State the target workflow or preference surface in one paragraph. Build an internal transcript inventory: title/topic, parent conversation ID, approximate date, completion state, relevant subagents, and why it may contain preference evidence. Scan for explicit preferences, corrections, and workflow markers such as "I prefer", "always", "never", "not what I asked", "stop", "review", "PR", "CI", "logs", and "skill". Extract preference atoms: trigger, workflow step, decision rule, quality bar, stop condition, evidence, and confidence.
More from this repo
check-compiler-errors
Used to run compile and type-check commands and report failures
control-cli
Used to build or adapt a local harness to drive, inspect, and profile an interactive CLI or TUI without external...
control-ui
Used to build or adapt a local browser/CDP harness to drive and inspect a web, IDE, or Electron UI.