Skip to main content
Run any Skill in Manus
with one click
GitHub repository

sl

sl contains 27 collected skills from ZHLX2005, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
27
Stars
3
updated
2026-07-25
Forks
1
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

intent-capture
project-management-specialists

当用户希望整理需求、明确目的、描述问题,或要求"生成文档"、"整理意图"、"明确现象"时触发。用于通过多轮对话收集和整理需求,不执行任何代码修改。

2026-07-25
boot-work-flow
computer-occupations-all-other

当用户说 "boot work-flow"、"初始化 work-flow"、"为这个仓库创建 work-flow skill"、"创建 <仓库名>-work-flow" 时触发。这是一个元skill:自动检测 git 仓库名 → 在项目本地创建 <repo>-work-flow skill → 仅写入项目启动方法和启动信息作为最小骨架 → 标注后续通过 /key_board_3 添加 references 增强。

2026-07-21
git-repo-cleanup
software-developers

清理git嵌套仓库,保持仓库隔离性,让 git add . 干净无污染。 适用于 .claude/repo/ 或其他包含克隆仓库的目录。 当用户提到"清理git"、"处理嵌套仓库"、"git隔离"、"保持干净"、 "部分跟踪"、"白名单子目录"、"忽略但保留子目录"、"gitignore 否定规则"、 "忽略 .tool/"、"工具目录不入库"时触发。

2026-07-21
key-board-2
computer-occupations-all-other

当用户要求"总结成skill"、"保存对话为skill"、"提取提示词"、"做成技能"时触发。这是元技能模板,用于指导创建其他技能,而非被创建的技能本身。

2026-07-21
key-board-3
computer-occupations-all-other

当用户要求"拆分到references"、"给skill加ref引导"、"把xx沉淀为reference"、"优化skill结构"、"重构skill"、"skill膨胀了"、"合并skill"、或要求"探索/扫描现有skill看哪些可合并"时触发。本 skill 专用于按主题把已有 skill 组织成渐进式指导文档——主 SKILL.md 承担主干主题、references/ 承担特化专项的特化指导,整个 skill 包高内聚、单文档承担一个主题;长度只是边缘参考。不创建新 skill、不改变前置 skill (key_board / key_board_2) 的职责。探索模式详见 [[场景E-合并审计]]。

2026-07-16
codebase-optimizer
software-developers

阅读任意代码库目录(不限语言/框架),分析模块与代码结构,生成防腐蚀规范 SKILL.md、更新已有 skill 使其与代码库一致、或在使用 skill 后反思同步项目经验。覆盖"创建"、"同步"、"反思"三个场景。不生成孤儿文档。

2026-07-12
gh-upstream-release
software-developers

Fork 模式下,把当前分支推送到 `upstream` 远端并对 `master` 提 PR(可选 squash merge)的端到端 SOP。 触发场景:用户说"用 gh 推送到 upstream"、"推到 upstream 然后 PR 到 master"、"用 gh 发版"、"同步到 upstream master"、"PR 到 master"、 "发布当前分支"、"open PR against upstream"、明确给出 push + gh pr create 序列时。 适用前提:本地有 `origin`(自己的 fork)和 `upstream`(canonical 仓库)两个 remote。

2026-07-04
npm-work-flow
software-developers

Use when the user asks to "publish to npm", "automate npm release", "set up npm publishing CI/CD", "GitHub Actions for npm", "publish package on push", or wants to wire up a GitHub Actions workflow that publishes an npm package. Covers the standard push-to-main pattern (tag + idempotency check + npm publish --provenance), required secrets, prerequisites, and verification steps. Mirrors the proven nx-sx pattern.

2026-07-04
obsidian-repair-unresolved-links
software-developers

Obsidian vault 中存在未解析的 `[[]]` 双链,需要补全为目标笔记。当存在多个链接时自动并发创建

2026-06-20
index-repos
software-developers

使用 subagent 并行机制为多个仓库创建 PROJECT_INDEX.md 和 PROJECT_INDEX.json。 当用户需要为多个独立仓库同时创建索引时自动触发。 触发场景: - "为 .claude/repo 下所有仓库创建索引" - "并行执行 index skill" - "批量创建仓库索引" - /sc:index-repo 命令但有多个仓库

