From 77baa1b121ad93d25555e9e77c8a39fdd2c3f610 Mon Sep 17 00:00:00 2001 From: tukuaiai Date: Fri, 19 Dec 2025 16:51:19 +0800 Subject: [PATCH] refactor: reorganize skills into categorized folders MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 00-元技能: claude-skills - 01-AI工具: headless-cli, claude-code-guide, claude-cookbooks - 02-数据库: postgresql, timescaledb - 03-加密货币: ccxt, coingecko, cryptofeed, hummingbot, polymarket - 04-开发工具: telegram-dev, twscrape, snapdom, proxychains Updated README.md and skills/README.md with new paths --- README.md | 13 +- .../claude-skills/AGENTS.md | 0 .../claude-skills/SKILL.md | 0 .../claude-skills/assets/template-complete.md | 0 .../claude-skills/assets/template-minimal.md | 0 .../claude-skills/references/README.md | 0 .../claude-skills/references/anti-patterns.md | 0 .../claude-skills/references/index.md | 0 .../references/quality-checklist.md | 0 .../claude-skills/references/skill-spec.md | 0 .../claude-skills/scripts/create-skill.sh | 0 .../claude-skills/scripts/validate-skill.sh | 0 .../claude-code-guide/SKILL.md | 0 .../claude-code-guide}/assets/.gitkeep | 0 .../claude-code-guide/references/README.md | 0 .../claude-code-guide/references/index.md | 0 .../claude-code-guide}/scripts/.gitkeep | 0 .../{ => 01-AI工具}/claude-cookbooks/SKILL.md | 0 .../claude-cookbooks}/assets/.gitkeep | 0 .../claude-cookbooks/references/CONTRIBUTING.md | 0 .../claude-cookbooks/references/README.md | 0 .../claude-cookbooks/references/capabilities.md | 0 .../claude-cookbooks/references/index.md | 0 .../claude-cookbooks/references/main_readme.md | 0 .../claude-cookbooks/references/multimodal.md | 0 .../claude-cookbooks/references/patterns.md | 0 .../claude-cookbooks/references/third_party.md | 0 .../claude-cookbooks/references/tool_use.md | 0 .../claude-cookbooks/scripts/memory_tool.py | 0 .../{ => 01-AI工具}/headless-cli/SKILL.md | 0 .../headless-cli/references/claude-cli.md | 0 .../headless-cli/references/codex-cli.md | 0 .../headless-cli/references/gemini-cli.md | 0 .../headless-cli/references/index.md | 0 .../{ => 02-数据库}/postgresql/SKILL.md | 0 .../postgresql/assets}/.gitkeep | 0 .../postgresql/references/getting_started.md | 0 .../postgresql/references/index.md | 0 .../postgresql/references/sql.md | 0 .../postgresql/scripts}/.gitkeep | 0 .../{ => 02-数据库}/timescaledb/SKILL.md | 0 .../timescaledb}/assets/.gitkeep | 0 .../timescaledb/references/api.md | 0 .../timescaledb/references/compression.md | 0 .../references/continuous_aggregates.md | 0 .../timescaledb/references/getting_started.md | 0 .../timescaledb/references/hyperfunctions.md | 0 .../timescaledb/references/hypertables.md | 0 .../timescaledb/references/index.md | 0 .../timescaledb/references/installation.md | 0 .../timescaledb/references/llms-full.md | 0 .../timescaledb/references/llms.md | 0 .../timescaledb/references/other.md | 0 .../timescaledb/references/performance.md | 0 .../timescaledb/references/time_buckets.md | 0 .../timescaledb/references/tutorials.md | 0 .../timescaledb}/scripts/.gitkeep | 0 .../zh/skills/{ => 03-加密货币}/ccxt/SKILL.md | 0 .../ccxt}/assets/.gitkeep | 0 .../{ => 03-加密货币}/ccxt/references/cli.md | 0 .../ccxt/references/exchanges.md | 0 .../{ => 03-加密货币}/ccxt/references/faq.md | 0 .../ccxt/references/getting_started.md | 0 .../ccxt/references/index.md | 0 .../ccxt/references/manual.md | 0 .../ccxt/references/other.md | 0 .../{ => 03-加密货币}/ccxt/references/pro.md | 0 .../ccxt/references/specification.md | 0 .../ccxt}/scripts/.gitkeep | 0 .../{ => 03-加密货币}/coingecko/SKILL.md | 0 .../coingecko}/assets/.gitkeep | 0 .../coingecko/references/authentication.md | 0 .../coingecko/references/coins.md | 0 .../coingecko/references/contract.md | 0 .../coingecko/references/exchanges.md | 0 .../coingecko/references/index.md | 0 .../coingecko/references/introduction.md | 0 .../coingecko/references/llms-full.md | 0 .../coingecko/references/llms.md | 0 .../coingecko/references/market_data.md | 0 .../coingecko/references/nfts.md | 0 .../coingecko/references/other.md | 0 .../coingecko/references/pricing.md | 0 .../coingecko/references/reference.md | 0 .../coingecko/references/trending.md | 0 .../coingecko}/scripts/.gitkeep | 0 .../{ => 03-加密货币}/cryptofeed/SKILL.md | 0 .../cryptofeed}/assets/.gitkeep | 0 .../cryptofeed/references/README.md | 0 .../cryptofeed/references/index.md | 0 .../cryptofeed/references/other.md | 0 .../cryptofeed}/scripts/.gitkeep | 0 .../{ => 03-加密货币}/hummingbot/SKILL.md | 0 .../hummingbot}/assets/.gitkeep | 0 .../hummingbot/references/advanced.md | 0 .../hummingbot/references/configuration.md | 0 .../hummingbot/references/connectors.md | 0 .../hummingbot/references/development.md | 0 .../hummingbot/references/getting_started.md | 0 .../hummingbot/references/index.md | 0 .../hummingbot/references/other.md | 0 .../hummingbot/references/strategies.md | 0 .../hummingbot/references/trading.md | 0 .../hummingbot/references/troubleshooting.md | 0 .../hummingbot}/scripts/.gitkeep | 0 .../{ => 03-加密货币}/polymarket/SKILL.md | 0 .../polymarket}/assets/.gitkeep | 0 .../polymarket/references/README.md | 0 .../polymarket/references/api.md | 0 .../polymarket/references/getting_started.md | 0 .../polymarket/references/guides.md | 0 .../polymarket/references/index.md | 0 .../polymarket/references/learn.md | 0 .../polymarket/references/llms-full.md | 0 .../polymarket/references/llms.md | 0 .../polymarket/references/other.md | 0 .../polymarket/references/realtime-client.md | 0 .../polymarket/references/trading.md | 0 .../polymarket/scripts}/.gitkeep | 0 .../{ => 04-开发工具}/proxychains/SKILL.md | 0 .../proxychains/assets}/.gitkeep | 0 .../proxychains/references/index.md | 0 .../proxychains/references/proxychains.conf | 0 .../proxychains/references/quick-reference.md | 0 .../proxychains/references/setup-guide.md | 0 .../proxychains/references/troubleshooting.md | 0 .../proxychains/scripts/setup-proxy.sh | 0 .../skills/{ => 04-开发工具}/snapdom/SKILL.md | 0 .../snapdom}/assets/.gitkeep | 0 .../snapdom/references/index.md | 0 .../snapdom/references/other.md | 0 .../snapdom}/scripts/.gitkeep | 0 .../{ => 04-开发工具}/telegram-dev/SKILL.md | 0 .../telegram-dev}/assets/.gitkeep | 0 .../references/Telegram_Bot_按钮和键盘实现模板.md | 0 .../telegram-dev/references/index.md | 0 .../references/动态视图对齐实现文档.md | 0 .../telegram-dev}/scripts/.gitkeep | 0 .../{ => 04-开发工具}/twscrape/SKILL.md | 0 .../twscrape/assets/.gitkeep | 0 .../twscrape/references/examples.md | 0 .../twscrape/references/index.md | 0 .../twscrape/references/installation.md | 0 .../twscrape/scripts/.gitkeep | 0 i18n/zh/skills/README.md | 265 ++++-------------- 145 files changed, 67 insertions(+), 211 deletions(-) rename i18n/zh/skills/{meta-skills => 00-元技能}/claude-skills/AGENTS.md (100%) rename i18n/zh/skills/{meta-skills => 00-元技能}/claude-skills/SKILL.md (100%) rename i18n/zh/skills/{meta-skills => 00-元技能}/claude-skills/assets/template-complete.md (100%) rename i18n/zh/skills/{meta-skills => 00-元技能}/claude-skills/assets/template-minimal.md (100%) rename i18n/zh/skills/{meta-skills => 00-元技能}/claude-skills/references/README.md (100%) rename i18n/zh/skills/{meta-skills => 00-元技能}/claude-skills/references/anti-patterns.md (100%) rename i18n/zh/skills/{meta-skills => 00-元技能}/claude-skills/references/index.md (100%) rename i18n/zh/skills/{meta-skills => 00-元技能}/claude-skills/references/quality-checklist.md (100%) rename i18n/zh/skills/{meta-skills => 00-元技能}/claude-skills/references/skill-spec.md (100%) rename i18n/zh/skills/{meta-skills => 00-元技能}/claude-skills/scripts/create-skill.sh (100%) rename i18n/zh/skills/{meta-skills => 00-元技能}/claude-skills/scripts/validate-skill.sh (100%) rename i18n/zh/skills/{ => 01-AI工具}/claude-code-guide/SKILL.md (100%) rename i18n/zh/skills/{ccxt => 01-AI工具/claude-code-guide}/assets/.gitkeep (100%) rename i18n/zh/skills/{ => 01-AI工具}/claude-code-guide/references/README.md (100%) rename i18n/zh/skills/{ => 01-AI工具}/claude-code-guide/references/index.md (100%) rename i18n/zh/skills/{ccxt => 01-AI工具/claude-code-guide}/scripts/.gitkeep (100%) rename i18n/zh/skills/{ => 01-AI工具}/claude-cookbooks/SKILL.md (100%) rename i18n/zh/skills/{claude-code-guide => 01-AI工具/claude-cookbooks}/assets/.gitkeep (100%) rename i18n/zh/skills/{ => 01-AI工具}/claude-cookbooks/references/CONTRIBUTING.md (100%) rename i18n/zh/skills/{ => 01-AI工具}/claude-cookbooks/references/README.md (100%) rename i18n/zh/skills/{ => 01-AI工具}/claude-cookbooks/references/capabilities.md (100%) rename i18n/zh/skills/{ => 01-AI工具}/claude-cookbooks/references/index.md (100%) rename i18n/zh/skills/{ => 01-AI工具}/claude-cookbooks/references/main_readme.md (100%) rename i18n/zh/skills/{ => 01-AI工具}/claude-cookbooks/references/multimodal.md (100%) rename i18n/zh/skills/{ => 01-AI工具}/claude-cookbooks/references/patterns.md (100%) rename i18n/zh/skills/{ => 01-AI工具}/claude-cookbooks/references/third_party.md (100%) rename i18n/zh/skills/{ => 01-AI工具}/claude-cookbooks/references/tool_use.md (100%) rename i18n/zh/skills/{ => 01-AI工具}/claude-cookbooks/scripts/memory_tool.py (100%) rename i18n/zh/skills/{ => 01-AI工具}/headless-cli/SKILL.md (100%) rename i18n/zh/skills/{ => 01-AI工具}/headless-cli/references/claude-cli.md (100%) rename i18n/zh/skills/{ => 01-AI工具}/headless-cli/references/codex-cli.md (100%) rename i18n/zh/skills/{ => 01-AI工具}/headless-cli/references/gemini-cli.md (100%) rename i18n/zh/skills/{ => 01-AI工具}/headless-cli/references/index.md (100%) rename i18n/zh/skills/{ => 02-数据库}/postgresql/SKILL.md (100%) rename i18n/zh/skills/{claude-code-guide/scripts => 02-数据库/postgresql/assets}/.gitkeep (100%) rename i18n/zh/skills/{ => 02-数据库}/postgresql/references/getting_started.md (100%) rename i18n/zh/skills/{ => 02-数据库}/postgresql/references/index.md (100%) rename i18n/zh/skills/{ => 02-数据库}/postgresql/references/sql.md (100%) rename i18n/zh/skills/{claude-cookbooks/assets => 02-数据库/postgresql/scripts}/.gitkeep (100%) rename i18n/zh/skills/{ => 02-数据库}/timescaledb/SKILL.md (100%) rename i18n/zh/skills/{coingecko => 02-数据库/timescaledb}/assets/.gitkeep (100%) rename i18n/zh/skills/{ => 02-数据库}/timescaledb/references/api.md (100%) rename i18n/zh/skills/{ => 02-数据库}/timescaledb/references/compression.md (100%) rename i18n/zh/skills/{ => 02-数据库}/timescaledb/references/continuous_aggregates.md (100%) rename i18n/zh/skills/{ => 02-数据库}/timescaledb/references/getting_started.md (100%) rename i18n/zh/skills/{ => 02-数据库}/timescaledb/references/hyperfunctions.md (100%) rename i18n/zh/skills/{ => 02-数据库}/timescaledb/references/hypertables.md (100%) rename i18n/zh/skills/{ => 02-数据库}/timescaledb/references/index.md (100%) rename i18n/zh/skills/{ => 02-数据库}/timescaledb/references/installation.md (100%) rename i18n/zh/skills/{ => 02-数据库}/timescaledb/references/llms-full.md (100%) rename i18n/zh/skills/{ => 02-数据库}/timescaledb/references/llms.md (100%) rename i18n/zh/skills/{ => 02-数据库}/timescaledb/references/other.md (100%) rename i18n/zh/skills/{ => 02-数据库}/timescaledb/references/performance.md (100%) rename i18n/zh/skills/{ => 02-数据库}/timescaledb/references/time_buckets.md (100%) rename i18n/zh/skills/{ => 02-数据库}/timescaledb/references/tutorials.md (100%) rename i18n/zh/skills/{coingecko => 02-数据库/timescaledb}/scripts/.gitkeep (100%) rename i18n/zh/skills/{ => 03-加密货币}/ccxt/SKILL.md (100%) rename i18n/zh/skills/{cryptofeed => 03-加密货币/ccxt}/assets/.gitkeep (100%) rename i18n/zh/skills/{ => 03-加密货币}/ccxt/references/cli.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/ccxt/references/exchanges.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/ccxt/references/faq.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/ccxt/references/getting_started.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/ccxt/references/index.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/ccxt/references/manual.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/ccxt/references/other.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/ccxt/references/pro.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/ccxt/references/specification.md (100%) rename i18n/zh/skills/{cryptofeed => 03-加密货币/ccxt}/scripts/.gitkeep (100%) rename i18n/zh/skills/{ => 03-加密货币}/coingecko/SKILL.md (100%) rename i18n/zh/skills/{hummingbot => 03-加密货币/coingecko}/assets/.gitkeep (100%) rename i18n/zh/skills/{ => 03-加密货币}/coingecko/references/authentication.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/coingecko/references/coins.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/coingecko/references/contract.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/coingecko/references/exchanges.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/coingecko/references/index.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/coingecko/references/introduction.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/coingecko/references/llms-full.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/coingecko/references/llms.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/coingecko/references/market_data.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/coingecko/references/nfts.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/coingecko/references/other.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/coingecko/references/pricing.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/coingecko/references/reference.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/coingecko/references/trending.md (100%) rename i18n/zh/skills/{hummingbot => 03-加密货币/coingecko}/scripts/.gitkeep (100%) rename i18n/zh/skills/{ => 03-加密货币}/cryptofeed/SKILL.md (100%) rename i18n/zh/skills/{polymarket => 03-加密货币/cryptofeed}/assets/.gitkeep (100%) rename i18n/zh/skills/{ => 03-加密货币}/cryptofeed/references/README.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/cryptofeed/references/index.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/cryptofeed/references/other.md (100%) rename i18n/zh/skills/{polymarket => 03-加密货币/cryptofeed}/scripts/.gitkeep (100%) rename i18n/zh/skills/{ => 03-加密货币}/hummingbot/SKILL.md (100%) rename i18n/zh/skills/{postgresql => 03-加密货币/hummingbot}/assets/.gitkeep (100%) rename i18n/zh/skills/{ => 03-加密货币}/hummingbot/references/advanced.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/hummingbot/references/configuration.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/hummingbot/references/connectors.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/hummingbot/references/development.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/hummingbot/references/getting_started.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/hummingbot/references/index.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/hummingbot/references/other.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/hummingbot/references/strategies.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/hummingbot/references/trading.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/hummingbot/references/troubleshooting.md (100%) rename i18n/zh/skills/{postgresql => 03-加密货币/hummingbot}/scripts/.gitkeep (100%) rename i18n/zh/skills/{ => 03-加密货币}/polymarket/SKILL.md (100%) rename i18n/zh/skills/{proxychains => 03-加密货币/polymarket}/assets/.gitkeep (100%) rename i18n/zh/skills/{ => 03-加密货币}/polymarket/references/README.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/polymarket/references/api.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/polymarket/references/getting_started.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/polymarket/references/guides.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/polymarket/references/index.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/polymarket/references/learn.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/polymarket/references/llms-full.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/polymarket/references/llms.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/polymarket/references/other.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/polymarket/references/realtime-client.md (100%) rename i18n/zh/skills/{ => 03-加密货币}/polymarket/references/trading.md (100%) rename i18n/zh/skills/{snapdom/assets => 03-加密货币/polymarket/scripts}/.gitkeep (100%) rename i18n/zh/skills/{ => 04-开发工具}/proxychains/SKILL.md (100%) rename i18n/zh/skills/{snapdom/scripts => 04-开发工具/proxychains/assets}/.gitkeep (100%) rename i18n/zh/skills/{ => 04-开发工具}/proxychains/references/index.md (100%) rename i18n/zh/skills/{ => 04-开发工具}/proxychains/references/proxychains.conf (100%) rename i18n/zh/skills/{ => 04-开发工具}/proxychains/references/quick-reference.md (100%) rename i18n/zh/skills/{ => 04-开发工具}/proxychains/references/setup-guide.md (100%) rename i18n/zh/skills/{ => 04-开发工具}/proxychains/references/troubleshooting.md (100%) rename i18n/zh/skills/{ => 04-开发工具}/proxychains/scripts/setup-proxy.sh (100%) rename i18n/zh/skills/{ => 04-开发工具}/snapdom/SKILL.md (100%) rename i18n/zh/skills/{telegram-dev => 04-开发工具/snapdom}/assets/.gitkeep (100%) rename i18n/zh/skills/{ => 04-开发工具}/snapdom/references/index.md (100%) rename i18n/zh/skills/{ => 04-开发工具}/snapdom/references/other.md (100%) rename i18n/zh/skills/{telegram-dev => 04-开发工具/snapdom}/scripts/.gitkeep (100%) rename i18n/zh/skills/{ => 04-开发工具}/telegram-dev/SKILL.md (100%) rename i18n/zh/skills/{timescaledb => 04-开发工具/telegram-dev}/assets/.gitkeep (100%) rename i18n/zh/skills/{ => 04-开发工具}/telegram-dev/references/Telegram_Bot_按钮和键盘实现模板.md (100%) rename i18n/zh/skills/{ => 04-开发工具}/telegram-dev/references/index.md (100%) rename i18n/zh/skills/{ => 04-开发工具}/telegram-dev/references/动态视图对齐实现文档.md (100%) rename i18n/zh/skills/{timescaledb => 04-开发工具/telegram-dev}/scripts/.gitkeep (100%) rename i18n/zh/skills/{ => 04-开发工具}/twscrape/SKILL.md (100%) rename i18n/zh/skills/{ => 04-开发工具}/twscrape/assets/.gitkeep (100%) rename i18n/zh/skills/{ => 04-开发工具}/twscrape/references/examples.md (100%) rename i18n/zh/skills/{ => 04-开发工具}/twscrape/references/index.md (100%) rename i18n/zh/skills/{ => 04-开发工具}/twscrape/references/installation.md (100%) rename i18n/zh/skills/{ => 04-开发工具}/twscrape/scripts/.gitkeep (100%) diff --git a/README.md b/README.md index e814d0e..49b6e5c 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ * [**Skills 制作器**](https://github.com/yusufkaraaslan/Skill_Seekers): 可根据需求生成定制化 Skills 的工具。 * [**元提示词**](https://docs.google.com/spreadsheets/d/1ngoQOhJqdguwNAilCl1joNwTje7FWWN9WiI2bo5VhpU/edit?gid=1770874220#gid=1770874220): 用于生成提示词的高级提示词。 * [**通用项目架构模板**](./i18n/zh/documents/00-基础指南/通用项目架构模板.md): 可用于快速搭建标准化的项目目录结构。 -* [**元技能:Skills 的 Skills**](./i18n/zh/skills/meta-skills/claude-skills/SKILL.md): 用于生成 Skills 的元技能。 +* [**元技能:Skills 的 Skills**](./i18n/zh/skills/00-元技能/claude-skills/SKILL.md): 用于生成 Skills 的元技能。 * [**tmux快捷键大全**](./i18n/zh/documents/02-方法论/tmux快捷键大全.md): tmux 的快捷键参考文档。 * [**LazyVim快捷键大全**](./i18n/zh/documents/02-方法论/LazyVim快捷键大全.md): LazyVim 的快捷键参考文档。 * [**手机远程 Vibe Coding**](./i18n/zh/documents/02-方法论/关于手机ssh任意位置链接本地计算机,基于frp实现的方法.md): 基于 frp 实现手机 SSH 远程控制本地电脑进行 Vibe Coding。 @@ -396,12 +396,13 @@ │ └── ... (其他用户提示词) │ ├── i18n/zh/skills/ # 集中存放所有类型的 skills 技能。 - ├── meta-skills/ # 元技能目录 + ├── 00-元技能/ # 元技能目录 │ └── claude-skills/ # 生成 SKILL 的元 SKILL - │ ├── SKILL.md - │ └── ... (其他) - ├── headless-cli/ # 无头模式 AI CLI 调用技能 - └── ... (与其他 skill) + ├── 01-AI工具/ # AI CLI 和工具 + │ └── headless-cli/ # 无头模式 AI CLI 调用 + ├── 02-数据库/ # 数据库技能 + ├── 03-加密货币/ # 加密货币/量化交易 + └── 04-开发工具/ # 通用开发工具 ``` --- diff --git a/i18n/zh/skills/meta-skills/claude-skills/AGENTS.md b/i18n/zh/skills/00-元技能/claude-skills/AGENTS.md similarity index 100% rename from i18n/zh/skills/meta-skills/claude-skills/AGENTS.md rename to i18n/zh/skills/00-元技能/claude-skills/AGENTS.md diff --git a/i18n/zh/skills/meta-skills/claude-skills/SKILL.md b/i18n/zh/skills/00-元技能/claude-skills/SKILL.md similarity index 100% rename from i18n/zh/skills/meta-skills/claude-skills/SKILL.md rename to i18n/zh/skills/00-元技能/claude-skills/SKILL.md diff --git a/i18n/zh/skills/meta-skills/claude-skills/assets/template-complete.md b/i18n/zh/skills/00-元技能/claude-skills/assets/template-complete.md similarity index 100% rename from i18n/zh/skills/meta-skills/claude-skills/assets/template-complete.md rename to i18n/zh/skills/00-元技能/claude-skills/assets/template-complete.md diff --git a/i18n/zh/skills/meta-skills/claude-skills/assets/template-minimal.md b/i18n/zh/skills/00-元技能/claude-skills/assets/template-minimal.md similarity index 100% rename from i18n/zh/skills/meta-skills/claude-skills/assets/template-minimal.md rename to i18n/zh/skills/00-元技能/claude-skills/assets/template-minimal.md diff --git a/i18n/zh/skills/meta-skills/claude-skills/references/README.md b/i18n/zh/skills/00-元技能/claude-skills/references/README.md similarity index 100% rename from i18n/zh/skills/meta-skills/claude-skills/references/README.md rename to i18n/zh/skills/00-元技能/claude-skills/references/README.md diff --git a/i18n/zh/skills/meta-skills/claude-skills/references/anti-patterns.md b/i18n/zh/skills/00-元技能/claude-skills/references/anti-patterns.md similarity index 100% rename from i18n/zh/skills/meta-skills/claude-skills/references/anti-patterns.md rename to i18n/zh/skills/00-元技能/claude-skills/references/anti-patterns.md diff --git a/i18n/zh/skills/meta-skills/claude-skills/references/index.md b/i18n/zh/skills/00-元技能/claude-skills/references/index.md similarity index 100% rename from i18n/zh/skills/meta-skills/claude-skills/references/index.md rename to i18n/zh/skills/00-元技能/claude-skills/references/index.md diff --git a/i18n/zh/skills/meta-skills/claude-skills/references/quality-checklist.md b/i18n/zh/skills/00-元技能/claude-skills/references/quality-checklist.md similarity index 100% rename from i18n/zh/skills/meta-skills/claude-skills/references/quality-checklist.md rename to i18n/zh/skills/00-元技能/claude-skills/references/quality-checklist.md diff --git a/i18n/zh/skills/meta-skills/claude-skills/references/skill-spec.md b/i18n/zh/skills/00-元技能/claude-skills/references/skill-spec.md similarity index 100% rename from i18n/zh/skills/meta-skills/claude-skills/references/skill-spec.md rename to i18n/zh/skills/00-元技能/claude-skills/references/skill-spec.md diff --git a/i18n/zh/skills/meta-skills/claude-skills/scripts/create-skill.sh b/i18n/zh/skills/00-元技能/claude-skills/scripts/create-skill.sh similarity index 100% rename from i18n/zh/skills/meta-skills/claude-skills/scripts/create-skill.sh rename to i18n/zh/skills/00-元技能/claude-skills/scripts/create-skill.sh diff --git a/i18n/zh/skills/meta-skills/claude-skills/scripts/validate-skill.sh b/i18n/zh/skills/00-元技能/claude-skills/scripts/validate-skill.sh similarity index 100% rename from i18n/zh/skills/meta-skills/claude-skills/scripts/validate-skill.sh rename to i18n/zh/skills/00-元技能/claude-skills/scripts/validate-skill.sh diff --git a/i18n/zh/skills/claude-code-guide/SKILL.md b/i18n/zh/skills/01-AI工具/claude-code-guide/SKILL.md similarity index 100% rename from i18n/zh/skills/claude-code-guide/SKILL.md rename to i18n/zh/skills/01-AI工具/claude-code-guide/SKILL.md diff --git a/i18n/zh/skills/ccxt/assets/.gitkeep b/i18n/zh/skills/01-AI工具/claude-code-guide/assets/.gitkeep similarity index 100% rename from i18n/zh/skills/ccxt/assets/.gitkeep rename to i18n/zh/skills/01-AI工具/claude-code-guide/assets/.gitkeep diff --git a/i18n/zh/skills/claude-code-guide/references/README.md b/i18n/zh/skills/01-AI工具/claude-code-guide/references/README.md similarity index 100% rename from i18n/zh/skills/claude-code-guide/references/README.md rename to i18n/zh/skills/01-AI工具/claude-code-guide/references/README.md diff --git a/i18n/zh/skills/claude-code-guide/references/index.md b/i18n/zh/skills/01-AI工具/claude-code-guide/references/index.md similarity index 100% rename from i18n/zh/skills/claude-code-guide/references/index.md rename to i18n/zh/skills/01-AI工具/claude-code-guide/references/index.md diff --git a/i18n/zh/skills/ccxt/scripts/.gitkeep b/i18n/zh/skills/01-AI工具/claude-code-guide/scripts/.gitkeep similarity index 100% rename from i18n/zh/skills/ccxt/scripts/.gitkeep rename to i18n/zh/skills/01-AI工具/claude-code-guide/scripts/.gitkeep diff --git a/i18n/zh/skills/claude-cookbooks/SKILL.md b/i18n/zh/skills/01-AI工具/claude-cookbooks/SKILL.md similarity index 100% rename from i18n/zh/skills/claude-cookbooks/SKILL.md rename to i18n/zh/skills/01-AI工具/claude-cookbooks/SKILL.md diff --git a/i18n/zh/skills/claude-code-guide/assets/.gitkeep b/i18n/zh/skills/01-AI工具/claude-cookbooks/assets/.gitkeep similarity index 100% rename from i18n/zh/skills/claude-code-guide/assets/.gitkeep rename to i18n/zh/skills/01-AI工具/claude-cookbooks/assets/.gitkeep diff --git a/i18n/zh/skills/claude-cookbooks/references/CONTRIBUTING.md b/i18n/zh/skills/01-AI工具/claude-cookbooks/references/CONTRIBUTING.md similarity index 100% rename from i18n/zh/skills/claude-cookbooks/references/CONTRIBUTING.md rename to i18n/zh/skills/01-AI工具/claude-cookbooks/references/CONTRIBUTING.md diff --git a/i18n/zh/skills/claude-cookbooks/references/README.md b/i18n/zh/skills/01-AI工具/claude-cookbooks/references/README.md similarity index 100% rename from i18n/zh/skills/claude-cookbooks/references/README.md rename to i18n/zh/skills/01-AI工具/claude-cookbooks/references/README.md diff --git a/i18n/zh/skills/claude-cookbooks/references/capabilities.md b/i18n/zh/skills/01-AI工具/claude-cookbooks/references/capabilities.md similarity index 100% rename from i18n/zh/skills/claude-cookbooks/references/capabilities.md rename to i18n/zh/skills/01-AI工具/claude-cookbooks/references/capabilities.md diff --git a/i18n/zh/skills/claude-cookbooks/references/index.md b/i18n/zh/skills/01-AI工具/claude-cookbooks/references/index.md similarity index 100% rename from i18n/zh/skills/claude-cookbooks/references/index.md rename to i18n/zh/skills/01-AI工具/claude-cookbooks/references/index.md diff --git a/i18n/zh/skills/claude-cookbooks/references/main_readme.md b/i18n/zh/skills/01-AI工具/claude-cookbooks/references/main_readme.md similarity index 100% rename from i18n/zh/skills/claude-cookbooks/references/main_readme.md rename to i18n/zh/skills/01-AI工具/claude-cookbooks/references/main_readme.md diff --git a/i18n/zh/skills/claude-cookbooks/references/multimodal.md b/i18n/zh/skills/01-AI工具/claude-cookbooks/references/multimodal.md similarity index 100% rename from i18n/zh/skills/claude-cookbooks/references/multimodal.md rename to i18n/zh/skills/01-AI工具/claude-cookbooks/references/multimodal.md diff --git a/i18n/zh/skills/claude-cookbooks/references/patterns.md b/i18n/zh/skills/01-AI工具/claude-cookbooks/references/patterns.md similarity index 100% rename from i18n/zh/skills/claude-cookbooks/references/patterns.md rename to i18n/zh/skills/01-AI工具/claude-cookbooks/references/patterns.md diff --git a/i18n/zh/skills/claude-cookbooks/references/third_party.md b/i18n/zh/skills/01-AI工具/claude-cookbooks/references/third_party.md similarity index 100% rename from i18n/zh/skills/claude-cookbooks/references/third_party.md rename to i18n/zh/skills/01-AI工具/claude-cookbooks/references/third_party.md diff --git a/i18n/zh/skills/claude-cookbooks/references/tool_use.md b/i18n/zh/skills/01-AI工具/claude-cookbooks/references/tool_use.md similarity index 100% rename from i18n/zh/skills/claude-cookbooks/references/tool_use.md rename to i18n/zh/skills/01-AI工具/claude-cookbooks/references/tool_use.md diff --git a/i18n/zh/skills/claude-cookbooks/scripts/memory_tool.py b/i18n/zh/skills/01-AI工具/claude-cookbooks/scripts/memory_tool.py similarity index 100% rename from i18n/zh/skills/claude-cookbooks/scripts/memory_tool.py rename to i18n/zh/skills/01-AI工具/claude-cookbooks/scripts/memory_tool.py diff --git a/i18n/zh/skills/headless-cli/SKILL.md b/i18n/zh/skills/01-AI工具/headless-cli/SKILL.md similarity index 100% rename from i18n/zh/skills/headless-cli/SKILL.md rename to i18n/zh/skills/01-AI工具/headless-cli/SKILL.md diff --git a/i18n/zh/skills/headless-cli/references/claude-cli.md b/i18n/zh/skills/01-AI工具/headless-cli/references/claude-cli.md similarity index 100% rename from i18n/zh/skills/headless-cli/references/claude-cli.md rename to i18n/zh/skills/01-AI工具/headless-cli/references/claude-cli.md diff --git a/i18n/zh/skills/headless-cli/references/codex-cli.md b/i18n/zh/skills/01-AI工具/headless-cli/references/codex-cli.md similarity index 100% rename from i18n/zh/skills/headless-cli/references/codex-cli.md rename to i18n/zh/skills/01-AI工具/headless-cli/references/codex-cli.md diff --git a/i18n/zh/skills/headless-cli/references/gemini-cli.md b/i18n/zh/skills/01-AI工具/headless-cli/references/gemini-cli.md similarity index 100% rename from i18n/zh/skills/headless-cli/references/gemini-cli.md rename to i18n/zh/skills/01-AI工具/headless-cli/references/gemini-cli.md diff --git a/i18n/zh/skills/headless-cli/references/index.md b/i18n/zh/skills/01-AI工具/headless-cli/references/index.md similarity index 100% rename from i18n/zh/skills/headless-cli/references/index.md rename to i18n/zh/skills/01-AI工具/headless-cli/references/index.md diff --git a/i18n/zh/skills/postgresql/SKILL.md b/i18n/zh/skills/02-数据库/postgresql/SKILL.md similarity index 100% rename from i18n/zh/skills/postgresql/SKILL.md rename to i18n/zh/skills/02-数据库/postgresql/SKILL.md diff --git a/i18n/zh/skills/claude-code-guide/scripts/.gitkeep b/i18n/zh/skills/02-数据库/postgresql/assets/.gitkeep similarity index 100% rename from i18n/zh/skills/claude-code-guide/scripts/.gitkeep rename to i18n/zh/skills/02-数据库/postgresql/assets/.gitkeep diff --git a/i18n/zh/skills/postgresql/references/getting_started.md b/i18n/zh/skills/02-数据库/postgresql/references/getting_started.md similarity index 100% rename from i18n/zh/skills/postgresql/references/getting_started.md rename to i18n/zh/skills/02-数据库/postgresql/references/getting_started.md diff --git a/i18n/zh/skills/postgresql/references/index.md b/i18n/zh/skills/02-数据库/postgresql/references/index.md similarity index 100% rename from i18n/zh/skills/postgresql/references/index.md rename to i18n/zh/skills/02-数据库/postgresql/references/index.md diff --git a/i18n/zh/skills/postgresql/references/sql.md b/i18n/zh/skills/02-数据库/postgresql/references/sql.md similarity index 100% rename from i18n/zh/skills/postgresql/references/sql.md rename to i18n/zh/skills/02-数据库/postgresql/references/sql.md diff --git a/i18n/zh/skills/claude-cookbooks/assets/.gitkeep b/i18n/zh/skills/02-数据库/postgresql/scripts/.gitkeep similarity index 100% rename from i18n/zh/skills/claude-cookbooks/assets/.gitkeep rename to i18n/zh/skills/02-数据库/postgresql/scripts/.gitkeep diff --git a/i18n/zh/skills/timescaledb/SKILL.md b/i18n/zh/skills/02-数据库/timescaledb/SKILL.md similarity index 100% rename from i18n/zh/skills/timescaledb/SKILL.md rename to i18n/zh/skills/02-数据库/timescaledb/SKILL.md diff --git a/i18n/zh/skills/coingecko/assets/.gitkeep b/i18n/zh/skills/02-数据库/timescaledb/assets/.gitkeep similarity index 100% rename from i18n/zh/skills/coingecko/assets/.gitkeep rename to i18n/zh/skills/02-数据库/timescaledb/assets/.gitkeep diff --git a/i18n/zh/skills/timescaledb/references/api.md b/i18n/zh/skills/02-数据库/timescaledb/references/api.md similarity index 100% rename from i18n/zh/skills/timescaledb/references/api.md rename to i18n/zh/skills/02-数据库/timescaledb/references/api.md diff --git a/i18n/zh/skills/timescaledb/references/compression.md b/i18n/zh/skills/02-数据库/timescaledb/references/compression.md similarity index 100% rename from i18n/zh/skills/timescaledb/references/compression.md rename to i18n/zh/skills/02-数据库/timescaledb/references/compression.md diff --git a/i18n/zh/skills/timescaledb/references/continuous_aggregates.md b/i18n/zh/skills/02-数据库/timescaledb/references/continuous_aggregates.md similarity index 100% rename from i18n/zh/skills/timescaledb/references/continuous_aggregates.md rename to i18n/zh/skills/02-数据库/timescaledb/references/continuous_aggregates.md diff --git a/i18n/zh/skills/timescaledb/references/getting_started.md b/i18n/zh/skills/02-数据库/timescaledb/references/getting_started.md similarity index 100% rename from i18n/zh/skills/timescaledb/references/getting_started.md rename to i18n/zh/skills/02-数据库/timescaledb/references/getting_started.md diff --git a/i18n/zh/skills/timescaledb/references/hyperfunctions.md b/i18n/zh/skills/02-数据库/timescaledb/references/hyperfunctions.md similarity index 100% rename from i18n/zh/skills/timescaledb/references/hyperfunctions.md rename to i18n/zh/skills/02-数据库/timescaledb/references/hyperfunctions.md diff --git a/i18n/zh/skills/timescaledb/references/hypertables.md b/i18n/zh/skills/02-数据库/timescaledb/references/hypertables.md similarity index 100% rename from i18n/zh/skills/timescaledb/references/hypertables.md rename to i18n/zh/skills/02-数据库/timescaledb/references/hypertables.md diff --git a/i18n/zh/skills/timescaledb/references/index.md b/i18n/zh/skills/02-数据库/timescaledb/references/index.md similarity index 100% rename from i18n/zh/skills/timescaledb/references/index.md rename to i18n/zh/skills/02-数据库/timescaledb/references/index.md diff --git a/i18n/zh/skills/timescaledb/references/installation.md b/i18n/zh/skills/02-数据库/timescaledb/references/installation.md similarity index 100% rename from i18n/zh/skills/timescaledb/references/installation.md rename to i18n/zh/skills/02-数据库/timescaledb/references/installation.md diff --git a/i18n/zh/skills/timescaledb/references/llms-full.md b/i18n/zh/skills/02-数据库/timescaledb/references/llms-full.md similarity index 100% rename from i18n/zh/skills/timescaledb/references/llms-full.md rename to i18n/zh/skills/02-数据库/timescaledb/references/llms-full.md diff --git a/i18n/zh/skills/timescaledb/references/llms.md b/i18n/zh/skills/02-数据库/timescaledb/references/llms.md similarity index 100% rename from i18n/zh/skills/timescaledb/references/llms.md rename to i18n/zh/skills/02-数据库/timescaledb/references/llms.md diff --git a/i18n/zh/skills/timescaledb/references/other.md b/i18n/zh/skills/02-数据库/timescaledb/references/other.md similarity index 100% rename from i18n/zh/skills/timescaledb/references/other.md rename to i18n/zh/skills/02-数据库/timescaledb/references/other.md diff --git a/i18n/zh/skills/timescaledb/references/performance.md b/i18n/zh/skills/02-数据库/timescaledb/references/performance.md similarity index 100% rename from i18n/zh/skills/timescaledb/references/performance.md rename to i18n/zh/skills/02-数据库/timescaledb/references/performance.md diff --git a/i18n/zh/skills/timescaledb/references/time_buckets.md b/i18n/zh/skills/02-数据库/timescaledb/references/time_buckets.md similarity index 100% rename from i18n/zh/skills/timescaledb/references/time_buckets.md rename to i18n/zh/skills/02-数据库/timescaledb/references/time_buckets.md diff --git a/i18n/zh/skills/timescaledb/references/tutorials.md b/i18n/zh/skills/02-数据库/timescaledb/references/tutorials.md similarity index 100% rename from i18n/zh/skills/timescaledb/references/tutorials.md rename to i18n/zh/skills/02-数据库/timescaledb/references/tutorials.md diff --git a/i18n/zh/skills/coingecko/scripts/.gitkeep b/i18n/zh/skills/02-数据库/timescaledb/scripts/.gitkeep similarity index 100% rename from i18n/zh/skills/coingecko/scripts/.gitkeep rename to i18n/zh/skills/02-数据库/timescaledb/scripts/.gitkeep diff --git a/i18n/zh/skills/ccxt/SKILL.md b/i18n/zh/skills/03-加密货币/ccxt/SKILL.md similarity index 100% rename from i18n/zh/skills/ccxt/SKILL.md rename to i18n/zh/skills/03-加密货币/ccxt/SKILL.md diff --git a/i18n/zh/skills/cryptofeed/assets/.gitkeep b/i18n/zh/skills/03-加密货币/ccxt/assets/.gitkeep similarity index 100% rename from i18n/zh/skills/cryptofeed/assets/.gitkeep rename to i18n/zh/skills/03-加密货币/ccxt/assets/.gitkeep diff --git a/i18n/zh/skills/ccxt/references/cli.md b/i18n/zh/skills/03-加密货币/ccxt/references/cli.md similarity index 100% rename from i18n/zh/skills/ccxt/references/cli.md rename to i18n/zh/skills/03-加密货币/ccxt/references/cli.md diff --git a/i18n/zh/skills/ccxt/references/exchanges.md b/i18n/zh/skills/03-加密货币/ccxt/references/exchanges.md similarity index 100% rename from i18n/zh/skills/ccxt/references/exchanges.md rename to i18n/zh/skills/03-加密货币/ccxt/references/exchanges.md diff --git a/i18n/zh/skills/ccxt/references/faq.md b/i18n/zh/skills/03-加密货币/ccxt/references/faq.md similarity index 100% rename from i18n/zh/skills/ccxt/references/faq.md rename to i18n/zh/skills/03-加密货币/ccxt/references/faq.md diff --git a/i18n/zh/skills/ccxt/references/getting_started.md b/i18n/zh/skills/03-加密货币/ccxt/references/getting_started.md similarity index 100% rename from i18n/zh/skills/ccxt/references/getting_started.md rename to i18n/zh/skills/03-加密货币/ccxt/references/getting_started.md diff --git a/i18n/zh/skills/ccxt/references/index.md b/i18n/zh/skills/03-加密货币/ccxt/references/index.md similarity index 100% rename from i18n/zh/skills/ccxt/references/index.md rename to i18n/zh/skills/03-加密货币/ccxt/references/index.md diff --git a/i18n/zh/skills/ccxt/references/manual.md b/i18n/zh/skills/03-加密货币/ccxt/references/manual.md similarity index 100% rename from i18n/zh/skills/ccxt/references/manual.md rename to i18n/zh/skills/03-加密货币/ccxt/references/manual.md diff --git a/i18n/zh/skills/ccxt/references/other.md b/i18n/zh/skills/03-加密货币/ccxt/references/other.md similarity index 100% rename from i18n/zh/skills/ccxt/references/other.md rename to i18n/zh/skills/03-加密货币/ccxt/references/other.md diff --git a/i18n/zh/skills/ccxt/references/pro.md b/i18n/zh/skills/03-加密货币/ccxt/references/pro.md similarity index 100% rename from i18n/zh/skills/ccxt/references/pro.md rename to i18n/zh/skills/03-加密货币/ccxt/references/pro.md diff --git a/i18n/zh/skills/ccxt/references/specification.md b/i18n/zh/skills/03-加密货币/ccxt/references/specification.md similarity index 100% rename from i18n/zh/skills/ccxt/references/specification.md rename to i18n/zh/skills/03-加密货币/ccxt/references/specification.md diff --git a/i18n/zh/skills/cryptofeed/scripts/.gitkeep b/i18n/zh/skills/03-加密货币/ccxt/scripts/.gitkeep similarity index 100% rename from i18n/zh/skills/cryptofeed/scripts/.gitkeep rename to i18n/zh/skills/03-加密货币/ccxt/scripts/.gitkeep diff --git a/i18n/zh/skills/coingecko/SKILL.md b/i18n/zh/skills/03-加密货币/coingecko/SKILL.md similarity index 100% rename from i18n/zh/skills/coingecko/SKILL.md rename to i18n/zh/skills/03-加密货币/coingecko/SKILL.md diff --git a/i18n/zh/skills/hummingbot/assets/.gitkeep b/i18n/zh/skills/03-加密货币/coingecko/assets/.gitkeep similarity index 100% rename from i18n/zh/skills/hummingbot/assets/.gitkeep rename to i18n/zh/skills/03-加密货币/coingecko/assets/.gitkeep diff --git a/i18n/zh/skills/coingecko/references/authentication.md b/i18n/zh/skills/03-加密货币/coingecko/references/authentication.md similarity index 100% rename from i18n/zh/skills/coingecko/references/authentication.md rename to i18n/zh/skills/03-加密货币/coingecko/references/authentication.md diff --git a/i18n/zh/skills/coingecko/references/coins.md b/i18n/zh/skills/03-加密货币/coingecko/references/coins.md similarity index 100% rename from i18n/zh/skills/coingecko/references/coins.md rename to i18n/zh/skills/03-加密货币/coingecko/references/coins.md diff --git a/i18n/zh/skills/coingecko/references/contract.md b/i18n/zh/skills/03-加密货币/coingecko/references/contract.md similarity index 100% rename from i18n/zh/skills/coingecko/references/contract.md rename to i18n/zh/skills/03-加密货币/coingecko/references/contract.md diff --git a/i18n/zh/skills/coingecko/references/exchanges.md b/i18n/zh/skills/03-加密货币/coingecko/references/exchanges.md similarity index 100% rename from i18n/zh/skills/coingecko/references/exchanges.md rename to i18n/zh/skills/03-加密货币/coingecko/references/exchanges.md diff --git a/i18n/zh/skills/coingecko/references/index.md b/i18n/zh/skills/03-加密货币/coingecko/references/index.md similarity index 100% rename from i18n/zh/skills/coingecko/references/index.md rename to i18n/zh/skills/03-加密货币/coingecko/references/index.md diff --git a/i18n/zh/skills/coingecko/references/introduction.md b/i18n/zh/skills/03-加密货币/coingecko/references/introduction.md similarity index 100% rename from i18n/zh/skills/coingecko/references/introduction.md rename to i18n/zh/skills/03-加密货币/coingecko/references/introduction.md diff --git a/i18n/zh/skills/coingecko/references/llms-full.md b/i18n/zh/skills/03-加密货币/coingecko/references/llms-full.md similarity index 100% rename from i18n/zh/skills/coingecko/references/llms-full.md rename to i18n/zh/skills/03-加密货币/coingecko/references/llms-full.md diff --git a/i18n/zh/skills/coingecko/references/llms.md b/i18n/zh/skills/03-加密货币/coingecko/references/llms.md similarity index 100% rename from i18n/zh/skills/coingecko/references/llms.md rename to i18n/zh/skills/03-加密货币/coingecko/references/llms.md diff --git a/i18n/zh/skills/coingecko/references/market_data.md b/i18n/zh/skills/03-加密货币/coingecko/references/market_data.md similarity index 100% rename from i18n/zh/skills/coingecko/references/market_data.md rename to i18n/zh/skills/03-加密货币/coingecko/references/market_data.md diff --git a/i18n/zh/skills/coingecko/references/nfts.md b/i18n/zh/skills/03-加密货币/coingecko/references/nfts.md similarity index 100% rename from i18n/zh/skills/coingecko/references/nfts.md rename to i18n/zh/skills/03-加密货币/coingecko/references/nfts.md diff --git a/i18n/zh/skills/coingecko/references/other.md b/i18n/zh/skills/03-加密货币/coingecko/references/other.md similarity index 100% rename from i18n/zh/skills/coingecko/references/other.md rename to i18n/zh/skills/03-加密货币/coingecko/references/other.md diff --git a/i18n/zh/skills/coingecko/references/pricing.md b/i18n/zh/skills/03-加密货币/coingecko/references/pricing.md similarity index 100% rename from i18n/zh/skills/coingecko/references/pricing.md rename to i18n/zh/skills/03-加密货币/coingecko/references/pricing.md diff --git a/i18n/zh/skills/coingecko/references/reference.md b/i18n/zh/skills/03-加密货币/coingecko/references/reference.md similarity index 100% rename from i18n/zh/skills/coingecko/references/reference.md rename to i18n/zh/skills/03-加密货币/coingecko/references/reference.md diff --git a/i18n/zh/skills/coingecko/references/trending.md b/i18n/zh/skills/03-加密货币/coingecko/references/trending.md similarity index 100% rename from i18n/zh/skills/coingecko/references/trending.md rename to i18n/zh/skills/03-加密货币/coingecko/references/trending.md diff --git a/i18n/zh/skills/hummingbot/scripts/.gitkeep b/i18n/zh/skills/03-加密货币/coingecko/scripts/.gitkeep similarity index 100% rename from i18n/zh/skills/hummingbot/scripts/.gitkeep rename to i18n/zh/skills/03-加密货币/coingecko/scripts/.gitkeep diff --git a/i18n/zh/skills/cryptofeed/SKILL.md b/i18n/zh/skills/03-加密货币/cryptofeed/SKILL.md similarity index 100% rename from i18n/zh/skills/cryptofeed/SKILL.md rename to i18n/zh/skills/03-加密货币/cryptofeed/SKILL.md diff --git a/i18n/zh/skills/polymarket/assets/.gitkeep b/i18n/zh/skills/03-加密货币/cryptofeed/assets/.gitkeep similarity index 100% rename from i18n/zh/skills/polymarket/assets/.gitkeep rename to i18n/zh/skills/03-加密货币/cryptofeed/assets/.gitkeep diff --git a/i18n/zh/skills/cryptofeed/references/README.md b/i18n/zh/skills/03-加密货币/cryptofeed/references/README.md similarity index 100% rename from i18n/zh/skills/cryptofeed/references/README.md rename to i18n/zh/skills/03-加密货币/cryptofeed/references/README.md diff --git a/i18n/zh/skills/cryptofeed/references/index.md b/i18n/zh/skills/03-加密货币/cryptofeed/references/index.md similarity index 100% rename from i18n/zh/skills/cryptofeed/references/index.md rename to i18n/zh/skills/03-加密货币/cryptofeed/references/index.md diff --git a/i18n/zh/skills/cryptofeed/references/other.md b/i18n/zh/skills/03-加密货币/cryptofeed/references/other.md similarity index 100% rename from i18n/zh/skills/cryptofeed/references/other.md rename to i18n/zh/skills/03-加密货币/cryptofeed/references/other.md diff --git a/i18n/zh/skills/polymarket/scripts/.gitkeep b/i18n/zh/skills/03-加密货币/cryptofeed/scripts/.gitkeep similarity index 100% rename from i18n/zh/skills/polymarket/scripts/.gitkeep rename to i18n/zh/skills/03-加密货币/cryptofeed/scripts/.gitkeep diff --git a/i18n/zh/skills/hummingbot/SKILL.md b/i18n/zh/skills/03-加密货币/hummingbot/SKILL.md similarity index 100% rename from i18n/zh/skills/hummingbot/SKILL.md rename to i18n/zh/skills/03-加密货币/hummingbot/SKILL.md diff --git a/i18n/zh/skills/postgresql/assets/.gitkeep b/i18n/zh/skills/03-加密货币/hummingbot/assets/.gitkeep similarity index 100% rename from i18n/zh/skills/postgresql/assets/.gitkeep rename to i18n/zh/skills/03-加密货币/hummingbot/assets/.gitkeep diff --git a/i18n/zh/skills/hummingbot/references/advanced.md b/i18n/zh/skills/03-加密货币/hummingbot/references/advanced.md similarity index 100% rename from i18n/zh/skills/hummingbot/references/advanced.md rename to i18n/zh/skills/03-加密货币/hummingbot/references/advanced.md diff --git a/i18n/zh/skills/hummingbot/references/configuration.md b/i18n/zh/skills/03-加密货币/hummingbot/references/configuration.md similarity index 100% rename from i18n/zh/skills/hummingbot/references/configuration.md rename to i18n/zh/skills/03-加密货币/hummingbot/references/configuration.md diff --git a/i18n/zh/skills/hummingbot/references/connectors.md b/i18n/zh/skills/03-加密货币/hummingbot/references/connectors.md similarity index 100% rename from i18n/zh/skills/hummingbot/references/connectors.md rename to i18n/zh/skills/03-加密货币/hummingbot/references/connectors.md diff --git a/i18n/zh/skills/hummingbot/references/development.md b/i18n/zh/skills/03-加密货币/hummingbot/references/development.md similarity index 100% rename from i18n/zh/skills/hummingbot/references/development.md rename to i18n/zh/skills/03-加密货币/hummingbot/references/development.md diff --git a/i18n/zh/skills/hummingbot/references/getting_started.md b/i18n/zh/skills/03-加密货币/hummingbot/references/getting_started.md similarity index 100% rename from i18n/zh/skills/hummingbot/references/getting_started.md rename to i18n/zh/skills/03-加密货币/hummingbot/references/getting_started.md diff --git a/i18n/zh/skills/hummingbot/references/index.md b/i18n/zh/skills/03-加密货币/hummingbot/references/index.md similarity index 100% rename from i18n/zh/skills/hummingbot/references/index.md rename to i18n/zh/skills/03-加密货币/hummingbot/references/index.md diff --git a/i18n/zh/skills/hummingbot/references/other.md b/i18n/zh/skills/03-加密货币/hummingbot/references/other.md similarity index 100% rename from i18n/zh/skills/hummingbot/references/other.md rename to i18n/zh/skills/03-加密货币/hummingbot/references/other.md diff --git a/i18n/zh/skills/hummingbot/references/strategies.md b/i18n/zh/skills/03-加密货币/hummingbot/references/strategies.md similarity index 100% rename from i18n/zh/skills/hummingbot/references/strategies.md rename to i18n/zh/skills/03-加密货币/hummingbot/references/strategies.md diff --git a/i18n/zh/skills/hummingbot/references/trading.md b/i18n/zh/skills/03-加密货币/hummingbot/references/trading.md similarity index 100% rename from i18n/zh/skills/hummingbot/references/trading.md rename to i18n/zh/skills/03-加密货币/hummingbot/references/trading.md diff --git a/i18n/zh/skills/hummingbot/references/troubleshooting.md b/i18n/zh/skills/03-加密货币/hummingbot/references/troubleshooting.md similarity index 100% rename from i18n/zh/skills/hummingbot/references/troubleshooting.md rename to i18n/zh/skills/03-加密货币/hummingbot/references/troubleshooting.md diff --git a/i18n/zh/skills/postgresql/scripts/.gitkeep b/i18n/zh/skills/03-加密货币/hummingbot/scripts/.gitkeep similarity index 100% rename from i18n/zh/skills/postgresql/scripts/.gitkeep rename to i18n/zh/skills/03-加密货币/hummingbot/scripts/.gitkeep diff --git a/i18n/zh/skills/polymarket/SKILL.md b/i18n/zh/skills/03-加密货币/polymarket/SKILL.md similarity index 100% rename from i18n/zh/skills/polymarket/SKILL.md rename to i18n/zh/skills/03-加密货币/polymarket/SKILL.md diff --git a/i18n/zh/skills/proxychains/assets/.gitkeep b/i18n/zh/skills/03-加密货币/polymarket/assets/.gitkeep similarity index 100% rename from i18n/zh/skills/proxychains/assets/.gitkeep rename to i18n/zh/skills/03-加密货币/polymarket/assets/.gitkeep diff --git a/i18n/zh/skills/polymarket/references/README.md b/i18n/zh/skills/03-加密货币/polymarket/references/README.md similarity index 100% rename from i18n/zh/skills/polymarket/references/README.md rename to i18n/zh/skills/03-加密货币/polymarket/references/README.md diff --git a/i18n/zh/skills/polymarket/references/api.md b/i18n/zh/skills/03-加密货币/polymarket/references/api.md similarity index 100% rename from i18n/zh/skills/polymarket/references/api.md rename to i18n/zh/skills/03-加密货币/polymarket/references/api.md diff --git a/i18n/zh/skills/polymarket/references/getting_started.md b/i18n/zh/skills/03-加密货币/polymarket/references/getting_started.md similarity index 100% rename from i18n/zh/skills/polymarket/references/getting_started.md rename to i18n/zh/skills/03-加密货币/polymarket/references/getting_started.md diff --git a/i18n/zh/skills/polymarket/references/guides.md b/i18n/zh/skills/03-加密货币/polymarket/references/guides.md similarity index 100% rename from i18n/zh/skills/polymarket/references/guides.md rename to i18n/zh/skills/03-加密货币/polymarket/references/guides.md diff --git a/i18n/zh/skills/polymarket/references/index.md b/i18n/zh/skills/03-加密货币/polymarket/references/index.md similarity index 100% rename from i18n/zh/skills/polymarket/references/index.md rename to i18n/zh/skills/03-加密货币/polymarket/references/index.md diff --git a/i18n/zh/skills/polymarket/references/learn.md b/i18n/zh/skills/03-加密货币/polymarket/references/learn.md similarity index 100% rename from i18n/zh/skills/polymarket/references/learn.md rename to i18n/zh/skills/03-加密货币/polymarket/references/learn.md diff --git a/i18n/zh/skills/polymarket/references/llms-full.md b/i18n/zh/skills/03-加密货币/polymarket/references/llms-full.md similarity index 100% rename from i18n/zh/skills/polymarket/references/llms-full.md rename to i18n/zh/skills/03-加密货币/polymarket/references/llms-full.md diff --git a/i18n/zh/skills/polymarket/references/llms.md b/i18n/zh/skills/03-加密货币/polymarket/references/llms.md similarity index 100% rename from i18n/zh/skills/polymarket/references/llms.md rename to i18n/zh/skills/03-加密货币/polymarket/references/llms.md diff --git a/i18n/zh/skills/polymarket/references/other.md b/i18n/zh/skills/03-加密货币/polymarket/references/other.md similarity index 100% rename from i18n/zh/skills/polymarket/references/other.md rename to i18n/zh/skills/03-加密货币/polymarket/references/other.md diff --git a/i18n/zh/skills/polymarket/references/realtime-client.md b/i18n/zh/skills/03-加密货币/polymarket/references/realtime-client.md similarity index 100% rename from i18n/zh/skills/polymarket/references/realtime-client.md rename to i18n/zh/skills/03-加密货币/polymarket/references/realtime-client.md diff --git a/i18n/zh/skills/polymarket/references/trading.md b/i18n/zh/skills/03-加密货币/polymarket/references/trading.md similarity index 100% rename from i18n/zh/skills/polymarket/references/trading.md rename to i18n/zh/skills/03-加密货币/polymarket/references/trading.md diff --git a/i18n/zh/skills/snapdom/assets/.gitkeep b/i18n/zh/skills/03-加密货币/polymarket/scripts/.gitkeep similarity index 100% rename from i18n/zh/skills/snapdom/assets/.gitkeep rename to i18n/zh/skills/03-加密货币/polymarket/scripts/.gitkeep diff --git a/i18n/zh/skills/proxychains/SKILL.md b/i18n/zh/skills/04-开发工具/proxychains/SKILL.md similarity index 100% rename from i18n/zh/skills/proxychains/SKILL.md rename to i18n/zh/skills/04-开发工具/proxychains/SKILL.md diff --git a/i18n/zh/skills/snapdom/scripts/.gitkeep b/i18n/zh/skills/04-开发工具/proxychains/assets/.gitkeep similarity index 100% rename from i18n/zh/skills/snapdom/scripts/.gitkeep rename to i18n/zh/skills/04-开发工具/proxychains/assets/.gitkeep diff --git a/i18n/zh/skills/proxychains/references/index.md b/i18n/zh/skills/04-开发工具/proxychains/references/index.md similarity index 100% rename from i18n/zh/skills/proxychains/references/index.md rename to i18n/zh/skills/04-开发工具/proxychains/references/index.md diff --git a/i18n/zh/skills/proxychains/references/proxychains.conf b/i18n/zh/skills/04-开发工具/proxychains/references/proxychains.conf similarity index 100% rename from i18n/zh/skills/proxychains/references/proxychains.conf rename to i18n/zh/skills/04-开发工具/proxychains/references/proxychains.conf diff --git a/i18n/zh/skills/proxychains/references/quick-reference.md b/i18n/zh/skills/04-开发工具/proxychains/references/quick-reference.md similarity index 100% rename from i18n/zh/skills/proxychains/references/quick-reference.md rename to i18n/zh/skills/04-开发工具/proxychains/references/quick-reference.md diff --git a/i18n/zh/skills/proxychains/references/setup-guide.md b/i18n/zh/skills/04-开发工具/proxychains/references/setup-guide.md similarity index 100% rename from i18n/zh/skills/proxychains/references/setup-guide.md rename to i18n/zh/skills/04-开发工具/proxychains/references/setup-guide.md diff --git a/i18n/zh/skills/proxychains/references/troubleshooting.md b/i18n/zh/skills/04-开发工具/proxychains/references/troubleshooting.md similarity index 100% rename from i18n/zh/skills/proxychains/references/troubleshooting.md rename to i18n/zh/skills/04-开发工具/proxychains/references/troubleshooting.md diff --git a/i18n/zh/skills/proxychains/scripts/setup-proxy.sh b/i18n/zh/skills/04-开发工具/proxychains/scripts/setup-proxy.sh similarity index 100% rename from i18n/zh/skills/proxychains/scripts/setup-proxy.sh rename to i18n/zh/skills/04-开发工具/proxychains/scripts/setup-proxy.sh diff --git a/i18n/zh/skills/snapdom/SKILL.md b/i18n/zh/skills/04-开发工具/snapdom/SKILL.md similarity index 100% rename from i18n/zh/skills/snapdom/SKILL.md rename to i18n/zh/skills/04-开发工具/snapdom/SKILL.md diff --git a/i18n/zh/skills/telegram-dev/assets/.gitkeep b/i18n/zh/skills/04-开发工具/snapdom/assets/.gitkeep similarity index 100% rename from i18n/zh/skills/telegram-dev/assets/.gitkeep rename to i18n/zh/skills/04-开发工具/snapdom/assets/.gitkeep diff --git a/i18n/zh/skills/snapdom/references/index.md b/i18n/zh/skills/04-开发工具/snapdom/references/index.md similarity index 100% rename from i18n/zh/skills/snapdom/references/index.md rename to i18n/zh/skills/04-开发工具/snapdom/references/index.md diff --git a/i18n/zh/skills/snapdom/references/other.md b/i18n/zh/skills/04-开发工具/snapdom/references/other.md similarity index 100% rename from i18n/zh/skills/snapdom/references/other.md rename to i18n/zh/skills/04-开发工具/snapdom/references/other.md diff --git a/i18n/zh/skills/telegram-dev/scripts/.gitkeep b/i18n/zh/skills/04-开发工具/snapdom/scripts/.gitkeep similarity index 100% rename from i18n/zh/skills/telegram-dev/scripts/.gitkeep rename to i18n/zh/skills/04-开发工具/snapdom/scripts/.gitkeep diff --git a/i18n/zh/skills/telegram-dev/SKILL.md b/i18n/zh/skills/04-开发工具/telegram-dev/SKILL.md similarity index 100% rename from i18n/zh/skills/telegram-dev/SKILL.md rename to i18n/zh/skills/04-开发工具/telegram-dev/SKILL.md diff --git a/i18n/zh/skills/timescaledb/assets/.gitkeep b/i18n/zh/skills/04-开发工具/telegram-dev/assets/.gitkeep similarity index 100% rename from i18n/zh/skills/timescaledb/assets/.gitkeep rename to i18n/zh/skills/04-开发工具/telegram-dev/assets/.gitkeep diff --git a/i18n/zh/skills/telegram-dev/references/Telegram_Bot_按钮和键盘实现模板.md b/i18n/zh/skills/04-开发工具/telegram-dev/references/Telegram_Bot_按钮和键盘实现模板.md similarity index 100% rename from i18n/zh/skills/telegram-dev/references/Telegram_Bot_按钮和键盘实现模板.md rename to i18n/zh/skills/04-开发工具/telegram-dev/references/Telegram_Bot_按钮和键盘实现模板.md diff --git a/i18n/zh/skills/telegram-dev/references/index.md b/i18n/zh/skills/04-开发工具/telegram-dev/references/index.md similarity index 100% rename from i18n/zh/skills/telegram-dev/references/index.md rename to i18n/zh/skills/04-开发工具/telegram-dev/references/index.md diff --git a/i18n/zh/skills/telegram-dev/references/动态视图对齐实现文档.md b/i18n/zh/skills/04-开发工具/telegram-dev/references/动态视图对齐实现文档.md similarity index 100% rename from i18n/zh/skills/telegram-dev/references/动态视图对齐实现文档.md rename to i18n/zh/skills/04-开发工具/telegram-dev/references/动态视图对齐实现文档.md diff --git a/i18n/zh/skills/timescaledb/scripts/.gitkeep b/i18n/zh/skills/04-开发工具/telegram-dev/scripts/.gitkeep similarity index 100% rename from i18n/zh/skills/timescaledb/scripts/.gitkeep rename to i18n/zh/skills/04-开发工具/telegram-dev/scripts/.gitkeep diff --git a/i18n/zh/skills/twscrape/SKILL.md b/i18n/zh/skills/04-开发工具/twscrape/SKILL.md similarity index 100% rename from i18n/zh/skills/twscrape/SKILL.md rename to i18n/zh/skills/04-开发工具/twscrape/SKILL.md diff --git a/i18n/zh/skills/twscrape/assets/.gitkeep b/i18n/zh/skills/04-开发工具/twscrape/assets/.gitkeep similarity index 100% rename from i18n/zh/skills/twscrape/assets/.gitkeep rename to i18n/zh/skills/04-开发工具/twscrape/assets/.gitkeep diff --git a/i18n/zh/skills/twscrape/references/examples.md b/i18n/zh/skills/04-开发工具/twscrape/references/examples.md similarity index 100% rename from i18n/zh/skills/twscrape/references/examples.md rename to i18n/zh/skills/04-开发工具/twscrape/references/examples.md diff --git a/i18n/zh/skills/twscrape/references/index.md b/i18n/zh/skills/04-开发工具/twscrape/references/index.md similarity index 100% rename from i18n/zh/skills/twscrape/references/index.md rename to i18n/zh/skills/04-开发工具/twscrape/references/index.md diff --git a/i18n/zh/skills/twscrape/references/installation.md b/i18n/zh/skills/04-开发工具/twscrape/references/installation.md similarity index 100% rename from i18n/zh/skills/twscrape/references/installation.md rename to i18n/zh/skills/04-开发工具/twscrape/references/installation.md diff --git a/i18n/zh/skills/twscrape/scripts/.gitkeep b/i18n/zh/skills/04-开发工具/twscrape/scripts/.gitkeep similarity index 100% rename from i18n/zh/skills/twscrape/scripts/.gitkeep rename to i18n/zh/skills/04-开发工具/twscrape/scripts/.gitkeep diff --git a/i18n/zh/skills/README.md b/i18n/zh/skills/README.md index 9093cf2..a2f0fe1 100644 --- a/i18n/zh/skills/README.md +++ b/i18n/zh/skills/README.md @@ -1,249 +1,104 @@ # 🎯 AI Skills 技能库 -`i18n/zh/skills/` 目录存放 AI 技能(Skills),这些是比提示词更高级的能力封装,可以让 AI 在特定领域表现出专家级水平。当前包含 **14 个**专业技能。 +`i18n/zh/skills/` 目录存放 AI 技能(Skills),这些是比提示词更高级的能力封装,可以让 AI 在特定领域表现出专家级水平。当前包含 **16 个**专业技能。 ## 目录结构 ``` i18n/zh/skills/ -├── README.md # 本文件 +├── README.md │ -├── # === 元技能(核心) === -├── meta-skills/ # 元技能目录 -│ └── claude-skills/ # ⭐ 元技能:生成 Skills 的 Skills(11KB) -├── headless-cli/ # 无头模式 AI CLI 调用技能 +├── 00-元技能/ # 元技能(生成 Skills 的 Skills) +│ └── claude-skills/ # ⭐ 元技能核心 │ -├── # === Claude 工具 === -├── claude-code-guide/ # Claude Code 使用指南(9KB) -├── claude-cookbooks/ # Claude API 最佳实践(9KB) +├── 01-AI工具/ # AI CLI 和工具 +│ ├── headless-cli/ # 无头模式 AI CLI 调用 +│ ├── claude-code-guide/ # Claude Code 使用指南 +│ └── claude-cookbooks/ # Claude API 最佳实践 │ -├── # === 数据库 === -├── postgresql/ # ⭐ PostgreSQL 专家技能(76KB,最详细) -├── timescaledb/ # 时序数据库扩展(3KB) +├── 02-数据库/ # 数据库技能 +│ ├── postgresql/ # ⭐ PostgreSQL 专家(76KB) +│ └── timescaledb/ # 时序数据库扩展 │ -├── # === 加密货币/量化 === -├── ccxt/ # 加密货币交易所统一 API(18KB) -├── coingecko/ # CoinGecko 行情 API(3KB) -├── cryptofeed/ # 加密货币实时数据流(6KB) -├── hummingbot/ # 量化交易机器人框架(4KB) -├── polymarket/ # 预测市场 API(6KB) +├── 03-加密货币/ # 加密货币/量化交易 +│ ├── ccxt/ # 交易所统一 API +│ ├── coingecko/ # 行情数据 API +│ ├── cryptofeed/ # 实时数据流 +│ ├── hummingbot/ # 量化交易框架 +│ └── polymarket/ # 预测市场 API │ -├── # === 开发工具 === -├── telegram-dev/ # Telegram Bot 开发(18KB) -├── twscrape/ # Twitter/X 数据抓取(11KB) -├── snapdom/ # DOM 快照工具(8KB) -└── proxychains/ # 代理链配置(6KB) +└── 04-开发工具/ # 通用开发工具 + ├── telegram-dev/ # Telegram Bot 开发 + ├── twscrape/ # Twitter/X 数据抓取 + ├── snapdom/ # DOM 快照工具 + └── proxychains/ # 代理链配置 ``` ## Skills 一览表 -### 按文件大小排序(详细程度) +### 00-元技能 -| 技能 | 大小 | 领域 | 说明 | -|------|------|------|------| -| **postgresql** | 76KB | 数据库 | ⭐ 最详细,PostgreSQL 完整专家技能 | -| **telegram-dev** | 18KB | Bot 开发 | Telegram Bot 开发完整指南 | -| **ccxt** | 18KB | 交易 | 加密货币交易所统一 API | -| **twscrape** | 11KB | 数据采集 | Twitter/X 数据抓取 | -| **claude-skills** | 11KB | 元技能 | ⭐ 生成 Skills 的 Skills | -| **headless-cli** | 5KB | CLI | 无头模式 AI CLI 调用 | -| **claude-code-guide** | 9KB | 工具 | Claude Code 使用最佳实践 | -| **claude-cookbooks** | 9KB | 工具 | Claude API 使用示例 | -| **snapdom** | 8KB | 前端 | DOM 快照与测试 | -| **cryptofeed** | 6KB | 数据流 | 加密货币实时数据流 | -| **polymarket** | 6KB | 预测市场 | Polymarket API 集成 | -| **proxychains** | 6KB | 网络 | 代理链配置与使用 | -| **hummingbot** | 4KB | 量化 | 量化交易机器人框架 | -| **timescaledb** | 3KB | 数据库 | PostgreSQL 时序扩展 | -| **coingecko** | 3KB | 行情 | CoinGecko 行情 API | +| 技能 | 说明 | +|:---|:---| +| [claude-skills](./00-元技能/claude-skills/SKILL.md) | ⭐ 生成 Skills 的 Skills | -### 按领域分类 +### 01-AI工具 -#### 🔧 元技能与工具 +| 技能 | 说明 | +|:---|:---| +| [headless-cli](./01-AI工具/headless-cli/SKILL.md) | 无头模式 AI CLI 调用(Gemini/Claude/Codex) | +| [claude-code-guide](./01-AI工具/claude-code-guide/SKILL.md) | Claude Code CLI 使用指南 | +| [claude-cookbooks](./01-AI工具/claude-cookbooks/SKILL.md) | Claude API 最佳实践 | -| 技能 | 说明 | 推荐场景 | -|------|------|----------| -| `meta-skills/claude-skills` | 生成 Skills 的 Skills | 创建新技能时必用 | -| `headless-cli` | 无头模式 AI CLI 调用 | 批量任务、自动化 | -| `claude-code-guide` | Claude Code CLI 使用指南 | 日常开发 | -| `claude-cookbooks` | Claude API 最佳实践 | API 集成 | +### 02-数据库 -#### 🗄️ 数据库 +| 技能 | 说明 | +|:---|:---| +| [postgresql](./02-数据库/postgresql/SKILL.md) | ⭐ PostgreSQL 完整专家技能(76KB) | +| [timescaledb](./02-数据库/timescaledb/SKILL.md) | PostgreSQL 时序扩展 | -| 技能 | 说明 | 推荐场景 | -|------|------|----------| -| `postgresql` | PostgreSQL 完整指南(76KB) | 关系型数据库开发 | -| `timescaledb` | 时序数据库扩展 | 时间序列数据 | +### 03-加密货币 -#### 💰 加密货币/量化 +| 技能 | 说明 | +|:---|:---| +| [ccxt](./03-加密货币/ccxt/SKILL.md) | 加密货币交易所统一 API | +| [coingecko](./03-加密货币/coingecko/SKILL.md) | CoinGecko 行情 API | +| [cryptofeed](./03-加密货币/cryptofeed/SKILL.md) | 加密货币实时数据流 | +| [hummingbot](./03-加密货币/hummingbot/SKILL.md) | 量化交易机器人框架 | +| [polymarket](./03-加密货币/polymarket/SKILL.md) | 预测市场 API | -| 技能 | 说明 | 推荐场景 | -|------|------|----------| -| `ccxt` | 交易所统一 API | 多交易所对接 | -| `coingecko` | 行情数据 API | 价格查询 | -| `cryptofeed` | 实时数据流 | WebSocket 行情 | -| `hummingbot` | 量化交易框架 | 自动化交易 | -| `polymarket` | 预测市场 API | 预测市场交易 | +### 04-开发工具 -#### 🛠️ 开发工具 - -| 技能 | 说明 | 推荐场景 | -|------|------|----------| -| `telegram-dev` | Telegram Bot 开发 | Bot 开发 | -| `twscrape` | Twitter 数据抓取 | 社交媒体数据 | -| `snapdom` | DOM 快照 | 前端测试 | -| `proxychains` | 代理链配置 | 网络代理 | - -## Skills vs Prompts 的区别 - -| 维度 | Prompts(提示词) | Skills(技能) | -|------|------------------|----------------| -| 粒度 | 单次任务指令 | 完整能力封装 | -| 复用性 | 复制粘贴 | 配置后自动生效 | -| 上下文 | 需手动提供 | 内置领域知识 | -| 适用场景 | 临时任务 | 长期项目 | -| 结构 | 单文件 | 目录(含 assets/scripts/references) | - -## 技能目录结构 - -每个技能遵循统一结构: - -``` -skill-name/ -├── SKILL.md # 技能主文件,包含领域知识和规则 -├── assets/ # 静态资源(图片、配置模板等) -├── scripts/ # 辅助脚本 -└── references/ # 参考文档 -``` +| 技能 | 说明 | +|:---|:---| +| [telegram-dev](./04-开发工具/telegram-dev/SKILL.md) | Telegram Bot 开发 | +| [twscrape](./04-开发工具/twscrape/SKILL.md) | Twitter/X 数据抓取 | +| [snapdom](./04-开发工具/snapdom/SKILL.md) | DOM 快照与测试 | +| [proxychains](./04-开发工具/proxychains/SKILL.md) | 代理链配置与使用 | ## 快速使用 -### 1. 查看技能 - ```bash # 查看元技能 -cat i18n/zh/skills/meta-skills/claude-skills/SKILL.md +cat i18n/zh/skills/00-元技能/claude-skills/SKILL.md # 查看无头 CLI 技能 -cat i18n/zh/skills/headless-cli/SKILL.md +cat i18n/zh/skills/01-AI工具/headless-cli/SKILL.md -# 查看 PostgreSQL 技能(最详细) -cat i18n/zh/skills/postgresql/SKILL.md - -# 查看 Telegram Bot 开发技能 -cat i18n/zh/skills/telegram-dev/SKILL.md -``` - -### 2. 复制到项目中使用 - -```bash -# 复制整个技能目录 -cp -r i18n/zh/skills/postgresql/ ./my-project/ - -# 或只复制主文件到 CLAUDE.md -cp i18n/zh/skills/postgresql/SKILL.md ./CLAUDE.md -``` - -### 3. 结合 Claude Code 使用 - -在项目根目录创建 `CLAUDE.md`,引用技能: - -```markdown -# 项目规则 - -请参考以下技能文件: -@i18n/zh/skills/postgresql/SKILL.md -@i18n/zh/skills/telegram-dev/SKILL.md +# 查看 PostgreSQL 技能 +cat i18n/zh/skills/02-数据库/postgresql/SKILL.md ``` ## 创建自定义 Skill -### 方法一:使用元技能生成(推荐) - +使用元技能生成: 1. 准备领域资料(文档、代码、规范) -2. 将资料和 `i18n/zh/skills/meta-skills/claude-skills/SKILL.md` 一起提供给 AI +2. 将资料和 `00-元技能/claude-skills/SKILL.md` 一起提供给 AI 3. AI 会生成针对该领域的专用 Skill -```bash -# 示例:让 AI 读取元技能后生成新技能 -cat i18n/zh/skills/meta-skills/claude-skills/SKILL.md -# 然后告诉 AI:请根据这个元技能,为 [你的领域] 生成一个新的 SKILL.md -``` - -### 方法二:手动创建 - -```bash -# 创建技能目录 -mkdir -p i18n/zh/skills/my-skill/{assets,scripts,references} - -# 创建主文件 -cat > i18n/zh/skills/my-skill/SKILL.md << 'EOF' -# My Skill - -## 概述 -简要说明技能用途和适用场景 - -## 领域知识 -- 核心概念 -- 最佳实践 -- 常见模式 - -## 规则与约束 -- 必须遵守的规则 -- 禁止的操作 -- 边界条件 - -## 示例 -具体的使用示例和代码片段 - -## 常见问题 -FAQ 和解决方案 -EOF -``` - -## 核心技能详解 - -### `meta-skills/claude-skills/SKILL.md` - 元技能 ⭐ - -**生成 Skills 的 Skills**,是创建新技能的核心工具。 - -使用方法: -1. 准备你的领域资料(文档、代码、规范等) -2. 将资料和 SKILL.md 一起提供给 AI -3. AI 会生成针对该领域的专用 Skill - -### `postgresql/SKILL.md` - PostgreSQL 专家 ⭐ - -最详细的技能(76KB),包含: -- 数据库设计最佳实践 -- 查询优化技巧 -- 索引策略 -- 性能调优 -- 常见问题解决方案 -- SQL 代码示例 - -### `telegram-dev/SKILL.md` - Telegram Bot 开发 - -完整的 Telegram Bot 开发指南(18KB): -- Bot API 使用 -- 消息处理 -- 键盘与回调 -- Webhook 配置 -- 错误处理 - -### `ccxt/SKILL.md` - 加密货币交易所 API - -统一的交易所 API 封装(18KB): -- 支持 100+ 交易所 -- 统一的数据格式 -- 订单管理 -- 行情获取 - ## 相关资源 -- [Skills 生成器](https://github.com/yusufkaraaslan/Skill_Seekers) - 把任何资料转为 AI Skills -- [元技能文件](./meta-skills/claude-skills/SKILL.md) - 生成 Skills 的 Skills -- [无头 CLI 技能](./headless-cli/SKILL.md) - 无头模式 AI CLI 调用 +- [元技能文件](./00-元技能/claude-skills/SKILL.md) - 生成 Skills 的 Skills +- [无头 CLI 技能](./01-AI工具/headless-cli/SKILL.md) - 无头模式 AI CLI 调用 - [提示词库](../prompts/) - 更细粒度的提示词集合 -- [Claude Code 指南](./claude-code-guide/SKILL.md) - Claude Code 使用最佳实践 - [文档库](../documents/) - 方法论与开发经验