Claude Code
Claude Code Integration
Section titled “Claude Code Integration”Claude Code has native CLI-Anything commands built-in.
Installation
Section titled “Installation”No additional installation required! Claude Code already includes CLI-Anything commands.
Available Commands
Section titled “Available Commands”| Command | Description |
|---|---|
/cli-anything | Build a complete CLI harness |
/cli-anything-refine | Refine an existing CLI harness |
/cli-anything-test | Run tests for a CLI harness |
/cli-anything-validate | Validate a CLI harness |
/cli-anything-list | List all CLI-Anything tools |
Usage Examples
Section titled “Usage Examples”Generate a New CLI
Section titled “Generate a New CLI”# Generate a CLI for GIMP/cli-anything ./gimpThis runs the full 7-phase methodology automatically.
Refine an Existing CLI
Section titled “Refine an Existing CLI”# Refine to add more features/cli-anything-refine ./gimp "batch processing"Run Tests
Section titled “Run Tests”# Test the generated CLI/cli-anything-test ./gimpValidate
Section titled “Validate”# Validate the CLI harness/cli-anything-validate ./gimpWorkflow Example
Section titled “Workflow Example”User: /cli-anything ./my-software
Claude Code:1. Analyzing my-software...2. Designing CLI architecture...3. Implementing commands...4. Planning tests...5. Writing tests...6. Documenting...7. Publishing...
✅ CLI generated successfully!Meta-Skill for Claude Code
Section titled “Meta-Skill for Claude Code”Claude Code can also use the CLI-Hub meta-skill:
Find appropriate CLI software in CLI-Hub and complete the task: [your task]- Be specific - Describe what you want the CLI to do
- Iterate - Use refine to improve the CLI
- Test - Always test the generated CLI
- Document - Review and update documentation
Next Steps
Section titled “Next Steps”- Getting Started - Quick start guide
- 7-Phase Methodology - Understand how it works
- CLI-Hub Guide - Browse available CLIs