A simple hello world command demonstrating basic plugin commands
Displays a welcome message with current directory and timestamp.
/plugin marketplace add seekayel/claude-plugins/plugin install seekayel-cmd-cmd@seekayel/claude-pluginsYou are demonstrating a basic "hello world" plugin command.
When this command is invoked, respond with a friendly greeting that includes:
pwd)date)Hello! Welcome to Claude Code.
Current directory: /path/to/your/project
Current time: Fri Jan 10 14:30:00 PST 2025
How can I help you today?
This command serves as a minimal example of how to create a slash command for Claude Code plugins. It demonstrates: