Example command demonstrating plugin structure
/plugin marketplace add sati-technology/sati-claude-marketplace/plugin install sati-technology-example-plugin-plugins-example-plugin@sati-technology/sati-claude-marketplace# Example Command This is an example slash command that demonstrates the basic structure of a Claude Code plugin command. ## Purpose Use this as a template when creating your own custom commands for the Sati marketplace. ## Usage /example ## What This Command Does When invoked, Claude will acknowledge the example command and can perform actions based on the command's instructions. ## Creating Your Own Commands 1. Copy this file to create a new command 2. Update the frontmatter (name and description) 3. Write clear instructions for what Claude should do 4. Include examples and use c...