state-directory-manager
About
This skill provides XDG-compliant persistent state directory management for bash scripts, handling path resolution and cleanup automatically. It's ideal for CLI tools needing to store configuration, cache data, or maintain logs between executions. Developers should use it when building portable scripts that require state persistence across runs.
Quick Install
Claude Code
Recommendednpx skills add vamseeachanta/workspace-hub -a claude-code/plugin add https://github.com/vamseeachanta/workspace-hubgit clone https://github.com/vamseeachanta/workspace-hub.git ~/.claude/skills/state-directory-managerCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
usage-tracker
OtherThe usage-tracker skill enables developers to track and analyze tool or resource usage over time through timestamped logging and reporting. It's designed for generating periodic usage reports, monitoring quotas, and detecting usage trends, but is not suitable for real-time or high-frequency event tracking. Key capabilities include daily/weekly/monthly breakdowns and pattern analysis for building dashboards.
parallel-batch-executor
OtherThis skill enables parallel task execution in bash using xargs and job control for significant performance gains. It's ideal for batch operations on independent items like multiple files or repositories, particularly for I/O-bound tasks. Developers should use it when order doesn't matter and avoid it for tasks with dependencies or shared resource requirements.
cross-platform-compat
OtherThis skill provides canonical bash patterns and command replacements for writing portable scripts across Windows Git Bash, Linux, and macOS. It includes OS detection and fixes for common breaking commands like `bc`, `python3`, `nproc`, and `sed -i`. Use it when writing or auditing scripts that need to run reliably on different development machines.
complexity-scorer
OtherThis skill analyzes task complexity using keyword matching and heuristic rules to classify tasks for routing and prioritization. It's ideal for building intelligent dispatchers that direct work to appropriate handlers or recommend resources based on configurable thresholds. Use it for auto-classifying requests, but avoid for simple yes/no decisions or highly specialized domains.
