Skip to content
Skill

mybin

by cympfh

AI Summary

mybin is a personal collection of 65+ production-ready CLI utility scripts (Python, Bash, Ruby) for AI/LLM integration, system utilities, and development tasks that Claude Code can proactively leverage. Developers with Unix-style workflows and frequent CLI automation needs benefit from instant access to tested, reusable tools.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "mybin" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory
mkdir -p .claude/skills/bin && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/bin/SKILL.md "https://raw.githubusercontent.com/cympfh/bin/master/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

~/bin/ is a personal utility script collection in PATH containing 65+ executable scripts (Python, Bash, Ruby). These are production-ready command-line tools covering AI/LLM integration, system utilities, media processing, web/data manipulation, and development tools. All scripts support standard Unix patterns (pipes, stdin/stdout), have --help flags, and can be freely used in any workflow. This file defines when and how Claude Code should proactively use these tools to enhance productivity.

Using These Tools

Claude Code should proactively use these tools when: • AI/LLM Tools: When generating code, translating text, or processing language content • System Utilities: When caching is beneficial, watching files, or interacting with clipboard • Media & Graphics: When processing, comparing, or analyzing images • Web & Data: When converting data formats

codegen

When to use: When you need to generate code from natural language descriptions or complete code with placeholders. Description: LLM-powered code generation and placeholder completion tool using litellm (supports xAI, Gemini, OpenAI, Anthropic). Usage: • codegen chat "write a function to calculate fibonacci" - Generate code from natural language • echo 'def fib(n): {{ implement }}' | codegen complete - Complete {{ }} placeholders • codegen chat -p gemini -m gemini-2.0-flash "..." - Use specific provider/model Subcommands: • chat: Generate code from natural language description • complete: Fill in {{ }} placeholders in code

translate

When to use: When you need to translate text between languages, especially when working with multilingual content. Description: Multi-language translation tool with automatic language detection. For Chinese text, provides pinyin annotations. Usage: • echo "Hello world" | translate - Auto-detect and translate • translate -t ja "How are you?" - Translate to Japanese • translate -f en -t zh "Hello" - Translate from English to Chinese (with pinyin)

zhcomp

When to use: When working with Chinese text that needs correction, pinyin conversion, or translation to Japanese. Description: Chinese text processing tool for corrections, pinyin conversion, and Japanese translation. Usage: • echo "中国語テキスト" | zhcomp - Correct Chinese text • zhcomp --pinyin "你好" - Add pinyin annotations • zhcomp --ja "中文" - Translate to Japanese

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
2 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars2
Issues0
Updated2mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code