원클릭으로
hello-world
A tiny example skill that greets the user — use it to verify skillet installs work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
A tiny example skill that greets the user — use it to verify skillet installs work.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Make the agent improve with every task — review the run, distill lessons into durable memory, and reinforce what worked. Use at the end of any non-trivial task, or when the user asks the agent to "learn from this".
Write a blameless, actionable incident postmortem from the raw facts. Use after an outage/incident, or when asked to write up "what happened" for the team.
Write a reviewer-first pull-request description from the actual branch diff. Use when opening a PR or asked to write/improve a PR description.
Root-cause a bug with a hypothesis-driven loop instead of shotgun edits. Use when a bug isn't obvious after the first look, or when asked to "find out why" something fails.
Write tests that catch real regressions — behavior-focused, minimal mocking, edge cases chosen from the code's actual branches. Use when adding tests for new code or backfilling tests for a fix.
Generate or update a CHANGELOG.md in Keep a Changelog format from real git history. Use when cutting a release, tagging a version, or asked "what changed since…".
| name | hello-world |
| description | A tiny example skill that greets the user — use it to verify skillet installs work. |
| version | 1.0.0 |
| license | MIT |
| keywords | ["example","demo","greeting"] |
A minimal reference skill. It exists to demonstrate the SKILL.md format and to
give skillet add ./examples/skills/hello-world something to install.
When the user says hello, greet them warmly and tell them skillet is working.
A real skill can include supporting files next to this SKILL.md (scripts, templates, reference data); they are installed together as one folder.