Provide a code like command syntax for claude code
You can install this plugin from any of these themed marketplaces. Choose one, add it as a marketplace, then install the plugin.
Choose your preferred installation method below
A marketplace is a collection of plugins. Every plugin gets an auto-generated marketplace JSON for individual installation, plus inclusion in category and themed collections. Add a marketplace once (step 1), then install any plugin from it (step 2).
One-time setup for access to all plugins
When to use: If you plan to install multiple plugins now or later
Step 1: Add the marketplace (one-time)
/plugin marketplace add https://claudepluginhub.com/marketplaces/all.json
Run this once to access all plugins
Step 2: Install this plugin
/plugin install cmd@all
Use this plugin's auto-generated marketplace JSON for individual installation
When to use: If you only want to try this specific plugin
Step 1: Add this plugin's marketplace
/plugin marketplace add https://claudepluginhub.com/marketplaces/plugins/cmd.json
Step 2: Install the plugin
/plugin install cmd@cmd
A collection of plugins for Claude Code that extend its functionality with command-line style syntax.
Install plugins from the Claude Code Marketplace:
claude-code marketplace install seekayel/claude-plugins/cmd
After installation, restart your Claude Code session or reload your configuration.
Batch create todo items using for-loop syntax with variable substitution.
Review multiple GitHub PRs at once:
/cmd:for i in [3,5,42] "Review PR ${i} for security concerns"
This creates three todo items:
Enumerated list:
/cmd:for i in [1,2,3] "Process item ${i}"
Range iteration:
/cmd:for i in range(1, 5) "Deploy service-${i}"
Multi-line templates:
/cmd:for i in range(1, 3):
Analyze component ${i} and document its API
See cmd/commands/for.md for more examples.
Contributions welcome! Please open an issue or PR.
MIT - See LICENSE for details.
0.0.1