By idiotLeoLYJ
Guides Chinese-speaking developers through creating, modifying, debugging, and evaluating Skills (SKILL.md files) with a structured workflow: triage, requirements discovery, drafting, testing, and refinement.
中文优先的 agent skill 市场,目前收录:
所有 skill 都是标准 SKILL.md 格式,同一份内容可装到 Claude Code / Codex / OpenClaw 三个平台。
远程安装在仓库 push 到 GitHub 之后才生效。下面命令里的
idiotLeoLYJ/Daliu-Awesome-Skills按你的实际仓库改。
当作插件市场来装:
/plugin marketplace add idiotLeoLYJ/Daliu-Awesome-Skills
/plugin install skill-creator-cn@daliu-awesome-skills
/reload-plugins
或者用下面的脚本装到用户级(~/.claude/skills/),所有项目可用。
curl -fsSL https://raw.githubusercontent.com/idiotLeoLYJ/Daliu-Awesome-Skills/main/install.sh | bash
不带参数会自动检测你装了 claude / codex / openclaw 中的哪些并分别安装。也可显式指定:
curl -fsSL .../install.sh | bash -s -- --claude --codex --openclaw # 或 --all
curl -fsSL .../install.sh | bash -s -- --codex
脚本会把 skill 装到 ~/.codex/skills/skill-creator-cn。若 /skills 里没自动出现,按脚本提示把一段 [[skills]] 配置加到 ~/.codex/config.toml 后重启 Codex。
curl -fsSL .../install.sh | bash -s -- --openclaw
装到 ~/.openclaw/skills/skill-creator-cn;也可经 ClawHub 安装。具体 skills 目录以你的 OpenClaw 版本为准,必要时跑 openclaw onboard 重新登记。
把 plugins/skill-creator-cn/skills/skill-creator-cn/ 整个文件夹复制到对应平台的 skills 目录即可(目录名须与 SKILL.md 里的 name 一致,都是 skill-creator-cn)。
引导式创建 / 改进 / 轻量验证等核心能力,三平台通用。 但其中一个进阶功能——「description 触发优化」(run_loop.py)——内部调用 Claude Code 的 claude -p,仅在 Claude Code 上可用;在 Codex / OpenClaw 上这一步会跳过,不影响其余流程。
Daliu-Awesome-Skills/
├── .claude-plugin/marketplace.json # Claude Code 市场入口
├── install.sh # 跨平台安装器
├── plugins/skill-creator-cn/
│ ├── .claude-plugin/plugin.json # 插件清单
│ └── skills/skill-creator-cn/ # skill 正本(SKILL.md / references / scripts)
└── docs/ # 设计与实现文档(历史记录)
新增 skill:往 plugins/<名字>/skills/<名字>/ 放,并在 .claude-plugin/marketplace.json 的 plugins 里登记一条。
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub idiotleolyj/daliu-awesome-skills --plugin skill-creator-cn专用于 Vibe Coding 的六步流水线套件:idea → interaction → architecture → design → prototype → implement。核心是对齐(契约式设计)——每个 skill 的入口必定是上一个 skill 的产物,逐环确定式交接,把一个想法推进到高级审美、能跑且实现=设计的产品。6 个 skill 需整套安装。
Daymade skills core suite. Bundles skill creation, quality review, governance, and marketplace development tooling under one shared namespace. Existing-skill edits use an old-vs-new capability audit and content-bound packaging attestation so prompt compression cannot silently delete runtime contracts. When the official skill-creator plugin is also installed, skill-creator detects the coexistence and offers a consent-based, reversible SessionStart routing hook so the daymade edition wins deterministically; on machines without the official plugin nothing is ever installed.
Ultimate Claude Code skill creator. Design, scaffold, build, review, evolve, and publish production-grade AI agent skills following the Agent Skills open standard and 3-layer architecture.
4 persona Agent Team skill builder — spawn real agents to analyze and debate, then build working skills with auto eval/benchmark, description optimization via run_loop, and .skill packaging
Skill 工具链 - Skill 优化与调研工具
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation