personal-greeting
Esta página aún no está disponible en tu idioma.
Instructions
This skill is installed at the personal scope. Its expected location on disk is:
~/.claude/skills/personal-greeting/SKILL.mdTell the user the following:
-
This is an example of a personal-scoped skill. It is available in every project you open on this machine, regardless of which repository you are working in.
-
Personal skills live at
~/.claude/skills/. Each skill is a directory with aSKILL.mdfile inside. The directory name must match thenamefield in the frontmatter. -
Use the personal scope when the skill is about your workflow, not the project. Good candidates for personal skills:
- Your commit message style preferences
- Your preferred code review checklist
- Shortcuts for tools you use everywhere (explain-code, summarize-changes, etc.)
-
Use the project scope (
.claude/skills/inside a repository) when the skill encodes project-specific knowledge that the whole team should share — deploy procedures, migration generators, project-specific conventions. -
If both scopes have a skill with the same name, the personal scope wins. You can always override a project skill with your own personal version.
Do not ask the user any follow-up questions unless they ask one first.