2026-06-06
git-commit-clone
software-developers

为指定 commit 创建项目浅克隆(--depth=1)快照到 .claude/repo/project/。显式触发,无自动 hook。 适用于存档项目历史版本、对比不同 commit 之间的快照、回滚参考分析。 触发场景: - "为这个 commit 创建快照" - "快照当前项目状态" - "查看项目历史快照" - "管理快照保留数量" - "为快照创建索引"

2026-06-05
browser-harness-auto-launch
software-developers

当需要使用 browser-harness 进行浏览器自动化、网页爬取、CDP 操作、数据提取时触发。核心原则是:自己启动浏览器,不询问用户。

2026-06-04
repo-gitlink
software-developers

Use when team needs to extract or sync git remote URLs from .claude/repo subdirectories for collaboration tracking

2026-06-03
meta-lab-extention
software-developers

当用户要求"为XX语言创建lab规范skill"、"我要学Rust/Java/Go,生成对应的skill"、 "创建一个学习项目的lab分层规范skill"、"按语言特性隔离lab并生成skill"时触发。 此skill是"创建skill的skill",用于为指定编程语言自动生成lab模块扩展规范skill。

2026-05-22
repo-to-skill
software-developers

当用户要求"把仓库总结成skill"、"基于项目生成skill"、"从repo提取skill"、"将项目经验做成skill"时触发。自动读取.claude/repo下的指定项目,提炼源码和PROJECT_INDEX.md中的可复用模式,生成标准skill文件。

2026-05-20
project-index-reader-v2
software-developers

当用户要求分析仓库、生成技术文档或学习某个项目实现时,从 .claude/repo/ 仓库中读取源码并生成结构化技术文档。禁止立即编码。此 skill 仅适用于 .claude/repo/ 下的仓库。

2026-05-16
project-index-reader
software-developers

当用户要求实现功能时,先从 .claude/repo/ 仓库中寻找相关案例。读取 PROJECT_INDEX.md 快速扫描,主题相关再深入源码。禁止立即编码。此 skill 仅适用于 .claude/repo/ 下的仓库。

2026-05-16
cli-project-template
software-developers

Go CLI 项目模板,基于 Cobra + survey/v2 + fatih/color,支持交互式选择和颜色输出

2026-05-13
gitcli-todo
software-developers

Use when tracking git tag progress as a todo list, querying commits between tags, marking tags as done, or managing cursor-based workflows across git repositories.

2026-05-11
uv
software-developers

Prioritize uv over pip for all Python package management and execution. When running ANY Python command or CLI tool (python, dbt, pytest, etc.), MUST wrap with uv run

2026-05-11
gh-ci-monitor
network-and-computer-systems-administrators

GitHub Actions CI 流水线监控,直到构建成功或失败。自动重试失败的构建,监控直到完成。

2026-05-08
gitee-to-github-migration
software-developers

将项目从 Gitee 迁移到 GitHub 的完整指南,包含错误案例和最佳实践

2026-05-08
gitee-to-github-reset
software-developers

开发者重置远程仓库指向 GitHub(管理员已创建仓库)

2026-05-08
gh-ci-remote-debug
software-developers

Use when CI/CD deployment fails and local debugging isn't possible, container crashes on startup, or when logs from GitHub Actions environment are needed to diagnose issues.

2026-05-08
flutter-work-flow
software-developers

flutter的开发操作流程,在dart-flutter任何问题都需要优先加载这个SKILL

2026-05-07
mmx-research-gitclone
software-developers

使用mmx进行深度搜索并git clone开源项目到.claude/repo目录。 当用户想要搜索技术资料、调研开源项目、查找最佳实践时触发。 例如:"搜索Flutter liquid glass实现"、"搜索React组件库并clone"、"调研某个技术的开源方案"。 优先使用SSH (git@)进行克隆,限制最多clone 2个最有价值的项目。

2026-05-06
component-discovery
software-developers

Vue 3 + Vite 组件自动发现机制规范。当用户提到"添加组件"、"创建component.js"、"自动发现"、"component配置"、或需要在 src/components 下创建新的组件目录时,必须使用此skill。

2026-04-14