Create Command
Generates creative text formats like poems, code, scripts, musical pieces, email, letters, etc., based on your prompts.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add glennguilloux-create-command npx -- -y @trustedskills/glennguilloux-create-command
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"glennguilloux-create-command": {
"command": "npx",
"args": [
"-y",
"@trustedskills/glennguilloux-create-command"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The create-command skill generates command line interfaces (CLIs) from simple configuration files. It allows you to define commands and their associated actions, then automatically creates a functional CLI application. This simplifies the process of building custom tools and utilities for various tasks.
When to use it
- Rapid prototyping: Quickly create CLIs for experimental projects or internal tooling without extensive coding.
- Automation scripts: Wrap complex automation workflows into easily accessible command-line tools.
- Custom build processes: Define commands for building, testing, and deploying software projects.
- Simple utilities: Create small, focused CLI applications to perform specific tasks.
Key capabilities
- CLI generation from configuration files
- Command definition via configuration
- Automated action execution based on command definitions
Example prompts
- "Create a CLI with a 'greet' command that prints a personalized greeting."
- "Generate a CLI for managing my project's dependencies, including commands for install and update."
- "Build a CLI to automate the process of deploying my application to a staging server."
Tips & gotchas
The skill requires familiarity with configuration file formats. The specific format will be determined by the underlying implementation of create-command.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.