AI SummaryScaffold a new Cobra CLI command for: $ARGUMENTS Before writing any code, read a similar existing command to match the exact style: subcommands in a single file rather than a directory
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "new-command" skill in my project. Please run this command in my terminal: # Install skill into your project mkdir -p .claude/skills/new-command && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/new-command/SKILL.md "https://raw.githubusercontent.com/flowexec/flow/main/.claude/skills/new-command/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Scaffold a new Cobra CLI command following the project's patterns.
Discussion
0/2000
Loading comments...
Health Signals
MaintenanceCommitted 22d ago
● ActiveAdoption100+ stars on GitHub
136 ★ · GrowingDocsMissing or thin
UndocumentedApache-2.0 License
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Claude Code