osprey-onboarding

仓库创建 2026年7月20日最近提交 16 小时前SkillHot 收录 14 小时前
这个 Skill 做什么

把从模板新建 fork 的启动步骤列成一套可执行的 playbook,包含那七处必须改名、让 CI 首次绿灯、在 README 写清“这个 Raptor 的不同点”、可选的签名配置和分支保护设置。创建新仓库、搭建基于模板的自定义镜像库或第一次打开 GitHub Actions、Renovate 时就按这套流程走。优点是把繁琐的手工步骤标准化,降低上手门槛,让第一次构建更稳、更少出错。

▸ 展开 SKILL.md 英文原文

Fork bootstrap agent playbook. Covers the 7 rename locations, first green build, README "What Makes this Raptor Different" section, optional signing setup, and branch protection configuration. Use when creating a new fork from this template.

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

## When to Use

- Creating a new fork from the osprey template
- Bootstrapping a new bootc-based custom image repository
- Setting up GitHub Actions, Renovate, and branch protection for the first time
- Onboarding a new contributor who needs to understand the fork-to-first-build pipeline

## When NOT to Use

- The repository is already initialized and has had a successful build
- You are adding packages or changing build logic — see `osprey-packages/SKILL.md` or `osprey-build/SKILL.md`
- You are updating CI workflows — see `osprey-ci/SKILL.md`

## Core Process

1. **Fork the template**: Use "Use this template" on GitHub to create a new repository
2. **Rename all 7 locati
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有