一键导入
hello-world
A minimal example skill that greets the user. Use when you want a tiny, valid reference skill to test skref against or to learn the SKILL.md format.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A minimal example skill that greets the user. Use when you want a tiny, valid reference skill to test skref against or to learn the SKILL.md format.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Turn read-only TweetClaw exports into source notes for approval-gated social publishing workflows.
A reference skill that exercises every supported frontmatter field — the six base Agent Skills fields plus all thirteen Claude Code extensions. Use when testing skref's --allow-claude-fields support or as a worked example of the full Claude frontmatter surface.
Review a pull request for correctness and style, then summarize the findings. Use when the user asks for a PR review, mentions reviewing a diff, or wants feedback on changes before merging.
A deliberately invalid sample. The name uses an uppercase letter and an underscore, and does not match a kebab-case directory. skref validate should report errors for this skill.
Write clear, conventional git commit messages and stage related changes together. Use when the user asks to commit, wants help phrasing a commit message, or mentions conventional commits.
Extract text and tables from PDF files, fill PDF forms, and merge multiple PDFs. Use when working with PDF documents or when the user mentions PDFs, forms, or document extraction.
| name | hello-world |
| description | A minimal example skill that greets the user. Use when you want a tiny, valid reference skill to test skref against or to learn the SKILL.md format. |
| license | Apache-2.0 |
This is the smallest useful Agent Skill. It demonstrates the required
frontmatter fields (name and description) and a short set of instructions.
When this skill is activated, greet the user warmly and confirm that the skill loaded correctly:
Hello, world! The
hello-worldskill is active.