init

仓库创建 2026年7月26日最近提交 5 小时前SkillHot 收录 2 小时前
这个 Skill 做什么
▸ 展开 SKILL.md 英文原文

Set up or upgrade bonsai in this repository. Surveys existing agent configuration, hands off to Claude Code's own /init and /doctor where they already do the job, detects the project's workflow tier, and proposes the harness artifacts the repo is actually missing. Safe to re-run.

1
Stars
0
Forks
5
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/hartz89/bonsai/main/skills/init/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/hartz89/bonsai/main/skills/init/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# bonsai:init

Survey, delegate, then propose. Never write an artifact in this skill without showing it first.

Read `${CLAUDE_PLUGIN_ROOT}/reference/placement.md` before proposing anything, and
`${CLAUDE_PLUGIN_ROOT}/reference/etiquette.md` before writing any user-facing output. Load
`git-strategy.md` and `thresholds.md` when you reach the phases that need them.

Re-running is expected and must be idempotent: if `.claude/bonsai/config.json` exists, this is an
upgrade — reconcile, report only what changed, and never duplicate a stanza or re-propose something in
`archive/`.

## Phase 0 — Pre-flight (one call, install only)

```
sh ${CLAUDE_PLUGIN_ROOT}/scripts/preflight.sh --project .
```

Re
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有