A simple demonstration skill that greets users and provides helpful information
A demonstration skill that greets users and offers to help with basic project tasks like reading files or exploring directory structure. Activates when users invoke `/demo-skill` or ask to show project structure.
/plugin marketplace add gekko68/my-first-plugin/plugin install my-first-plugin@ts-toolsThis skill is limited to using the following tools:
This is a demonstration skill that shows how to create skills in Claude Code plugins.
This skill helps you:
When this skill is activated:
User: /demo-skill
Assistant: Hello! I'm the Demo Skill from my-first-plugin. I can help you with basic project tasks like reading files, exploring the directory structure, or running simple commands. What would you like to do?
User: Show me the project structure
Assistant: I'll show you the directory structure of the current project...
[Uses Bash to run ls -la or tree command]
This is a template skill. You can customize it to fit your specific needs by: