assimilate-popular-workflows

仓库创建 2026年1月5日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由

适合做技能生态调研并提取可复用流程与模式。

▸ 风险提示

需要访问 GitHub API/仓库,可能需凭证和大量网络请求。

这个 Skill 做什么

在公共 GitHub 仓库中搜索并收集 SKILL.md,归类提取常见工作流模式。

在公开的 GitHub 仓库里搜 SKILL.md,把仓库按原型分类,抽取常见的工作流模式和可复用的流程洞察,最后以结构化文档保存。适合想调研现成技能、寻找可借鉴的 babysitter 插件思路或总结业界流程时用。重点不是照搬代码,而是提炼可迁移的做法和插件点,并把研究结果维护在 docs/reference-repos 下。

▸ 展开 SKILL.md 英文原文

This skill should be used when the user asks to "find skills in the wild", "assimilate popular workflows", "discover SKILL.md files in repos", "research external skills", "find workflow patterns", "survey the skill landscape", "what skills exist out there", or wants to investigate public repositories for extractable processes, babysitter plugins, and reusable procedural insights. Searches GitHub for SKILL.md files, classifies repos by archetype, and maintains structured research under docs/reference-repos/.

研究检索GitHub爬取技能研究流程归纳Claude Code
1.6k
Stars
94
Forks
40
仓库内 Skill
+111
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/a5c-ai/babysitter/main/.claude/skills/assimilate-popular-workflows/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/a5c-ai/babysitter/main/.claude/skills/assimilate-popular-workflows/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Assimilate Popular Workflows

Search public GitHub repositories for SKILL.md files, classify each repo by archetype, and maintain structured research documents under `docs/reference-repos/[org]/[repo-name]/`. The goal is not to copy skills verbatim but to extract transferable value: processes for the babysitter process library, babysitter marketplace plugin ideas, and implicit procedural knowledge that can be codified into babysitter JS processes.

### Process Library Placement Rules

Extracted processes go into the babysitter process library (`library/`). Placement depends on scope:

| What it is | Where it goes | Examples |
|------------|---------------|---------|
| Full generic dev meth
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有