process-builder

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

为开发者快速搭建规范化流程模板,减少重复配置工作。

▸ 风险提示

会在仓库中创建或修改文件,需具备写权限。

这个 Skill 做什么

按 SDK 模式生成新的 babysitter 流程定义并提供三阶段实现指导。

按 SDK 模式为 babysitter 事件源编排框架快速生成新的流程定义,自动搭好规范目录、README、主流程文件和示例输入。当需要新增可复用的流程(比如把某种方法论编码为流程)并希望遵循最佳实践与标准结构时会用到。还会提供从调研到实现的三阶段落地指导,方便团队复用与后续维护。

▸ 展开 SKILL.md 英文原文

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.

开发编程流程脚手架模板最佳实践Claude Code
1.6k
Stars
94
Forks
40
仓库内 Skill
+111
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/a5c-ai/babysitter/main/.claude/skills/process-builder/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/a5c-ai/babysitter/main/.claude/skills/process-builder/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Process Builder

Create new process definitions for the babysitter event-sourced orchestration framework.

## Quick Reference

```
Processes live in: library/
├── methodologies/          # Reusable development approaches (TDD, BDD, Scrum, etc.)
│   └── [name]/
│       ├── README.md       # Documentation
│       ├── [name].js       # Main process
│       └── examples/       # Sample inputs
│
└── specializations/        # Domain-specific processes
    ├── [category]/         # Engineering specializations (direct children)
    │   └── [process].js
    └── domains/
        └── [domain]/       # Business, Science, Social Sciences
            └── [spec]/
                ├── README.md
           
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有