# Bash Script Framework Example 1 Create New CLI Tool

> Sub-skill of bash-script-framework: Example 1: Create New CLI Tool (+1).

- Skill: `vamseeachanta/bash-script-framework-example-1-create-new-cli-tool` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/bash-script-framework-example-1-create-new-cli-tool`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/bash-script-framework-example-1-create-new-cli-tool/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/bash-script-framework-example-1-create-new-cli-tool

---


# Example 1: Create New CLI Tool (+1)

## Example 1: Create New CLI Tool


```bash
# Initialize framework
/bash-script-framework init

# Create tool with menu
/bash-script-framework new repo-manager --menu

# Result: scripts/repo-manager with full menu system
```


## Example 2: Add Simple Script


```bash
# Add utility script
/bash-script-framework add backup-tool

# Creates scripts/backup-tool with basic template
```

