asimfish

Skills Lyf — Productivity skill for Claude Code

Productivity community

Claude Code / Codex / Cursor 一键部署配置套件(128 skills + 21 agents + 3 MCP servers + workflow).

How to install Skills Lyf

This entry records only its repository, not the path inside it, so there is no exact command to give. Open asimfish/skills_lyf and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Skills Lyf does

Claude Code / Codex / Cursor 一键部署配置套件(128 skills + 21 agents + 3 MCP servers + workflow).

Alternatives in Productivity

  • Tradingview MCP — Real-time crypto & stock screening, advanced technical indicators, Bollinger Bands intelligence, candlestick p 2.6k ★
  • GrokSearch — Integrate Grok's powerful real-time search capabilities into Claude via the MCP protocol 1.8k ★
  • Agentacct — See what your coding agents did and what it cost 665 ★

README

skills_lyf

AI 工具 skill 统一管理套件 — 把 Codex、Cursor、OpenClaw 的 skill 汇聚到 Claude 统一管理,再按需分发到各工具,附带 162 个开箱即用的 skill 配置

[![GitHub stars](https://img.shields.io/github/stars/asimfish/skills_lyf?style=flat-square)](https://github.com/asimfish/skills_lyf) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](LICENSE)

两种使用方式

**方式一:只用 sync.py 统一管理自己机器上已有的 skill**(不安装本仓库任何 skill)

git clone https://github.com/asimfish/skills_lyf ~/Desktop/agent/skills_lyf
cd ~/Desktop/agent/skills_lyf
# 把各工具已有的 skill 先汇聚到 Claude,统一管理后再分发回各工具
python3 tools/sync.py import          # 把 Codex/Cursor/OpenClaw 的 skill 导入 Claude
python3 tools/sync.py stage           # 预览 Claude → 各工具的转换结果
python3 tools/sync.py deploy --merge  # 增量分发到各工具(不覆盖已有)

**方式二:安装本仓库的 162 个 skill + 全套配置**

git clone https://github.com/asimfish/skills_lyf ~/Desktop/agent/skills_lyf
cd ~/Desktop/agent/skills_lyf
bash install.sh   # 只新增,不覆盖已有配置

无论哪种方式,`deploy` 操作请**务必加 `--merge`**,否则会覆盖目标目录已有的 skill。 详见[安全警告](#deploy-安全警告覆盖风险)。


本仓库包含:

  • 162 个 Claude Code skills(含 ARIS 研究自动化全集)
  • 21 个 subagents(code-reviewer、architect、ml-debugger 等)
  • 14 条 rules(编码规范、安全、测试等)
  • 3 个自研 MCP servers(codex-dispatch、git-orchestra、llm-chat)
  • 5 个 Cursor skills
  • scholar local plugin(arxiv / crossref 学术搜索)
  • ccline 状态栏主题
  • workflow — tmux + Claude + Codex + GitHub + Obsidian + 飞书多项目开发工作流
  • tools/sync.py — 多工具 skill 双向互通系统

目录


deploy 安全警告:覆盖风险

**警告**:不带 `--merge` 的 `deploy` 会**完全替换**目标目录,导致已有 skill 丢失。

命令 行为
python3 tools/sync.py deploy 覆盖目标目录(先自动备份到 staging/backups/
python3 tools/sync.py deploy --merge **增量