mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-17 21:08:05 +00:00
chore: repos - link skill seekers source
This commit is contained in:
@@ -50,3 +50,6 @@ assets/skills/
|
||||
- `assets/skills/markdown-to-epub/`:Markdown → EPUB 稳定构建
|
||||
- `assets/skills/auto-skill/`:元技能(技能生成/校验/脚手架)
|
||||
- `assets/skills/claude-official-skills/`:Claude 官方 skills 仓库(Anthropic)的软链接入口
|
||||
- `assets/skills/auto-skill/scripts/Skill_Seekers-development`:Skill Seekers submodule 的软链接入口
|
||||
- `assets/skills/tmux-autopilot/assets/oh-my-tmux`:oh-my-tmux submodule 的软链接入口
|
||||
- `assets/skills/tmux-autopilot/assets/tmux-src`:tmux submodule 的软链接入口
|
||||
|
||||
@@ -61,6 +61,12 @@
|
||||
- 初始化/更新方式:`git submodule update --init --recursive`
|
||||
- Skills 大全网站:`https://skills.sh/`
|
||||
|
||||
## Repo 软链接入口
|
||||
|
||||
- `assets/skills/auto-skill/scripts/Skill_Seekers-development`:指向 `assets/repos/Skill_Seekers-development` submodule,作为 Skill Seekers 工具来源。
|
||||
- `assets/skills/tmux-autopilot/assets/oh-my-tmux`:指向 `assets/repos/.tmux`,作为 oh-my-tmux 配置来源。
|
||||
- `assets/skills/tmux-autopilot/assets/tmux-src`:指向 `assets/repos/tmux`,作为 tmux 上游源码入口。
|
||||
|
||||
## 快速使用
|
||||
|
||||
```bash
|
||||
|
||||
@@ -36,7 +36,7 @@ auto-skill/
|
||||
- `assets/skills/auto-skill/assets/template-minimal.md`: minimal template (small domains / quick bootstrap).
|
||||
- `assets/skills/auto-skill/assets/template-complete.md`: full template (production-grade / complex domains).
|
||||
- `assets/skills/auto-skill/scripts/create-skill.sh`: scaffold generator (minimal/full, output dir, overwrite).
|
||||
- `assets/skills/auto-skill/scripts/Skill_Seekers-development`: relative symlink to `assets/repos/Skill_Seekers-development`.
|
||||
- `assets/skills/auto-skill/scripts/Skill_Seekers-development`: relative symlink to the `assets/repos/Skill_Seekers-development` submodule.
|
||||
- `assets/skills/auto-skill/scripts/skill-seekers-bootstrap.sh`: create a local venv and install deps for the linked Skill Seekers tool.
|
||||
- `assets/skills/auto-skill/scripts/skill-seekers.sh`: run Skill Seekers from the linked source (docs/github/pdf -> output/<name>/).
|
||||
- `assets/skills/auto-skill/scripts/skill-seekers-import.sh`: import output/<name>/ into the canonical assets/skills/<name>/ tree.
|
||||
|
||||
@@ -39,7 +39,7 @@ Your output MUST include:
|
||||
|
||||
### Built-in Tool (Mandatory): Skill Seekers (Linked)
|
||||
|
||||
This meta-skill exposes `assets/repos/Skill_Seekers-development` through a relative symlink so you can generate a first-draft Skill from:
|
||||
This meta-skill exposes the `assets/repos/Skill_Seekers-development` submodule through a relative symlink so you can generate a first-draft Skill from:
|
||||
- Documentation websites
|
||||
- GitHub repositories
|
||||
- PDFs
|
||||
@@ -65,7 +65,7 @@ Import the generated skill into this repo's canonical `assets/skills/` tree:
|
||||
./assets/skills/auto-skill/scripts/skill-seekers-import.sh react --force
|
||||
```
|
||||
|
||||
Update the linked source in `assets/repos/Skill_Seekers-development` directly. The legacy updater is guarded to avoid overwriting the linked repository.
|
||||
Update the linked source by moving the `assets/repos/Skill_Seekers-development` submodule pointer directly. The legacy updater is guarded to avoid overwriting the linked repository.
|
||||
|
||||
```bash
|
||||
./assets/skills/auto-skill/scripts/skill-seekers-update.sh --dry-run
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Skill Seekers(链接工具)使用说明
|
||||
|
||||
本目录通过相对软链接暴露 `assets/repos/Skill_Seekers-development`,用于把「文档 / GitHub 仓库 / PDF」快速转成一个可落地的 Skill 初稿。`assets/repos/` 是源码单一来源,`auto-skill/scripts/` 只保留工具入口。
|
||||
本目录通过相对软链接暴露 `assets/repos/Skill_Seekers-development` submodule,用于把「文档 / GitHub 仓库 / PDF」快速转成一个可落地的 Skill 初稿。`assets/repos/` 是源码单一来源,`auto-skill/scripts/` 只保留工具入口。
|
||||
|
||||
## 目录约定
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
- 运行入口:`assets/skills/auto-skill/scripts/skill-seekers.sh`
|
||||
- 依赖初始化:`assets/skills/auto-skill/scripts/skill-seekers-bootstrap.sh`
|
||||
- 导入到本仓库:`assets/skills/auto-skill/scripts/skill-seekers-import.sh`
|
||||
- 更新源码:直接更新 `assets/repos/Skill_Seekers-development`;`skill-seekers-update.sh` 仅保留为受保护的旧入口。
|
||||
- 更新源码:直接更新 `assets/repos/Skill_Seekers-development` submodule 指针;`skill-seekers-update.sh` 仅保留为受保护的旧入口。
|
||||
|
||||
## 推荐工作流(强约束)
|
||||
|
||||
|
||||
@@ -41,7 +41,8 @@ echo "audit pipes enabled under /tmp/*-ai-hub-*.log"
|
||||
> 目的:在需要更全面文档时,用仓库自带的 `Skill_Seekers-development` 自动抓取 gpakosz/.tmux 与 README,生成扩展参考文件,再手动筛选进 `references/`。
|
||||
|
||||
```bash
|
||||
cd /home/lenovo/zip/vibe-coding-cn/assets/repos/Skill_Seekers-development
|
||||
repo_root="$(git rev-parse --show-toplevel)"
|
||||
cd "$repo_root/assets/repos/Skill_Seekers-development"
|
||||
# 准备 Python 环境(如未安装)
|
||||
uv tool install skill-seekers # 或 pip install skill-seekers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user