Systems系统
linux-kernel-dev — kernel modules, drivers, checkpatch compliance, device tree bindings.linux-kernel-dev —— 内核模块、驱动、checkpatch 合规、设备树绑定。
Warm cream, Poppins + Lora serif, orange CTAs, editorial rhythm — anthropic.com’s aesthetic as a stylesheet you can drop into any project. One of nine brand aesthetics in the sky-skills collection. 暖米色底、Poppins 配 Lora 衬线、橙色按钮、杂志式排版节奏 —— anthropic.com 的审美装进一张样式表,放进任何项目就能用。sky-skills 收录的九种品牌美学之一。
Each skill is a folder with a SKILL.md, optional templates, and scripts. Claude activates them automatically.
每个 skill 就是一个文件夹:一份 SKILL.md,外加可选的模板和脚本。Claude 会自动激活它们。
linux-kernel-dev — kernel modules, drivers, checkpatch compliance, device tree bindings.linux-kernel-dev —— 内核模块、驱动、checkpatch 合规、设备树绑定。
wechat-video-publisher, doc-to-markdown, md-to-pdf — narrated video pipelines and document conversion.wechat-video-publisher、doc-to-markdown、md-to-pdf —— 配音视频流水线与文档转换。
apple-design, anthropic-design — brand-level HTML/CSS aesthetics as drop-in CSS + templates.apple-design、anthropic-design —— 品牌级 HTML/CSS 美学,给你现成的 CSS 加模板。
The traditional way of giving an assistant context is the prompt — but prompts don't scale. They get buried, repeated, forgotten. Skills are the other path: small, self-contained folders that Claude reads only when their TRIGGER conditions match. No dependency on user recall.
给助手提供上下文的传统办法是提示词 —— 但提示词撑不起规模:被淹没、被重复、被遗忘。Skill 是另一条路:小而自足的文件夹,只在 TRIGGER 条件命中时才被 Claude 读取,不依赖用户记得去提。
This repository collects 22 of them. They share almost nothing: one writes kernel code, another renders video, another turns Markdown into PDF. What they share is a posture — one job, done carefully. Adopt one or all. 这个仓库收了 22 个。它们彼此几乎没有共同点:一个写内核代码,一个渲染视频,一个把 Markdown 转成 PDF。共同的只有一种姿态 —— 一件事,做仔细。用一个或全用,随你。
A skill should feel like a colleague who already knows the domain — not a style guide you have to quote from. 一个 skill 应该像一位早就熟悉这个领域的同事 —— 而不是一本你得逐条引用的风格手册。
sky — maintainersky —— 维护者
File count per skill. Design skills ship templates and SVG assets, which is why they score higher. The content skills are denser in logic, sparser in files. 按文件数统计。设计类 skill 自带模板和 SVG 素材,所以数字偏高;内容类 skill 逻辑更密,文件更少。
All 22 skills are MIT-licensed. Pick the level of commitment that fits. 22 个 skill 全部采用 MIT 许可。想投入多少,自己挑。
$0
One skill, one project一个 skill,一个项目
.claude/skills/复制进 .claude/skills/$0
All skills, all projects全部 skill,所有项目
git pullgit pull 即自动更新$0
Extend or publish your own扩展,或发布你自己的
Fourteen hand-crafted SVG templates ship with the skill — use them for anything from git workflows to agent architectures. skill 自带十四张手工 SVG 模板 —— 从 git 工作流到 agent 架构,拿来就能画。
How a change lands in main.一个改动如何进入 main。
Multi-agent pattern, one coordinator.多 agent 模式,一个协调者。
Four tinted layers, one numbered request path — UI on top, runtime substrate below.四层浅色分区,一条带编号的请求路径 —— 上层是界面,底层是运行时。
Cores, cache, controllers — the chip that runs your code, in anthropic tones.核心、缓存、控制器 —— 跑你代码的那块芯片,用 anthropic 色调画出来。
Upstream · working · commit-mirror — how a change moves between three remotes.上游仓 · 工作仓 · 提交镜像 —— 一个改动在三个远端之间怎么流转。
Past shipped · upcoming tentative.已发布为实,未发布为估。
Either use Claude Code’s CLI or symlink the folder. Skills are just folders — nothing magic. 用 Claude Code 的命令行装,或者直接给文件夹建软链接。skill 就是普通文件夹,没有任何魔法。
# via Claude Code
claude install github:TbusOS/sky-skills/skills/anthropic-design
# or, symlink
git clone https://github.com/TbusOS/sky-skills.git
ln -s "$(pwd)/sky-skills/skills/anthropic-design" \
your-project/.claude/skills/anthropic-design
This page is rendered with anthropic-design. The same story, told with apple-design → 这一页由 anthropic-design 渲染。同一个故事,换 apple-design 再讲一遍 →
See the Apple version看 Apple 版本