
Claude Skills by vamseeachanta
github.com/vamseeachantaSub-skill of bash-cli-framework: 1. Always Use `set -e` (+4).
Sub-skill of bash-cli-framework: 1. Color Definitions (+3).
Sub-skill of bash-cli-framework: 5. Error Handling (+1).
Universal bash CLI patterns for colors, logging, headers, and error handling
Create organized bash script structure with color output, menu systems,
Sub-skill of bash-script-framework: Best Practices.
Sub-skill of bash-script-framework: Example 1: Create New CLI Tool (+1).
Sub-skill of complexity-scorer: 1. Keyword-Based Scoring (+1).
Sub-skill of complexity-scorer: 3. Context-Aware Scoring (+1).
Sub-skill of complexity-scorer: 5. Confidence Scoring (+1).
Score task complexity using keyword matching, heuristic analysis, and
Sub-skill of complexity-scorer: Best Practices.
Portable bash patterns for Windows Git Bash, Linux, and macOS. Canonical
Sub-skill of git-sync-manager: 1. Always Check Before Operating (+4).
Sub-skill of git-sync-manager: 1. Repository Discovery from .gitignore.
Sub-skill of git-sync-manager: 2. Multi-Phase Sync Pattern.
Sub-skill of git-sync-manager: 3. Repository Status Check (+1).
Sub-skill of git-sync-manager: 5. Safe Branch Operations.
Multi-repository git synchronization and fetch-pull-push patterns for
Sub-skill of interactive-menu-builder: 1. Basic Menu Structure.
Sub-skill of interactive-menu-builder: 1. Consistent Navigation (+3).
Sub-skill of interactive-menu-builder: 2. Multi-Level Menu System.
Sub-skill of interactive-menu-builder: 3. Table Display (+1).
Sub-skill of interactive-menu-builder: 5. Confirmation Dialogs (+1).
Build multi-level interactive CLI menus with navigation and selection
Sub-skill of json-config-loader: 1. Always Provide Defaults (+4).
'Sub-skill of json-config-loader: 1. Key=Value Configuration Parsing
Sub-skill of json-config-loader: 3. JSON Report Generation.
Sub-skill of json-config-loader: 4. Multi-Section INI Parsing.
Sub-skill of json-config-loader: 5. Environment Variable Configuration.
Sub-skill of json-config-loader: 6. YAML Configuration (via yq).
Configuration file parsing patterns for bash scripts (INI, key=value,
Sub-skill of parallel-batch-executor: 1. Always Set a Default (+4).
Parallel batch processing with xargs. Use when running commands concurrently over a list of items with controlled parallelism.
Sub-skill of parallel-batch-executor: 4. Progress Tracking (+2).
Parallel task execution patterns using xargs and job control for significant
XDG Base Directory compliant state management. Use when setting up config, data, state, or cache directories per the XDG specification.
Sub-skill of state-directory-manager: 4. State File Operations.
Sub-skill of state-directory-manager: 5. Cache Management (+1).
Manage persistent state directories with XDG-compliant paths and cleanup
Sub-skill of state-directory-manager: Best Practices.
Sub-skill of usage-tracker: 1. Basic Usage Logging (+1).
Sub-skill of usage-tracker: 3. Usage Summary Reports (+1).
Sub-skill of usage-tracker: 5. Trend Analysis (+1).
Track and analyze usage metrics with timestamped logging, reporting,
Sub-skill of usage-tracker: Best Practices.
Manage agent context files, enforce size limits, and optimize token budget
Sub-skill of core-context-management: Learning from Past Work (+2).
Sub-skill of core-context-management: Quick Reference.
Sub-skill of core-context-management: Response Format Rules (+3).