osprey-templates
仓库创建 2026年7月20日最近提交 15 小时前SkillHot 收录 12 小时前
这个 Skill 做什么
提供从模板初始化到 fork 设置、重命名规则和新镜像必须更新的七个文件清单,帮你把自定义 OS 镜像的起步工作规范化。在初始化 fork、更新 AGENTS.md 或整理 README/SETUP_CHECKLIST 时会用到。特别之处是把繁琐的约定和必须改动集中列出,避免漏改导致构建或使用异常。
▸ 展开 SKILL.md 英文原文
Template initialization, fork setup, renaming conventions, and the seven files that must be updated when creating a new image from osprey. Use when initializing a fork, updating AGENTS.md, or documenting setup.
0
Stars
0
Forks
11
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dhodyn/osprey/main/.agents/skills/osprey-templates/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dhodyn/osprey/main/.agents/skills/osprey-templates/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# osprey Templates & Fork Setup ## When to Use - Initializing a new custom OS image from this template - Updating AGENTS.md or copilot instructions - Updating README.md setup sections or SETUP_CHECKLIST.md - Documenting new mandatory setup steps for forks ## When NOT to Use - Build system changes — see `osprey-build/SKILL.md` - CI workflow changes — see `osprey-ci/SKILL.md` ## Core Process: Creating a New Fork 1. **Click "Use this template"** on GitHub → create new repository 2. **Rename `finpilot` in exactly 7 files** (see table below) 3. **Enable GitHub Actions** in the Actions tab 4. **Add `RENOVATE_TOKEN` secret** (Classic PAT, `repo` + `workflow` scopes) 5. **Enable auto-merge** (
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有