# Example Skill

> Template skill. Replace this description with WHAT the skill does and WHEN the agent should use it (include trigger keywords). Copy this folder into a project folder under projects/ and rename it.

- Skill: `bigassulike/example-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add bigassulike/example-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bigassulike/example-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: bigassulike (https://skillmd.com/u/bigassulike)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/bigassulike/example-skill

---


# Example Skill (Template)

> 复制本文件夹到 `projects/<你的项目>/` 下，改名为你的技能名，然后替换下面内容。
> `name` 必须是小写字母/数字/连字符，最长 64 字符，并尽量与文件夹名一致。

## Purpose

[这个技能解决什么问题、产出什么。]

## Workflow

1. [步骤一]
2. [步骤二]
3. [步骤三]

## Output Format

[期望的输出结构 / 模板。]

## Notes

- [约束、边界、注意事项。]

