recursive-spine-bootstrap

仓库创建 2026年7月7日最近提交 3 天前SkillHot 收录 16 小时前
▸ 精选理由

自动化引导仓库符合规范,适合跨团队落地

▸ 风险提示

需要 GitHub CLI 与写权限,可能请求敏感授权

这个 Skill 做什么

在仓库中安装 recursive‑spine 跟踪约定并写入模板与标签

把 recursive‑spine 的跟踪惯例装到某个仓库:交互确认模块和方言后,会打标签、写 issue/PR 模板、在 CLAUDE.md/AGENTS.md 加入跟踪段落,并把仓库加入跨项目看板。新建或标准化仓库时用,能一次性铺好追踪基础。流程是幂等的(重复运行不会乱),权限不足会明显报错,且会提供可选的管线和记账接线建议但不强制改动。

▸ 展开 SKILL.md 英文原文

Use when installing the recursive-spine tracking convention onto a repo — interviews for modules and dialect, then stamps labels, issue/PR templates, a CLAUDE.md/AGENTS.md tracking section, and cross-project board membership. Idempotent; degrades loudly on missing gh scopes; offers (never forces) plumb-line and tokenomics wiring.

开发编程GitHub自动化仓库引导模板化通用
1
Stars
0
Forks
8
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/slopstopper/recursive-spine/main/skills/recursive-spine-bootstrap/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/slopstopper/recursive-spine/main/skills/recursive-spine-bootstrap/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# recursive-spine: bootstrap

Stamp the convention onto the current repo. Read
`${CLAUDE_PLUGIN_ROOT}/reference/principles.md` first. If the user hasn't
seen the convention before, offer the `recursive-spine-method` skill before
stamping.

## 1. Preflight (fail loud, not silent)

- `gh auth status` — must be authenticated.
- `gh repo view --json nameWithOwner` — must be a GitHub repo.
- Board membership needs project scope: run `gh auth status` and check for
  `project` scope. If absent: DO NOT silently skip. Tell the user exactly
  what's missing (`gh auth refresh -s project`) and file a repo issue titled
  "spine: board membership pending (missing gh project scope)" so the gap is
  a recor
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有