osprey-examples

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

整理了可运行的示例脚本清单和 .example→.sh 的激活模式,给出现成的样板和激活步骤,方便你把示例安全地变成可执行脚本。要新增第三方仓库、做桌面替换,或教贡献者如何从示例起手写构建脚本时用。好处是避免把示例误当为生产脚本直接改动,降低破坏现有构建的风险。

▸ 展开 SKILL.md 英文原文

Index of runnable example scripts and the activation pattern. Covers existing .example files and how to activate them. Use when adding new build scripts or explaining the activation pattern to contributors.

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

## When to Use

- You need to add a third-party repository or desktop swap
- You want to understand the `.example` → `.sh` activation pattern
- You are creating a new build script and want a starting point
- You need to document a new pattern for contributors

## When NOT to Use

- You are modifying existing active `.sh` scripts directly — edit them, don't activate an example
- You are adding a simple package — use `build/10-build.sh` directly, no example needed

## Core Process

1. **Find the relevant example** in `build/` directory
2. **Copy and rename** from `.example` to `.sh`
3. **Customize** for your specific use case
4. **Validate** with `shellcheck` and `jus
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有