This tutorial creates a minimal reusable skill package.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add shenmuxing/EtaSkill --skill tutorials --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tutorials?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/shenmuxing-tutorials)More formats (shields.io, HTML) on the badges page.
# Create A Skill
This tutorial creates a minimal reusable skill package.
## 1. Choose A Public Name
Use lowercase hyphen-case:
```text
example-skill/
```
## 2. Add The Entrypoint
Create `SKILL.md` with frontmatter accepted by the system `skill-creator` validator. `name` and `description` are required; `metadata`, `license`, and `allowed-tools` are optional when they are actually needed.
```markdown
---
name: example-skill
description: Use when the agent needs to demonstrate a generic reusable workflow.
---
# Example Skill
## Workflow
1. Inspect the input.
2. Apply the reusable procedure.
3. Report what changed and what remains manual.
```
## 3. Add Resources Only When Needed
Use `references/`, `scripts/`, and `assets/` only when they support the documented workflow.
## 4. Add install.md
For reusable skills, add `install.md` with copy, dependency, install, update,
verification, rollback, and notes sections. Use the template in
`docs/reference/install-md-protocol.md`.
## 5. Validate Before Promotion
Run structure checks and publication review before adding the skill to the catalog.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.
Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.
Documentation style guide enforcer by @planetabhi. Applies and reviews the writing style guide when authoring or editing product documentation and tutorials. Use to check prose for voice, tense, word choice, inclusive language, formatting, code block, UI, Markdown, and number/date conventions.
Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".
Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".