
cli-modern-tools
Auto-suggest modern CLI tool alternatives (bat, eza, fd, ripgrep) for faster, more efficient command
cli-modern-tools
Auto-suggest modern CLI tool alternatives (bat, eza, fd, ripgrep) for faster, more efficient command-line operations with 50%+ speed improvements
Category: Utilities | Language: Unknown | Version: 1.0.0
Quick Info
| Property | Value |
|---|---|
| Language | Unknown |
| Token Savings | None% |
| Category | Utilities |
| Tags | cli, productivity, performance, tools, bat, eza, fd, ripgrep, watchexec |
Overview
Auto-suggest modern CLI tool alternatives (bat, eza, fd, ripgrep) for faster, more efficient command-line operations with 50%+ speed improvements
Use Cases
- Utility operations
Benchmarks
No benchmarks available yet. Contributions welcome!
Example Benchmark Template
| Operation | Native Tool | Time | This Skill | Time | Improvement |
|---|---|---|---|---|---|
| Example op | native command | 1000ms | skill command | 200ms | 80% faster |
Installation
Step 1: Ensure Skill is Present
# Skill is included in the framework at:
# generic-claude-framework\skills\cli-modern-tools
# If not present, copy from framework:
cp -r .claude/skills/cli-modern-tools /your-project/.claude/skills/
Step 2: Install Dependencies
Step 3: Configure
- Review skill documentation in the source directory
- Set up any required environment variables
- Test the skill with a simple operation
Step 4: Verify Installation
# Test skill functionality (see skill-specific docs for commands)
# Example for Python skills:
python .claude/skills/{skill.name}/run.py --help
# Example for Bash skills:
bash .claude/skills/{skill.name}/skill.sh --help
Usage
See the skill documentation for detailed usage instructions.
Documentation
- Source: {skill.file_path}
- Full Documentation: See skill source directory for complete details
Related
- changelog-manager - Update project changelog with uncommitted changes, synchronize package versions, and create version releases with automatic commit, conditional git tags, and push
- lark-agent - Create hierarchical Lark tasks from markdown test plans.
ACTIVATE THIS SKILL when user:
- Says "create lark tasks" or "process test file" or "convert test plan"
- Mentions "lark" + "test" or "test scenarios" or "test cases"
- Wants to convert markdown test documentation into Lark tasks
- Has a test file and wants it in Lark
WORKFLOW:
- Ask user for test file path (required)
- Ask for owner, priority, target date (optional)
- Execute: python .claude/skills/lark-agent/run.py [file] --owner="[name]" --priority=[1-3] --target-date="YYYY-MM-DD"
- Parse JSON output
- Execute Lark MCP workflow to create tasks
- Report results
DO NOT create test plans yourself - only process existing markdown files unless explicitly asked.
- lark-agent-simple - Token-efficient Lark task creation from markdown test files. Uses 60-70% fewer tokens than lark-agent by executing MCP calls directly.
ACTIVATE THIS SKILL when user:
- Says "create lark tasks" or "lark agent simple" or "efficient lark"
- Wants token-efficient Lark task creation
- Has a test file and wants it in Lark with minimal overhead
WORKFLOW:
- Parse markdown file to compact JSON (data only, no workflow)
- Execute Lark MCP calls directly from slash command
- Report results
DO NOT create test plans yourself - only process existing markdown files.
Last Updated: 2025-10-21 Maintainer: Community Status: Unknown Ready