osprey-overview
仓库创建 2026年7月20日最近提交 16 小时前SkillHot 收录 14 小时前
这个 Skill 做什么
会把仓库的整体架构、目录布局和模板里 factory 的角色讲清楚,帮你快速判断改动应该放在哪个位置落地。启动新会话、给新人入职,或想弄明白 osprey 与 projectbluefin/actions、aurora、dakota 等组件间的关联时特别有用。它的特点是把各个 .agents/skills 文件和仓库关系画成一张清晰的地图,指明下一步该读哪个详细 skill。
▸ 展开 SKILL.md 英文原文
Architecture, repo layout, and factory role for the osprey template. Use when orienting to the repository, understanding how it relates to projectbluefin/actions, or deciding which skill to read next.
0
Stars
0
Forks
11
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dhodyn/osprey/main/.agents/skills/osprey-overview/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dhodyn/osprey/main/.agents/skills/osprey-overview/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# osprey Overview ## When to Use - Starting a new session in this repo - Explaining how osprey relates to bluefin/aurora/dakota - Deciding which `.agents/skills/` file covers your change area - Onboarding a new contributor or agent ## When NOT to Use - You already know the area — go straight to the relevant skill file - You need specific build or CI mechanics — see `osprey-build/SKILL.md` or `osprey-ci/SKILL.md` ## Core Process 1. **Read AGENTS.md `## Start here`** to find the routing table 2. **Identify your change area** (Containerfile/Justfile → build, workflows → ci, template init → templates) 3. **Read the relevant skill file** before touching anything 4. **Verify against current
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有